body {
	background-image:url("img/background.jpg");
	background-position:top center;
	background-size: cover;
	background-repeat:no-repeat;
	background-color:black;
	background-attachment:fixed;
	margin:0px;
	text-shadow:#000 0 0 3px;
}

#compSite {
	background-image:url("img/comp_background.jpg") !important;
}
	
img{
	border:0;
}

table.reg{
	width:600px;
	margin:40px 0 0 90px;
}

table.compreg{
	width:1000px;
	margin:40px 0 0 90px;
}
	
div.copy{
	color:#ccc;
	font-size:12px;
	font-family:arial;
	text-align:center;
}
	
div.errors{
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
	
table.form{
	width:100%;
	color:#fff;
	margin:15px 0;
	font-family:arial;
	border-spacing: 5px;
	font-size:16px;
	background-color: rgba(0, 0, 0, .5);
	border: solid 2px black;
	border-radius: 5px;
}
	
table.compform{
	width:100%;
	color:#fff;
	margin:15px 0;
	font-family:arial;
	border-spacing: 5px;
	font-size:16px;
	background-color: rgba(0, 0, 0, .5);
	border: solid 2px black;
	border-radius: 5px;
}
	
input, select{
	width:200px;
	padding:3px;
	background-color:#f7f7f7;
	color:#454545;
	border:0;
	font-size:14px;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
}
	
input:focus, select:focus{
	box-shadow: 0px 0px 3px #fff;
	-moz-box-shadow: 0px 0px 3px #fff;
	-webkit-box-shadow: 0px 0px 3px #fff;
	color:#1b1b1b;
}
	
a.sbm,input.sbm{
	width:auto;
	padding:3px 15px;
	background-image:url("img/inputbg.png");
	color:#dfdfdf;
	border:0;
	font-size:14px;
	-moz-border-radius: 3px;  
	margin-top:30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 1px #ccc;
	-moz-box-shadow: 0px 0px 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px #ccc;
	text-decoration: none;
}
	
	
input.sbm:hover{
	box-shadow: 0px 0px 3px #fff;
	-moz-box-shadow: 0px 0px 3px #fff;
	-webkit-box-shadow: 0px 0px 3px #fff;
	color:#fff;
	background-image:url("img/inputbg2.png");
}
	
.insText{
	color:#fff;
	font-size:12px;
	font-family:arial;
	text-align:center;
	line-height:1.4em;
	background-color: rgba(0, 0, 0, .5);
	border: solid 2px black;
	border-radius: 5px;
}

.insText>a{
	color:#fff;
}

.center {
	text-align: center;
}

.compHeader {
	display: inline-block;
	z-index: 1;
}

.compSubHeader {
	display: inline-block;
	z-index: 1;
	width: 480px;
}

.compHeaderText {
	z-index: 10;
	margin-top: -90px;
}

.compSubHeaderText {
	z-index: 10;
	margin-top: -50px;
}

.compHeader {
	font-size: 3em;
}

.tRow {
	min-height: 50px;
	display: block;
}

.resTable {
	width: 100%;
}

.statTable {
	width: 230px;
}

.compC {
	border: 1px solid;
	padding: 5px;
	text-align: center;
}

.resBu {
	width: 100px;
}

.rankImage {
	height: 16px;
}