@charset "utf-8";
/* CSS Document */

#links_form {
width:280px;
float:left;
margin-top:5px;
}

#rechts_form {
width:180px;
float:left;
font-size:11px;
}

.label {
float:left;
width:100px;
font-size:11px;
color:#333333;
border:0px;
margin-top:3px;
}

fieldset {
border:0px;
margin:0px;
padding:0px;
}

input {
line-height:15px;
font-size:10px;
color:#333333;

margin-top:3px;
margin-bottom:3px;

}

#rechts_form input {
line-height:23px;
font-size:10px;
color:#333333;
border: 1px solid #999999;
margin:0px;
width:20px;
}

.checkbox {
height:18px;
}

*html #rechts_form .checkbox {
margin:0px;
padding:0px;
height:0px;
}

*html #rechts_form input {
line-height:15px;
font-size:10px;
color:#333333;
border: 0px;
margin:0px;
padding:0px;
width:20px;
}

#buttons {
margin-left:100px;
}

*html #buttons {
margin-left:103px;
}

#buttons input {
line-height:18px;
font-size:11px;

margin-top:2px;
margin-bottom:2px;
width:56px;

}

*html #buttons input {
line-height:15px;
font-size:11px;
color:#333333;
border: 1px solid #999999;
margin-top:2px;
margin-bottom:2px;
width:56px;
background:#fff;
}


textarea {
width:160px;
border: 1px solid #999999;
height:80px;
margin-top:3px;
margin-bottom:3px;
font-size:11px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}

select {
line-height:15px;
font-size:10px;
color:#333333;
border: 1px solid #999999;
margin-top:2px;
margin-bottom:2px;
}

checkbox {
border: 0px;
}