p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:500px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized
{
border:solid 2px #8B64B3;
background:#B197CC;
}

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

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

#stylized input 
{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #8B64B3;
width:300px;
margin:2px 0 20px 10px;
color: #AD0307;
}

#stylized textarea 
{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #8B64B3;
width:300px;
height: 120px;
margin:2px 0 20px 10px;
}

#stylized button 
{
clear:both;
margin-left:25px;
width:125px;
height:31px;
background:#8B64B3;
text-align:center;
line-height:31px;
color: #AD0307;
font-size:25px;
font-weight:bold;
}



