button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	padding:14px;
}
form{
	width:600px;
}
/* ----------- stylized ----------- */
#stylized{
	margin:20px auto;
	border:solid 1px #4A4A3B;
	background: #404033;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#949464;
	margin-bottom:20px;
	border-bottom:solid 1px #4A4A3B;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#949464;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input,#stylized textarea{
	float:left;
	font-size:16px;
	padding:4px 2px;
	border:solid 1px #949464;
	width:360px;
	margin:2px 0 20px 10px;
	font-size:18px;
	font-family:Tahoma, Verdana, Arial;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#4A4A3B url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
