p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

.myform{
margin:0 auto;
width:500px;
height:550px;
padding:14px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

#stylized{
border:solid 2px #a1abad; /* b7ddf2 */
background:#edeff1; /* ebf4fb */
}
#stylized h1 {
font-size:18px;
font-weight:bold;
margin-bottom:20px;
margin-left:180px;
border-bottom:solid 1px #a1abad;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #ffa8a8;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:170px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
line-height:8px;
font-weight:normal;
text-align:right;
width:170px;
}
#stylized input{
float:left;
font-size:16px;
padding:4px 2px 4px 4px;
border:solid 1px #a1abad;
width:230px;
height:25px;
margin:2px 0 20px 10px;
}
input:focus {
background: #fcfae5;
}
#stylized select{
float:left;
font-size:15px;
padding:3px 3px 3px 3px;
border:solid 1px #a1abad;
width:238px;
height:34px;
margin:2px 0 20px 10px;
}
select:focus {
background: #fcfae5;
}
#stylized button{
clear:both;
margin-left:180px;
width:235px;
height:31px;
background:#555555;
text-align:center;
line-height:31px;
color:#ffffff;
font-size:12px;
font-weight:bold;
}
#stylized button:hover{
background:#cc0000;
}