/* CSS Document */

.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:500px;
	padding:14px;
}
	/* ----------- stylized ----------- */
	#stylized{

		

	-moz-border-radius:4px;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#54739b;
		margin-bottom:20px;
		border-bottom:solid 1px #54739b;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:190px;
		float:left;
	}
	#stylized .small{
		color:#54739b;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:190px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #d1d1d1;
		width:250px;
		margin:2px 0 20px 10px;
		-moz-border-radius:4px;
	}
	#stylized input:focus	{background:#d6e4f4 ;}
	#stylized textarea:focus	{background:#d6e4f4 ;}
	#stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #d1d1d1;
		width:250px;
		margin:2px 0 20px 10px;
		-moz-border-radius:4px;
	}
	#stylized button{ 
		clear:both;
		margin-left:200px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}