@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images7/Register2-Final_full.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

a:link {
font-family: Verdana;
color: #003399;
text-decoration: none;
}


a:active {
font-family: Verdana;
color: #003399;
text-decoration: none;
}


a:visited {
font-family: Verdana;
color: #003399;
text-decoration: none;
}


a:hover {
color: white;
text-decoration: none;
}



#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	height: 700px;
}
.logintext{
	font-size: 11px;
	font-weight: normal;
	color: #df8d0a;
	text-align: right;
}
.loginlabel{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
}
.loginbutton{
	background-image: url(images7/buttonbg_03.png);
	background-repeat: repeat-x;
	border: 1px solid #e8930a;
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold;
}
input.login{
	width: 120px;
	padding-left: 0px;
	color: #000000;
	font-size: 11px;
	margin-bottom: 5px;
}
.form{
	margin-top: 260px;
	width: 600px;
	margin-left: 200px;
}
input.big{
	background-color: #000000;
	border: 1px solid #993300;
	width: 160px;
	padding-left: 8px;
	color: #ffffff;
	font-size: 12px;
	height: 20px;
	margin-bottom: 2px;
}
input.big:active{
	outline: #ffffff;
}



select.reg {
    padding:3px;
	margin-left:10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:black;
    border:none;
    width:85px;
    outline:none;
    display: inline-block;

    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}



.lablels{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 1px;
}
.register{
	float: left;
	margin-top: -20px;
	cursor: pointer;
	height: 100px;
	width: 300px;
	padding-top: 16px;
	padding-left: 82px;
	margin-left: 100px;
}
.textcontent{
	margin-left: 20px;
	margin-top: 130px;
	width: 690px;
	padding-left: 40px;
	float:left;
	line-height: 17px;
	font-size: 12px;
}
.players{
	width: 220px;
	float: right;
	margin-top: 120px;
	color: #ffce67;
	font-size: 12px;
	line-height: 15px;
}
.players h5{
	color: #f02612;
	font-size: 14px;
}
.clear{
	clear: both;
}
.footer{
	color: #ff0000;
	font-size: 13px;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	line-height: 25px;
}
.footer a, .footer a:visited{
	color: #ff0000;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.facebook{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.facebook a img{
	outline: none;
	text-decoration:none;
	border: 0 none #000000;
}
.messages{
	
}
.warning{
	background-image: url(images7/text-warning.png);
	background-repeat:no-repeat;
	height:18px;
	padding-left: 15px;
	letter-spacing: 0px;
	padding-top: 7px;
	padding-right: 10px;
	border-right: #000 1px solid;
	/*visibility: hidden;*/
	float:left;
	left: -32px;
	position: relative;
	color: #000000;
	font-size: 13px;
}
.warning img{
	margin-right: 3px;
	float: left;
}
.ok{
	background-image: url(images7/ok.png);
	background-repeat:no-repeat;
	height:20px;
	padding-left: 5px;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	float:left;
	left: -32px;
	position: relative;
	width: 25px;
	/*visibility:hidden;*/
	
}