.spacer{clear:both; height:1px;}

/* ----------- My Form ----------- */

.myform{
	margin:0 auto;
	width:360px;
	padding:5px;
}


/* ----------- stylized ----------- */
#stylized{
	background:#cccccc;
}

#stylized p {
	font-size:0.9em;
	color:#0076ad;
	margin-bottom:10px;
	padding-bottom:10px;
}
#stylized label {
	display:block;
	font-weight:normal;
	text-align:right;
	width:100px;
	float:left;
}
#stylized .small {
	color:#125dab;
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
}
#stylized input {
	float:left;
	font-size:0.9em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:4px 2px;
	border:solid 2px #125dab;
	width:240px;
	margin:2px 0 20px 10px;
}
#stylized textarea {
	float:left;
	font-size:1em;
 	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:4px 2px;
	border:solid 2px #125dab;
	width:240px;
	height:180px;
	margin:2px 0 20px 10px;
}
#stylized button { 
	clear:both;
	margin-left:110px;
	background:#125dab;
	text-align:center;
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
} 

