p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #ccc;
	background:#eee;
	font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}
#stylized h1 {
font-size:18px;
font-weight:bold;
margin-bottom:1px;
}
#stylized p{
	font-size:11px;
	color:#999999;
	margin-bottom:20px;
	border-bottom:none;
	padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:normal;
text-align:right;
width:140px;
float:left;
padding-top:6px;
}
#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 #999999;
	width:200px;
	margin:2px 0 5px 10px;
	background-color: #FFFFFF;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:url(../images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
cursor:hand;cursor:pointer;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999999;
width:206px;
margin:2px 0 5px 10px;
background-color: #FFFFFF;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#stylized option{
font-size:12px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999999;
width:200px;
margin:2px 0 5px 10px;
background-color: #FFFFFF;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#required {
margin:0 auto;
width:450px;
text-align:center;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}
#verify_result {
float:left;
font-size:12px;
padding:4px 2px;
width:200px;
margin:2px 0 5px 10px;
}
