﻿body {
	background-image: url('images/bg.jpg');
	font-family:"Trebuchet MS";
	background-repeat:no-repeat;
	background-color:white;
	background-position:top center;
}
.mainLogin {
	background-image: url('images/loginbg.png');
	background-repeat: no-repeat;
	width: 395px;
	position: relative;
	top: 48px;
	padding:30px;
	margin: 0 auto;
	height: 371px;
}
.logo {
	text-align: center;
	position: relative;
	top: 21px;
}

.mainLogin h1 {
	font-size:23px;
	font-weight:normal;
	text-align:center;
	color:#629eb7;
}

.mainLogin h2 
{
    text-align:center;
    color:#c10404;
    margin-bottom:5px;
}
.mainLogin h1.fail {
	font-size:23px;
	font-weight:normal;
	text-align:center;
	color:#f09191;
}


.field {
	width:377px;
	margin-top:25px;
	height:75px;
	background-image:url('images/bgfield.png');
	background-repeat:no-repeat;
}
.clear {
	clear:both;
}
.remember {
	font-size:14px;
	float:left;
	width:200px;
	text-align:right;
	margin-top:45px;
}
.field input {
	margin-top:10px;
	margin-left:5px;
	font-family:"Trebuchet MS";
	font-size:38px;
	text-align:center;
	color:#90cae2;
	background-color:#effaff;
	border:0px;
	width:366px;
	height:57px;
}

.loginButton {
	margin-top:25px;
	width:160px;
	float:right;
	margin-right:20px;
	text-align:right;
}

.goto a:link, .goto a:visited
{
    display:block;
    color:Black;
    margin-top:15px;
    text-align:center;    
}

a#HlStay 
{
    display:block;
    margin-top:5px;
    color:Black;
    text-align:center;
}