/* formular css HRO */
fieldset.def {
border:1px solid #ff1804;
margin:5px;
}

* html fieldset.def { /* IE 6 */
height:50px;
}

*:first-child+html fieldset.def { /* IE 7 */
margin:0;
padding:0 0 0 5px;
}

fieldset.def legend {
color:#ff1804;
font-size:0.8em;
font-weight:bold;
}

p.adtext {
margin-left:5px;
}

p.aderror {
color:#ff1804;
font-weight:bold;
margin-left:5px;
}

/*buttons*/
input.btn100 {
width:100px;
height:20px;
border:1px solid #ff1804;
margin:5px 3px 0px 5px;
padding-bottom:2px;
background-color:#dbdbdb;
text-transform:uppercase;
font-size:0.8em;
color:#ff1804;
}

input.btn100:hover {
background-color:#ff1804;
color:#f1f1f1;
}

*:first-child+html input.btn100 { /* IE 7 */
margin-bottom:3px;
padding-bottom:0px;
}

div.adimplabel {
float:left;
width:50px;
margin-right;5px;
font-weight:bold;
}

/*textarea*/
textarea.tear {
height:120px;
border:1px solid #ff1804;
margin:3px 3px 3px 5px;
padding-bottom:2px;
background-color:#f1f1f1;
font-size:0.9em;
font-family:arial, helvetica, sans-serif;
color:#ff1804;
}

textarea.s150 {
width:150px;
}

textarea.s200 {
width:200px;
}

textarea.s250 {
width:250px;
}

textarea.s300 {
width:300px;
}

textarea.s350 {
width:350px;
}

textarea.s400 {
width:400px;
}

/*eingabefelder*/
input.inp {
height:14px;
border:1px solid #ff1804;
margin:3px 3px 3px 5px;
padding-bottom:2px;
background-color:#f1f1f1;
font-size:0.9em;
color:#ff1804;
}

input.s20 {
width:20px;
}

input.s30 {
width:30px;
}

input.s40 {
width:40px;
}

input.s70 {
width:70px;
}

input.s80 {
width:80px;
}

input.s100 {
width:100px;
}

input.s147 {
width:147px;
}

*:first-child+html input.s147 { /* IE 7 */
width:145px;
}

input.s200 {
width:200px;
}

/*selectfelder*/
select.sel {
height:20px;
border:1px solid #ff1804;
margin:3px 3px 3px 5px;
padding-top:2px;
background-color:#f1f1f1;
font-size:0.9em;
color:#ff1804;
}

select.s100 {
width:100px;
}

/*uploadfelder*/
input.upl {
height:18px;
border:1px solid #ff1804;
margin:3px 3px 3px 5px;
padding-bottom:2px;
background-color:#f1f1f1;
font-size:0.9em;
color:#ff1804;
}
