@charset "utf-8";
/* Layout CSS */
body{
	background-image:url(/images/GSbackground.png);
	background-repeat:repeat-x, repeat-y;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}
#pageContainer{
	width: 800px;
	margin: 0px auto;
}
#header{
	width: 100%;
}
#headerLeft{
	display: inline;
	float: left;
}
#headerRight{
	display: inline;
	float: right;
	text-align: right;
}
#serverTime{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	color: #b9b9b9;
}
#frontBanner{
	width: 100%;
	text-align: center;
}
#front2Col{
	width: 700px;
	text-align: center;
	margin: 0px auto;
	padding-top: 10px;
}
#frontLeftCol{
	width: 340px;
	display: inline;
	float: left;
	padding-right: 5px;
	text-align: left;
}
#quickRegister{
	text-align: left;
}
#frontRightCol{
	width: 345px;
	display: inline;
	float: right;
	text-align: left;
	border-left-style: solid;
	border-left-color: #470000;
	border-left-width: 1px;
	padding-left: 5px;
}
#footer{
	font-size: 10px;
	clear: both;
}
/* Style CSS */

input[type="text"], input[type="button"], input[type="submit"], input[type="password"] {
    background-color: #470000;
    color: #c0c0c0;
    border-color: #c0c0c0;
    margin-top: 2px;
    margin-bottom: 3px;
}


.txtLogin{
	vertical-align: middle;
	color: #c0c0c0;
}
.txtLoginSmall, a:link, a:visited, a:hover, a:active{
	font-size: 10px;
	color: #EA7500;
	text-decoration: underline;
}
#quickRegister form{
	text-align: left;
	padding-left: 65px;
}
ol
{																
	list-style-image: url(http://i814.photobucket.com/albums/zz70/goliath7470/yellow_checkmark.gif);
}
