body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#contactsform {
	background-image: url(../images/p5_form.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


#contact, #contact div {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", "Arial", "Century Gothic", "Serif", "Verdana";
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#contact .frmtxt {
	margin-left: 0px;
}


#contact .rtitle {
	font-size: 12px;
	font-family: "Times New Roman", "Arial", "Century Gothic", "Serif", "Verdana";
	color: #FFFFFF;
	margin-left: 4px;
	font-weight: bold;
}


#contact input {
	background: #FFFFFF;
	border: 1px solid #BF3293;
	font-family: "Times New Roman", "Arial";
	color: #000000;
	margin-left: 10px;
	/* For IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}


#contact .frmbutton {
	background: transparent;
	border: 0px solid #BF3293;
	font-family: "Times New Roman", "Arial";
	color: #666666;
	font-weight: bold;
	margin-right: 0px;
}


#contact .titleradio {
 	background: transparent;
	border: 0px;
	margin-left: 4px;
}


#contact .ageselect {
	font-size: 12px;
	font-family: "Arial";
	border: 0px solid #FFFFFF;
	background: #FFFFFF;
	margin-left: 10px;
}


#contact textarea  {
	background: #FFFFFF;
	border: 1px solid #BF3293;
	font-family: "Times New Roman", "Arial";
	color: #000000;
	margin-left: 0px;
	width: 240px;
	height: 62px;
	overflow: hidden;
	/* For IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}

#missing_info {
	margin-left: 10px;
}