form {
 margin:0px;
 padding:0px;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 5px 0;
padding-left: 155px;
}
fieldset{
margin:0px;
border:0px;
padding:0px;
}
.input_err
{ width:180px;
  background:#FFFFCC url(../templates/img/input_back_err.png) 0 0 repeat-x;
  border:0;
  border-left:1px solid #D8D8D8;
  border-right:1px solid #D8D8D8;
  color:#666666;
  height:12px;
  padding:4px 2px 3px 2px;
  font-size:12px;
}
select.calendarDateInput,
select {
 height:18px;
 border:1px solid #D8D8D8;
 background-color:#ffffff;
 font-size:11px;
  margin-bottom:4px;
}
option.selected {
 background-color:#D40300;
 color:#ffffff;
}

.cssform textarea,
textarea.input
{ width: 250px;
  height: 150px;
  background:#ffffff url(../templates/img/input_back.png) 0 0 repeat-x;
  border:1px solid #D8D8D8;
  border-top:0;
  color:#666666;
  padding:4px 2px 3px 2px;
  font-size:12px;
}
textarea.input_err
{ width: 250px;
  height: 150px;
  background:#FFFFCC url(../templates/img/input_back_err.png) 0 0 repeat-x;
  border:1px solid #D8D8D8;
  border-top:0;
  color:#666666;
  padding:4px 2px 3px 2px;
  font-size:12px;
}
.cssform label {
 float:left;
 margin-left:-155px;
 margin-top:4px;;
 width:150px;
}

input.calendarDateInput,
.input,
.input_txt,
select.input
/*.cssform input[type="text"],*/ /*width of text boxes. IE6 does not understand this attribute*/
/*.cssform input[type="password"]*/
{ width:136px;
  height:16px;
  background:transparent url(../templates/img/input_back_01.png) 0 0 repeat-x;
  border:0;
  color:#666666;
  padding:4px 2px 0 2px;
  font-size:11px;
}
.input_01
{ width:159px;
  height:18px;
  background:transparent url(../templates/img/back_input_01.png) 0 0 no-repeat;
  border:0;
  color:#f08a00;
  padding:4px 0 0 13px;
  margin:0;
  font-size:11px;
  vertical-align: top;
}
.input_02
{ width:153px;
  height:31px;
  background:transparent url(../templates/img/back_input_02.png) 0 0 no-repeat;
  border:0;
  color:#f08a00;
  padding:4px 0 0 13px;
  font-size:11px;
}
select.input {
height:auto;
width:auto;
margin:0;
}
.input_txt_secret_area
{ width:155px;
  height:18px;
  background:transparent url(../templates/img/back_secret_area_input.png) 0 0 repeat-x;
  border:0;
  color:#666666;
  padding:4px 8px 0 8px;
  font-size:11px;
}
input.lock {
 background:none;
 width:auto;
 height:auto;
 padding:4px 0 0 10px;
 display:block;
}
input.calendarDateInput {
width:auto;
}


