@charset "UTF-8";
/* CSS Document */

/* ----------- My Form ----------- */
.myform{
	/*margin:0 auto;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	color:#223d8a;
	
}
	/* ----------- basic ----------- */
	
		#stylized h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#223d8a;
		font-weight:bold;
		/*margin-bottom:8px;*/
	}
	#stylized p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
			
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:left;
		width:140px;
		/*float:left;
		clear:left;*/
	} 
	
	#stylized label.error{
		width:auto;
		
		margin:0px 0px 0px 100px;
		color:#ff0000;
		font-size:8px;
		
	} 
	
	#stylized .small{
		color:#333333;
		display:block;
		font-size:10px;
		font-weight:normal;
		text-align:left;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:5px 4px;
		border:solid 1px #333333;
		width:200px;
		margin:0px 0 10px 0px;
	}
	
	#stylized textarea {
		float:left;
		font-size:12px;
		padding:5px 4px;
		border:solid 1px #333333;
		width:200px;
		height:200px;
		margin:0px 0 10px 0px;
}
	
	#stylized button{ 
		clear:both;
		/*margin-left:150px;*/
		width:125px;
		height:31px;
		text-align:center;
		line-height:31px;
		color:#333;
		font-size:11px;
		font-weight:bold;
	}

#stylized form span.detail{
		position:absolute;
		top:-1000000px;
		left:-1000000px;
	}