

p, h1, form, button{
	border:0; margin:0; padding:0;
}

.spacer{
	clear:both; height:1px;
}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:427px;
	height:262px;
}


/* ----------- stylized ----------- */
#stylized{
}

#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{
	clear:left;
	color:#FFF;
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	background-color:transparent;
	float:left;
	font-size:11px;
	padding:0px 2px;
	border:solid 0px #aacfe4;
	width:220px;
	height:15px;
	margin:0px 0 4px 10px;
}

#stylized select{

	float:left;
	font-size:12px;
	padding:0px 2px;
	border:solid 1px #aacfe4;
	width:220px;
	margin:0px 0 8px 10px;
}

#stylized button{
	background-color:transparent;
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
#stylized textarea{
	background-color:transparent;
	clear:left;
	font-size:12px;
	padding:0px 2px;
	border:solid 0px #aacfe4;
	width:330px;
	height:78px;
	margin:0px 0 0px 38px;

}
#stylized form{	
	width:427px;
	height:262px;
	background-image:url(../images/images_07.jpg);
	background-repeat:no-repeat;
	padding-top:18px;
}
