@charset "utf-8";
/* CSS Document */

html { background-color: #000;}

div.clear { clear: both; margin-bottom: 5px;}

body { 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #940205;
	background-image: url(gfx/bg.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 13px;
	color: White;
		
}

div#bottom {
	width: 1000px;
	height: 90px;
	background-image:url(../gfx/bottom.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	text-align: center;
}

img {
	float: left;
	border: 0px;
}

div#top {
	width: 1000px;
	height: 97px;
	background-image:url(../gfx/top.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

p {
	font-size: 11px;
}


div.content { background-color: #000; width: 1000px; margin-left: auto; margin-right: auto; min-height: 300px;}

div.regForm { margin-left: 10px;}

div.regForm { background-image: url(../gfx/fxLogo.jpg); background-position: right top; background-repeat: no-repeat; min-height: 600px;}

div.regForm p { margin-left: 10px;}

div.regForm input { width: 410px;}
div.regForm select { width: 415px;}

div.regForm table { text-transform: uppercase; text-align: left;}

div.regForm input.saveForm { background-color: Transparent; border: none; color: White; text-transform: uppercase; font-weight: bold; margin-top: 10px; width: auto; cursor: pointer;}
div.regForm div.center { width: 410px; text-align: center;}

div.logStatus a { float: right; color: White; margin-right: 5px; margin-top: 5px;}