html, body{
	background: url(images/login/loginBody.gif) 50% 50% repeat-x;
	font-size: 12px;
	font-family: Segoe UI, Tahoma, Helvetica;
	color: #273538;
}
form{
	background: url(images/login/loginForm.png) top left repeat-x;
	position: relative;
	margin-top: 50px;
	height: 543px;
}
#loginBox{
	background: url(images/login/login.png) top left no-repeat;
	width: 552px;
	height: 543px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -362px;
}
fieldset, h2, address{
	margin-left: 212px;
}

h1 span{
	display: none;
}
h1{
	font-size: 12px;
	font-weight: normal;
	color: #8C9091;
	margin-top: 45px;
	background: url(images/login/loginLogo.gif) 0 0 no-repeat;
	height: 30px;
	margin-left: 200px;
	margin-right: 41px;
}
h1 strong{
	font-weight: normal;
	margin-left: 143px;
	line-height: 30px;
}
h2{
	display: none;
}
fieldset{
	margin-top: 90px;
	padding: 0;
	border: 0;
}
ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
li{
	margin: 4px 0;
	padding: 0;
	clear: both;
	position: relative !important;
}

label{
	display: block;
	float: left;
	width: 89px;
	line-height: 20px;
}
input.login{
	width: 193px;
	height: 22px;
	font-size: 18px;
	border: 1px solid #687375;
	padding: 3px;
	background: #F1F5F6;
}
li.check{
	margin-left: 88px;
}
li.check input{
	padding: 0;
}
li.check label{
	display: inline;
	width: auto;
	float: none;
}
li.submit{
	padding-left: 90px;
	margin-top: 20px !important;
	float: left;
	width: 100%;
}
.input{
	display: block;
	float: left;
	width: 89px;
	line-height: 20px;
}

/*----------------------------------
*** Button Css   -------------------*/
.CmsBut {
	display: block;
	width: 131px;
	height: 24px;
	background: transparent url(images/login/loginButton.png) top left no-repeat;
	border: 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333;
}
address{
	background: url(images/login/loginFooter.gif) top left repeat-x;
	font-style: normal;
	font-size: 11px;
	margin-top: 100px;
	color: #989EA0;
	padding-top: 15px;
	position: absolute;
	bottom: 20px;
	display: block;
	width: 295px;
}
address a{
	color: #989EA0;
	
}
address a:hover{
	color: Black;
}
.failure{
	padding: 0;
	_height: 0px !important;
	margin: 0 0 10px 0;
}
.failure span{
	color: #ff6633;
	padding: 0 30px 0 40px;
	font-weight: bold;
	display: block;
	background: url(images/login/validator.gif) no-repeat center left;
}
span.validator{
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/login/validator.gif) no-repeat right top;
	position: absolute;
	top: 5px;
	left: 295px;
	_left: 205px;
	text-indent: -9999px;
}
.default{
	color: #666;
	border: 1px dashed #ccc;
	padding: 10px;
	margin-left: 90px;
	margin-bottom: 20px;
	width: 177px;
	font-size: 11px;
}
.default h3{
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.default p{
	margin: 2px 0 0 0;
	padding: 0;
}


