/* Generales*/

.body {
	BACKGROUND-COLOR: #CCBFAF;
	background-image:  url(images/bkg.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 95%;
	text-align:center;
}



.mainPage {
width:765px;
height:585px;

}

.form_bkg {
	BACKGROUND-COLOR: #CEBFAC;
	margin:10px;
}

.form_header {
	BACKGROUND-COLOR: #FFFFFF;
	padding:5px;
}

.form {
	BACKGROUND-COLOR: #F7BFD8;
	padding:20px 10px 10px 10px;
}

.form_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: A8927B;
	padding:5px;
}

.form_field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border:#A8927B solid 1px;
	BACKGROUND-COLOR: #F7BFD8;
}

.form_required {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #E10068;
	font-style: italic;
}

.form_footer {
	BACKGROUND-COLOR: #E10068;
}







