body { background:#597086; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif} 
/* ----------- stylized ----------- */
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:10px auto;
	height:100%;
	width:500px;
	padding:14px;
}
	#stylized{
		border:solid 2px #89989e;
		background:#fff;
	}
	#stylized h1 {
		font-size:22px; color:#396984;
		font-weight:bold;
		margin-bottom:8px;
	}
		#stylized h3 {
		font-size:16px; color:#1390e1;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #89989e;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:200px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:180px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #558099;
		width:200px;
		margin:2px 0 20px 10px;
	}
	
		#stylized input.checkbox{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:none;
		width:20px;
		margin:2px 0 20px 10px;
	}
	
	#stylized button{ 
		clear:both; padding:0 41px;
		margin-left:10px;
		width:120px;
		height:33px;
		background: url(../images/but1.png) no-repeat;
		text-align:center;
		line-height:33px;
		color:#fff;
		font-size:13px;
		font-weight:bold;
	}
