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, .input_txt2,
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_txt2 {
width:276px;
background:transparent url(../templates/img/input_back_02.png) 0 0 repeat-x;
}
.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;
}
#search_form {
display:block;
float:left;
padding:10px 0 0 10px;
}
input.search, input.search2 {
display:block;
float:left;
width:170px;
height:19px;
background:transparent url(../templates/img/back_input_search.jpg) 0 0 no-repeat;
border:0;
color:#7B7C6A;
padding:0 10px;
font-size:11px;
}
input.search2 {
background:transparent url(../templates/img/back_input_search2.png) 0 0 no-repeat;
}
input.login {
width:150px;
height:30px;
background:transparent url(../templates/img/nl_back.jpg) 0 0 no-repeat;
border:0;
color:#9B9C8A;
padding:0 15px 0 15px;
margin:0 10px;
font-size:11px;
}
.btt_nl {
width:200px;
height:20px;
border:none;
margin:5px 0 0 0;
color:#ffffff;
text-transform:uppercase;
font-size:9px;
background:transparent url(../templates/img/nl_ok.jpg) 0 0 no-repeat;
}
.btt_search {
display:block;
float:left;
margin:0 10px;
width:60px;
height:19px;
border:none;
color:#ffffff;
text-transform:uppercase;
font-size:9px;
background:transparent url(../templates/img/back_input_search_btt.png) 0 0 no-repeat;
}
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;
}
.error_label,
.title_red {
color:#871230;
font-weight:bold;
}
.btt_big {
font-weight:bold;
font-size:11px;
padding:5px;
}
.filter_div {
}
.asterix {
color:#871230;
font-weight:bold;
}
table.filter_table td {
text-align:left;
vertical-align:top;
padding:0 10px 10px 0;
}