form {
margin:0px;
padding:0px;
}
.cssform p{
clear: left;
margin: 0;
}
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;
}

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;
}
.label {
color:#333333;
font-weight:bold;
}
.error_label {
display:block;
padding:0 0 10px 0;
color:#960111;
font-weight:bold;
}

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, .input_02
{ width:576px;
  height:24px;
  background:transparent url(../templates/img/input_back_01.png) 0 0 no-repeat;
  border:0;
  color:#5C5A5B;
  padding:10px 0 0 20px;
  font-size:11px;
  vertical-align: top;
  margin:0 0 15px 0;
}
.input_02
{ width:264px;
  background:transparent url(../templates/img/input_back_02.png) 0 0 no-repeat;
}
.submit_02 {
display:block;
border:0;
width:72px;
height:34px;
color:#5C5A5B;
padding:0 0 0 0;
font-size:11px;
text-align:center;
vertical-align: top;
margin:0 0 15px 0;
background:transparent url(../templates/img/input_back_04.png) 0 0 no-repeat;
}
.textarea_02 {
width:264px;
height:160px;
border:0;
color:#5C5A5B;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
vertical-align:top;
margin:0 0 15px 0;
background:transparent url(../templates/img/input_back_03.png) 0 0 no-repeat;
}
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;
}
input.search {
width:130px;
height:16px;
background:transparent url(../templates/img/back_search.png) 0 0 no-repeat;
border:0;
color:#2B2B2B;
padding:4px 35px 0 15px;
font-size:11px;
}
input.login {
width:60px;
height:16px;
background:transparent url(../templates/img/back_mini_input.png) 0 0 no-repeat;
border:0;
color:#2B2B2B;
padding:4px 15px 0 15px;
font-size:11px;
}
.btt_search {
display:block;
float:left;
margin:0 10px;
}
input.btt_generic {
display:block;
width:60px;
height:24px;
padding:0;
text-align:center;
color:#ffffff;
font-weight:bold;
font-size:8px;
text-transform:uppercase;
background:transparent url(../templates/img/btt_generic.png) 0 0 no-repeat;
border:none;
}
.asterix {
font-size:12px;
font-weight:bold;
}
