p, h1, form, button{border:0; margin:0; padding:0;}


/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:600px;
	padding:14px;
}

	/* ----------- stylized ----------- */
	#stylized{
		border:solid 5px #999;
		background:#1b1b1b;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		color:#dedede;
	}
	#stylized p{
		font-size:12px;
		color:#dedede;
		margin-bottom:20px;
		border-bottom:solid 1px #fff;
		padding-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
		#stylized p.none{
		margin-bottom:10px;
		border-bottom:none;
	}
	
		#stylized p.header{
		font-size:25px;
		color:#fff;
		border-bottom:solid 1px #fff;

	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:80px;
		float:left;
		color:#dedede;
		font-size:10px;
		
	}
	
		#stylized label.headers{
		display:block;
		font-weight:bold;
		text-align:left;
		width:250px;
		float:left;
		color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
	}
	
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #ccc;
		width:200px;
		margin:2px 0 20px 10px;
	}
	
	
		#stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #ccc;
		margin:2px 0 0px 10px;
		width:200px;
		text-wrap:normal;

	}
	
input:hover, textarea:hover{
background-color:#E9E9E9;
}	

	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:123px;
		height:38px;
		background:#666666 url(../images/button.gif) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		cursor:pointer;
	}
	
.error { display:none; color:#AC2B2B; font-style:normal; position:absolute; top:365px;right:350px; font-family:Georgia, "Times New Roman", Times, serif;}
