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

.myform{
margin:0 auto;
width:500px;
height:540px;
padding:20px;
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:1.6em;
font-weight:normal;
margin-bottom:20px;
margin-left:180px;
color: #555;
border-bottom:solid 1px #a1abad;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #ffa8a8;
padding-bottom:10px;
}
#stylized img {
float: left;
margin-left:180px;
margin-top: -10px;
margin-bottom: 15px;
}
#stylized label{
display:block;
font-weight:bold;
line-height: 26px;
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: #e6f4f7;
}
#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:32px;
background:#555;
text-align:center;
line-height:34px;
color:#ffffff;
font-size:12px;
font-weight:bold;
}
#stylized button:hover{
background:#b30838;
}
