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

*{
	margin:0;
	padding:0;
}
img{ border:none;}
body{
	background:url(../images/login.jpg) no-repeat center center fixed;;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	font-family: 'MavenProRegular';
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	
}	
a{
	cursor:pointer;
	outline:none;
	border:none;
	text-decoration:none;
}
.content{
	position:absolute;
	width:620px;
	height:298px;
	left:50%;
	top:50%;
	margin-left:-310px;
	margin-top:-149px;
}
.content .logo{
	text-align:center;
	margin-bottom:35px;
}
.content table.login{
	border-collapse:collapse;
	
}
table.login td{
	font-size:16px;
	color:#b5b5b5;
	padding-bottom:20px;
}
table.login td.user{
	text-align:right;
	padding-right:20px;
}
table.login td.forgot{
	text-align:center;
	
}
table.login td.forgot a{
	color:#8a5e24;
	font-size:15px;
}
table.login td .input{
	height:40px;
	width:405px;
	padding:0 20px;
	background:url(../images/input_bg.png) repeat;
	border:none;
	color:#b5b5b5;
	font-size:14px;
	font-family: 'MavenProRegular';
}
table.login td .select{
	height:40px;
	width:481px;
	padding:0 20px;
	background:url(../images/input_bg.png) repeat;
	border:none;
	color:#b5b5b5;
	font-size:14px;
	font-family: 'MavenProRegular';
}
table.login td .select option{
	height:20px;
    width: 405px;
	padding: 5px 40px 0 20px;
	background:url(../images/input_bg.png) repeat;
	border:none;
	color:#b5b5b5;
	font-size:14px;
	font-family: 'MavenProRegular';
}
@font-face {
    font-family: 'MavenProRegular';
    src: url('fonts/Web/Regular/maven_pro_regular-webfont.eot');
    src: url('fonts/Web/Regular/maven_pro_regular-webfont.eot?#iefix') format('eot'),
         url('fonts/Web/Regular/maven_pro_regular-webfont.woff') format('woff'),
         url('fonts/Web/Regular/maven_pro_regular-webfont.ttf') format('truetype'),
         url('fonts/Web/Regular/maven_pro_regular-webfont.svg#webfontOM8fITNz') format('svg');
    font-weight: normal;
    font-style: normal;

}