
/* ----------- My Form ----------- */
.myform{
width:440px;
background-image:url(formbg.png);
background-repeat:no-repeat;
background-position:top;
height:300px;
margin: 0 auto;
padding:05px;
padding-top:130px;
}

/* ----------- stylized ----------- */
#stylized{
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:4px;
}
#stylized p{
font-size:11px;
color:#666666;
padding-bottom:05px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:100px;
font-size:12px;
float:left;
}
#stylized .small{
color:#666666;
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 #00588a;
width:250px;
margin:2px 0 10px 5px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #00588a;
width:220px;
margin:2px 0 10px 5px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:url(button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
