@charset "utf-8";
/* CSS Document */

/******************* LAYERS  **********************/

#form  {
	margin: 0px;
	padding: 0px;
	height: 246px;
	width: 255px;
	position: absolute;
	left: 283px;
	top: 648px;
	background-position: top;
	}
	
#footer{
	position: absolute;
	left: 238px;
	top: 1041px;
	width: 900px;
	height: 91px;
	margin: 0px;
}


/****************** FONTS  **********************/

.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.arial_form {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.thanks {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000000;
	font-weight: bold;
	text-align: center;
}

.thanks_sml {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#000000;
	font-weight: bold;
	text-align: center;
}

