@charset "utf-8";
/* CSS Document */

.spacer{clear:both; height:1px;}

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */

label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

.label1{
display:inline;
font-weight:bold;
text-align:right;
width:50px;
float:left;
border:none;
}

.label2{
display:inline;
font-weight:bold;
text-align:left;
width:50px;
float:left;
border:none;
}

#stylized .small{
float:left;
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

input{
float:left;
font-size:12px;
padding:4px 2px;
width:200px;
margin:2px 0 20px 10px;
left:20px;
border:solid 1px #aacfe4;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

.textarea1{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
max-width:inherit;
}

.radio{
display:inline;
float:left;
font-size:20px;
padding:4px 2px;
width:10px;
margin:2px 0 20px 10px;
max-width:inherit;
left:0;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#C70303 no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}