

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:360px;
	height:309px;
/*	padding:0px 0 0 20px;*/
	padding-top:8px;
	float:left;
}


	/* ----------- stylized ----------- */
	#stylized{
	/*	border:solid 2px #b7ddf2;*/
/*		background:#ebf4fb;*/
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
/*		font-weight:bold;*/
		text-align:right;
		color:#b7b7b7;
		width:94px;
		padding-right: 10px;
		float:left;
		}
	

#stylized textarea{
	width:252px;
	height:81px;
	color:#333;
	padding:5px 2px;
	background:transparent url('../images/bg-sprite.png') no-repeat -1057px -239px;
	border:0;
	margin-bottom:16px;
	overflow:auto;
	}	
	
	
#stylized label.error {
	color:#ff0000;
	position:relative;
	bottom:16px;
	width:256px;
}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		color:#333;
		margin-bottom:16px;
		font-size:12px;
		padding:5px 2px 2px;
/*		border:solid 1px #aacfe4;*/
		border:0;
		width:252px;
		height:22px;
		background:url('../images/bg-sprite.png') no-repeat -800px -239px;
/*		margin:2px 0 20px 10px;*/
	}
	#stylized button{ 
		clear:both;
		margin-top:4px;
		margin-left:104px;
		width:100px;
		padding-bottom:4px;
		height:34px;
		background:transparent url('../images/clr-btns.png') no-repeat 0 -468px;
		text-align:left;
		line-height:34px;
		padding-left:42px;
		color:#a1a1a1;
		font-size:16px;
		font-weight:lighter;
		font-style:italic;
	}

#stylized button:hover{
	background-position: -100px -468px;
	color:#fafafa;

}

#stylized button:active{
	background-position: -200px -468px;	
}

#stylized button span{
	line-height:34px;
}