/* ----------- My Form ----------- */
.myform{
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #ef868d;
padding-bottom:10px;
}
#stylized p.normal{
font-size:12px;
color:#000;
margin-bottom:20px;
border-bottom:0px;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized label.radiobtn{
width:320px;
font-weight: normal;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
font-weight: bold;
padding:4px 2px;
border:solid 1px #cf676e;
width:200px;
margin:2px 0 20px 10px;
}
#stylized input.radiobtn{
border:0px;
width:20px;
height: 14px;
float: none;
}
#stylized select{
font-size:12px;
font-weight: bold;
padding:2px 1px;
border:solid 1px #cf676e;
width:40px;
}
#stylized textarea{
font-size:12px;
padding:4px 2px;
border:solid 1px #cf676e;
width:200px;
height: 100px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#ccc;
text-align:center;
line-height:31px;
color:#000;
font-size:11px;
font-weight:bold;
}
#stylized textarea:focus, 
#stylized select:focus, 
#stylized input:focus{
background: #fff6df;
}
#stylized hr{
border: 0px;
border-top: 1px solid #666;
border-bottom: 1px solid #eee;
margin: 10px 0 20px 0;
}
#stylized h3{
margin: 0 0 10px 0;
}
table.anmeldung{
margin: 10px 0;
border-collapse: collapse;
}
.anmeldung td{
text-align: left;
padding: 4px 5px;
width: 190px;
vertical-align: top;
border-bottom: 1px solid #ccc;
}
.anmeldung th{
text-align: left;
vertical-align: top;
}
.anmeldung h3{
color: #a72c32;
padding: 0 0 5px 0;
}