﻿@charset "utf-8";
/* CSS Document */

*:focus, *:active {
  outline: none !important;
}
body{
	background: #ffffff;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #9c9c9c;
	margin: 0;
	font-size: 15px;
	line-height: 1.4em;
}
.main{
	background: url(../Images/bg.jpg) center top no-repeat;
	min-height: 900px;
}
.content{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;	
}
.top{
	position: relative;
	height: 99px;
	margin-bottom: 50px;
}
.chip{
	position: absolute;
	top: 0px;
	right: -20px;
}
.logo{
	float: left;
	position: relative;
	left: -9px;
}
.header{
	float: left;
	padding-left: 20px;
	padding-top: 9px;
	font-size: 13px;
	line-height: normal;
}
.header span{
	font-size: 15px;
}
h1{
	font-size: 44px;
	font-weight: bold;
	color: #ffffff;
}
h2{
	font-size: 24px;
	font-weight: bold;
	color: #bf1515;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: normal;
}
h3{
	font-size: 24px;
	font-weight: bold;
	color: #878787;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: normal;
}
h4{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 3px;
}
.red{
	color: #bf1515;
}
.divider{
	border-bottom: 1px solid #2c2c2c;
	margin: 45px 0 25px 0;
	height: 1px;
}
.loginbox{
	float: left;
	border-right: 1px solid #2c2c2c;
	padding: 5px 40px 20px 0;
	height: 325px;
	width: 360px;
	font-size: 13px;
}
.scorebox{
	float: right;
	padding: 5px 35px 20px 15px;
	height: 325px;	
	width: 330px;
	text-align: center;
	font-size: 13px;
	line-height: normal;
}
.field{
	background: none;
	border: none;
	border-bottom: 1px solid #878787;
	font-size: 13px;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #9c9c9c;
	padding: 7px 10px;
	width: 300px;
	margin: 7px 0 5px;
}

.field2{
	background: none;
	border: none;
	border-bottom: 1px solid #878787;
	font-size: 13px;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #9c9c9c;
	padding: 7px 10px;
	width: 100%;
	margin: 7px 0 5px;
}
.loginbtn{	
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #bf1515;
	margin: 15px 0 30px 0;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	padding: 15px 50px;
	display: block;
	float: left;
	font-family: 'Montserrat', Arial, sans-serif;
}
.greybtn{	
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #878787;
	margin: 15px 0;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	padding: 12px 25px;
	display: block;
	float: left;
	font-family: 'Montserrat', Arial, sans-serif;
}
.greybtn:hover{
	background: #676767;
}
.loginbtn:hover{
	background: #8e0000;
}
.score{
	color: #bf1515;
	font-size: 48px;
	font-weight: bold;
}
.gamebox{
	position: absolute;
	top: 160px;
	left: 40px;
	width: 700px;
	height: 500px;
	padding: 10px;
	background: url(../Images/gamebox.png) no-repeat;
}