.spacer{clear:both; height:1px;}

/* ----------- My Form ----------- */

.myform{
	margin:0 auto;
	width:340px;
	padding:10px;
}


/* ----------- stylized ----------- */
#stylized{
	background:#b7e0ff;
}

#stylized p {
	font-size:1em;
	color:#666666;
	margin-bottom:20px;
	padding-bottom:10px;
}
#stylized label {
	display:block;
	font-weight:bolder;
	text-align:right;
	width:80px;
	float:left;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
	width:80px;
}
#stylized input {
	float:left;
	font-size:1em;
  	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:230px;
	margin:2px 0 20px 10px;
}
#stylized textarea {
	float:left;
	font-size:1em;
  	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:230px;
	margin:2px 0 20px 10px;
}
<!-- #stylized button { 
	clear:both;
	margin-left:90px;
	background:#123466;
	text-align:center;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
} -->
