body {
	background-color: #000000;
	margin-top: 0px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
    margin-top: 45px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
.text_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
#apDiv1 {
	position:absolute;
	left:57px;
	top:41px;
	width:573px;
	height:450px;
	z-index:1;
}
.field_text {	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 305px;
}
.field_text_1 {	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
}
.register_text {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.error {
font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #ff0033;
}
.thank {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #CC0000;
	font-weight: bold;
}
#registrationResult{
    /* Horizontal and vertical centering */
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -460px; /* left = width/2, top = height/2 */

}