/* CSS Document */

body {
	background-color: #6A0000;
	background-image: url(../Images/Background.png);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}

#BetaLogo {
	width: 722px;
	height: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 282px;	
}

#BetaSignUp {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;	
	width: 576px;
	padding-left: 45px;
}

#BetaEMail {
	background-image: url(../Images/Input_EMail.png);
	background-repeat: no-repeat;
	width: 281px;
	height: 45px;
}

#BetaLink {
	position: relative;
	width: 271px;
	text-align: right;
	cursor: pointer;	
	padding-top: 10px;
}

#BetaLink:hover {
	text-decoration: underline;	
}

input {
	position: absolute;
	left: 2px;
	width: 200px;
	top: 0px;
	line-height: 30px;
	height: 30px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #261212;
}

.InputArea {
	clear: both;
	position: relative;	
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 190px;
}

.LinkButtons {
	position: relative;
	float: left;	
	height: 41px;
	line-height: 41px;
}

.ButtonBar {
	position: relative;
	float: right;	
}

.FakeLink {
	cursor: pointer;	
}
	
.FakeLink:hover {
	text-decoration: hover;	
}

input[type="button"] {
	width: 136px;
	height: 41px;
	text-align: center;
	border-radius: 15px;
	border-style: none;
	background: #3f0000; 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px; 
	font-weight: normal;
	cursor: pointer;
	background: -moz-linear-gradient(top,  #3f0000 1%, #660000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3f0000), color-stop(100%,#660000)); 
	background: -webkit-linear-gradient(top,  #3f0000 1%,#660000 100%); 
	background: -o-linear-gradient(top,  #3f0000 1%,#660000 100%); 
	background: -ms-linear-gradient(top,  #3f0000 1%,#660000 100%); 
	background: linear-gradient(to bottom,  #3f0000 1%,#660000 100%); 
}

.InputArea input[type="button"] {
	position: absolute;
	right: 0px;
}

.InputArea img {
	position: absolute;
	z-index: 20;
	left: 2px;
	top: 2px;
}

.InputArea input[type="checkbox"] {
	margin-left: 0px;
	position: relative;
	float: left;
	border-color: #261212;
	width: 25px;
	height: 25px;	
}

.InputArea label {
	line-height: 30px;
}

.InputArea input[type="text"], input[type="password"], input[type="email"] {
	position: absolute;
	left: 0px;
	z-index: 10;
	width: 277px;
	height: 39px;	
	border-radius: 15px;
	border-color: #261212;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0px 0px 8px 0px #261212;
	padding-left: 50px;
}

.InputError {
	border-color: #FF9900;
}

.InputArea input:focus {
	border-color: #D9A300;
}

#LoginContainer {
	width: 519px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;	
}

#Logos {
	width: 100%;	
}

#FormArea {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 80px;
	overflow: visible;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	background: #2c0000;
	background: -moz-linear-gradient(top,  #2c0000 0%, #170000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c0000), color-stop(100%,#170000)); 
	background: -webkit-linear-gradient(top,  #2c0000 0%,#170000 100%);
	background: -o-linear-gradient(top,  #2c0000 0%,#170000 100%);
	background: -ms-linear-gradient(top,  #2c0000 0%,#170000 100%); 
	background: linear-gradient(to bottom,  #2c0000 0%,#170000 100%); 		
}

.Title {
	font-family: "Century Gothic";
	font-size: 29px;
	
}

.Error {
	font-family: "Century Gothic";
	color: #D9A300;
	font-size: 14px;	
}

.LoginError {
	position: absolute;
	top: 55px;
	right: 95px;
	z-index: 50;		
}

#PromptBox {
	position: relative;
	background-color: #360000;
	border-radius: 21px;
	box-shadow: 0px 0px 8px 0px #000;	
	width: 100%;
	min-height: 360px;
}

#FormFooter {
	position: absolute;
	bottom: 0px;
	height: 80px;
	line-height: 80px;
	padding-left: 100px;	
}

input:focus {
	outline: none;	
}

@font-face {
	font-family: "Century Gothic";
	src: url("../Fonts/CenturyGothic.ttf");
	src: local("Century Gothic"), url("../Fonts/CenturyGothic.ttf"),format("truetype");
}

@font-face {
	font-family: "Century Gothic";
    font-weight: bold;
	src: url("../Fonts/CenturyGothicBold.ttf");
	src: local("Century Gothic"), url("../Fonts/CenturyGothicBold.ttf"),format("truetype");
}
