﻿@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic.woff') format('woff'),
		url('../fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/
body{
	font-family: 'Century Gothic';
	padding:107px 0 107px 0;
	margin:0 auto;
	width:580px;
	background-color: #30343d;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	letter-spacing:.4px;
}
.login_wrap{
	padding:96px 45px;
	background:#ffffff;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
.login_wrap h3{
	margin:0;
	padding:25px 0 70px 0;
	font-family: 'Century Gothic';
	font-weight:100;
	color:#172f3a;
	font-size:25px;
}
.txt_fld{
	width:399px;
	height:48px;
	padding:0;
	margin:0 0 35px 0;
	font-family: 'Century Gothic';
	font-weight:100;
	color:#172f3a;
	font-size:18px;
	border:1px solid #cccccc;
	border-top:none;
	border-left:none;
	border-right:none;
	clear:both;
	outline:none;
}
.btn{
	width:399px;
	height:59px;
	padding:0;
	margin:30px 0 0 0;
	font-family: 'Century Gothic';
	font-weight:100;
	color:#f8f8f8;
	background:#037fb6;
	font-size:17px;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE.htc);
	clear:both;
}
.btn:hover{
	background:#0599da;
}
.log_btm_left{
	width:230px;
	float:left;
	padding-top:25px;
	font-size:13px;
	color:#999999;
	text-align:left;
}
.log_btm_left a{
	color:#999999;
	text-decoration:none;
}
.log_btm_left a:hover{
	color:#CCC;
}
.log_btm_right{
	width:350px;
	float:left;
	padding-top:25px;
	font-size:13px;
	color:#999999;
	text-align:right;
}
.log_btm_right a{
	color:#037fb6;
	text-decoration:none;
}
.log_btm_right a:hover{
	color:#0599da;
}