form, button{border:0; margin:0; padding:0;}

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

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

/* ----------- stylized ----------- */
#stylized{
border:solid 1px #5b3b14;
background:#faf5ef;
}

#stylized h2 {
font-size:15px;
font-weight:bold;
margin-bottom:8px;
margin-top:0;
color:#449e1d;
}

#stylized p{
font-size:11px;
color:#5b3b14;
margin-bottom:20px;
border-bottom:dotted 1px #5b3b14;
padding-bottom:10px;
}

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

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

#stylized input, textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #5b3b14;
width:300px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:190px;
width:125px;
height:32px;
background: #449e1d;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}