@charset "utf-8";
/* CSS Document */

table.form{
border-top:6px solid #dff4fb;
width:100%;
}
table.form td,
table.form th{
background:#dff4fb;
padding:4px 0 4px 0;
}
table.form th{
padding-left:25px;
width:23%;
}
.form input.text{
width:90%;
background:#FFF;
border:0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.form input.readonly{
width:90%;
background:#DFF4FB;
border:0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
.form th.radiolabel{
background:#fff;
font-weight:normal;
padding:30px 5px 5px 5px;
width:100%;
border-top:6px solid #dff4fb;
border-bottom:6px solid #dff4fb;
}
.form td.radioinput{
padding:4px 25px;
width:100%;
}
form input.button_senden{
width:92px;
padding:2px 0 5px 0;
background:url(../images/button_small.gif) no-repeat;/*92x23*/
color:#0a70b7;
margin:0 10px 0 0;
}
table.form td.buttongroup{
background:none;
padding:20px 0;
text-align:center;
}
.form_message{
color:#F00;
}

#textreadnum{
	background:#F3F3F3;
}
.select #textreadnum{
	background:#DCF1FE;
}