#horizon {
	text-align:center;
	position:absolute;
	z-index:2;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	visibility:visible;
	display:block;
}
#ajax {
	width: 100%;
	height:1500px;
	background: black;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50;
	display:block;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}#ajaxSignin {
	background: url(/v/images/home/signupGradient.gif) repeat-x #4B71A7;
	border: 2px solid white;
	color: white;
	width: 400px;
	height: 350px;
	margin-left:-200px;
	padding: 15px;
	position:absolute;
	left:50%;
	top: 120px;
    z-index: 100;
    font-size: 15px;
}
#ajaxSignin td{
	color:white;
}
#ajaxSignin h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: white;
}#ajaxSignin div.submit {
	text-align: center;
	margin-top: 9px;
}

