p, h1, form, button{
	color:black; margin:0; padding:0;
}
.spacer{clear:both; height:1px;}

/* ----------- stylized ----------- */
#stylized h1 {
	font-size:22px;
	font-weight:bold;
	font-family: cursive;
	margin-bottom:8px;
	text-align: center;
	color: white;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

#stylized label{
	/*display:block;*/
	width:230px;
	float:left;
	position:relative;
	top: 4px;
	text-align:right;
	font-weight:bold;
	font-family:tahoma; 
	font-size:12px; 
	color:#FFFFFF
}

#stylized input, #stylized select, #stylized textarea{
	width:170px;
	float:left;
	/*margin:0px 0px 10px 10px;*/
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;*/
	padding:4px 2px;
	font-size:12px;
	border:solid 1px #aacfe4;
}

#stylized td {padding: 5px 2px;}

#stylized button{
	clear:both;
	margin-left:250px;
	width:125px;
	height:31px;
	/*background:#666666 url(img/button.png) no-repeat;*/
	color: black;
	text-align:center;
	line-height:31px;	
	font-size:11px;
	font-weight:bold;
}

.formText{
	font-size: 11px;
	text-align: justify;
	color: white;
}