#agegate-content {
	height: 400px;
	width: 900px;

}

#error-content {

	height: 400px;
	width: 900px;
}

BODY , TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}



select {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	color:#CCC;
	background-color:#0D0D0D;
	}
	
.input_div
	{
	position:relative;
	float:right;
	top:160px;
	right:125px;
	background-color: #1C211D;
	padding: 20px;
	border: 1px solid #303632;
	width: 375px;
	background-image: url(../images/textbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	

.white_text {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

.white_text a, .white_text a:visited {
	color: #BD1419;
	font-weight: bold;
}

.white_text a:hover, .white_text a:active {
	color: #D9111B;
	font-weight: bold;
}


