body, td, a {
	font-family: Verdana, Helvetica; 
	font-size: 10pt;
	background: #bed0e4;
	/*background-image:url(/images/frontpage/box_bg.gif); background-repeat:repeat-x;*/
	}

.errors {
	color: #ff0000; 
	font-weight: bold;
	}

a {
	color: #0000ff; 
	}
	
img, a img {
	border: none;
}

#notice {
	position: absolute; 
	top: 130px; 
	z-index: 99; 
	float: none;
	}

input {
	color: #000000; 
	font-size: 8pt; 
	font-family: Arial; 
	font-weight: bold;
	}

p { 
	vertical-align : bottom;  
	margin-left: 5px;
	}

#chapreview { 
	position: absolute; 
	top: 140px; 
	left: 50%;
	width: 848px; 
	height: 465px; 
	margin-left: -429px;
	z-index: 99; 
	float: none;
	visibility: hidden; 
	display: none; 
	border: solid 10px #777;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
	
	#chapreview div {
		padding: 0 10px 0 0;
		background: #aa0000;
		height: 19px;
		width: 838px;
		text-align:right;
	}
	
	#chapreview div a {
		font-weight: bold;
		color: #fff;
		background: none;
		text-decoration: none;
	}
	
	#chapreview iframe {
		border: none;
		position: relative;
	}

.question, .answer {
	font-family: Verdana, Helvetica;
	color: black;
	font-size: 11pt;
	text-align: left;
	}
.question {
	margin-top: 25px;
	margin-left: 10px; 
	font-weight: bold;
	}
.answer {
	margin-left: 30px;
	}
.mainbox {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	border: 1px solid black;
	background: white;
	}
	
.label
{
	font-weight:bold;
	text-align:right;
}

.data
{
	font-weight: normal
}

.success
{
	color: #009900;
	font-weight:bold;
}

.textBox
{
}

.checkBox
{
}

.dropDown
{
}

.button
{
}

.result, .result_red {
	margin: 0 10px;
	padding: 5px;
	border-top: solid 1px #fff;
	background: #eee;
	border-bottom: solid 1px #ddd;
}

.result_red, .red {
	color: #ff0000;
}

/*		New Registration Verification Stylins		*/

#verify_border {
	margin: 10px 0;
	border: solid 1px #bed0e4;
	width: 625px;
}

#verify {
	padding: 10px;
	background: #bed0e4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4a4111;
}
