@import url('fonts.css');
html,body {
	margin:0px;
	padding:0px;
	font-size:12px;
	height:100%;
	font-family:frog500;
	color:#A9A9A9;
	background:url(login9_bg_gray_dark.gif);
}

img{
	border:none;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:1;
}

#outer {
	position: absolute;
	z-index: 50;
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	text-align: center;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	height: 340px;
}

#inner {
 }
 
#login {
	position: fixed;
   top: 50%;
   left: 50%;
   height: 280px;
   margin-top: -140px;
   width: 725px;
   margin-left: -362px;
   border:solid 2px#CCC;
   -webkit-box-shadow: 0px 0px 50px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 50px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 50px rgba(50, 50, 50, 0.75);
}
#loginform {
	width:725px;
	background:url(login9_bg_gray.gif);
	height:280px;
	margin:auto;	
}

.form{
	height:260px;
	width:340px;
	float:left;
	font-size:12px;
	text-align:left;
	margin-top:15px;
	margin-left:10px;
}
.form p{
	font-size:11px;
}
.input{
	width:290px;
	height:40px;
	padding-left:30px;
	color:#999;
	font-size:18px;
	
}
.username{
	background:#FFF url(username_bg.jpg) no-repeat left;
}
.password{
	background:#FFF url(password_bg.jpg) no-repeat left;
}
.login_button{
float:right;
margin-top:10px;
}
#loginmsg {
	float:left;
	font-size:13px;
	color:#C69;
	margin-top:5px;
	margin-left:5px;
	padding:2px;
}
.support{
	float:left;
	width:180px;
	height:275px;
}
.support_link{
	margin:auto;
	display:block;
	text-align:left;
	margin-top:30px;
}
.support_text{
	text-align:left;
	padding-left:5px;
}
.support_text h3{
	margin:0;
	padding:0;
	font-weight:400;
	color:#666;
}
