body {
	background: url("../images/bg-login.jpg") repeat-x scroll 0 0 transparent;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
}
div#wrap {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
div#content {
	margin: 40px auto;
	width: 1024px;
	height: auto;
	text-align: center;
}
div#wrap div#content div#login-image {
	float: left;
	height: 500px;
}
div#wrap div#content div#login-form-wrap {
	margin: 0 20px;
	width: 350px;
	height: 500px;
	float: left;
}
div#content div#login-form-wrap h1 {
	margin: 30px;
}
div#content div#login-form-wrap div#form-content {
	width: 400px;
	height: 350px;
	text-align: left;
}
form#dataEnter div.remember {
	text-align:left;
	margin: 5px 0 5px 24px;
	color: #555555;
}
div#wrap div#content div#banners div.banner {
	float: left;
	margin: 0 15px;
}
div#wrap div#content div#banners {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}
div#login-form-wrap div#form-content div.ribbon {
	position: absolute;
	margin-top: 15px;
	z-index: 2;
	margin-left: 1px;
}
div#login-form-wrap div#form-content div.form {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 341px;
	margin-left: 11px;
	position: absolute;
	z-index: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 6px #999999;
	-webkit-box-shadow:0 0 6px #999999;
	box-shadow: 0 0 6px #999999;
	text-align: left;
	border: 1px solid #A5A5A5;
}
html body div#wrap div#content div#login-form-wrap div#form-content div.form form {
	margin: 0 auto;
	text-align: center;
	padding-top: 70px;
}
html body div#wrap div#content div#login-form-wrap div#form-content div.form form div.checkbox {
	margin: 5px 0;
}
html body div#wrap div#content div#login-form-wrap div#form-content div.form form div.btnSubmit {
	margin: 10px 26px;
	float: left;
}
div#form-content div.form form#recoverForm div#error_login.error_login{ 
	background: none repeat scroll 0 0 #F4CDC6;
	color: #7F5D5D;
	display: none;
	margin: 0 auto 15px;
	padding: 12px;
	width: 260px;
}
div#form-content div.form form#dataEnter div#error_login.error_login {
	background: none repeat scroll 0 0 #F4CDC6;
	margin: 0 auto;
	color: #7F5D5D;
	padding: 12px;
	width: 270px; 
	display: none;
}
div#form-content div.form form#dataEnter div#error_password.error_password {
	background: none repeat scroll 0 0 #F4CDC6;
	color: #7F5D5D;
	margin: 0 auto;
	padding: 12px;
	width: 270px;
	display: none;
	margin-bottom: 10px;
}
div#form-content div.form form#dataEnter div#error_userpassword.error_userpassword {
	background: none repeat scroll 0 0 #F4CDC6;
	color: #7F5D5D;
	margin: 0 auto;
	padding: 12px;
	width: 270px;
	display: none;
	margin-bottom: 10px;
}
html body div#wrap div#content div#login-form-wrap div#form-content div.form form#recoverForm div.msg {
	margin-left: 28px;
	text-align: left;
}
input[type="text"],input[type="password"] {
	background: url("./../images/input_bg.jpg") repeat-x scroll 0 0 transparent;
	border: 1px solid #8A8A8A;
	border-radius: 3px 3px 3px 3px;
	height: 24px;
	line-height: 23px;
	padding: 0 10px;
	width: 265px!important;
	margin: 10px 0;
}
div#login-form-wrap div#form-content div.form form div.checkbox span {
	margin-top: 5px;
}

a {
	text-decoration: none;
	color: #A5A5A5;
}
a:hover {
	text-decoration: underline;
}
.button, .button-bevel {
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 7px 20px 9px;
	margin: .5em .5em .5em 0;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}

.buttonLogin {
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 7px 0px;
	margin: .5em .5em .5em 0;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
	margin: 12px 10px;
	font-weight: bold;
}
.button {
	border-radius: 2px;
	box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
}
.button:active {
	box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;
}

.buttonIndex {
	color: #FFFFFF;
	cursor: pointer;
	height: 26px;
	width: 120px;
}

.orange {
	background: rgb(255,183,0);
	background: -moz-linear-gradient(top,  rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB700', endColorstr='#FF8C00',GradientType=0 );
	border: 1px solid #E59500;
}
.orange:hover {
	background: rgb(255,203,72);
	background: -moz-linear-gradient(top,  rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1)));
	background: -webkit-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCB48', endColorstr='#FF9C23',GradientType=0 );
	text-decoration: none;
}
.rounded {
    border-radius: 20px 20px 20px 20px;
}

.blue {
  background: rgb(130,207,241);
  background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1)));
  background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82CFF1', endColorstr='#38AEEA',GradientType=0 );
  border: 1px solid #3cafcf;
}
.blue:hover {
    background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99D8F4', endColorstr='#4FB7EC',GradientType=0 );
	text-decoration: none;
}


.grey {
  background: #dedede;
  background: -moz-linear-gradient(top,  #dedede 0%, #b6b6b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#b6b6b6));
  background: -webkit-linear-gradient(top,  #dedede 0%,#b6b6b6 100%);
  background: -o-linear-gradient(top,  #dedede 0%,#b6b6b6 100%);
  background: -ms-linear-gradient(top,  #dedede 0%,#b6b6b6 100%);
  background: linear-gradient(to bottom,  #dedede 0%,#b6b6b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEDEDE', endColorstr='#B6B6B6',GradientType=0 );
  border: 1px solid #b0b0b0;
}
.grey:hover { 
    background: rgb(153,216,244);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #bebebe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#bebebe));
    background: -webkit-linear-gradient(top,  #e9e9e9 0%,#bebebe 100%);
    background: -o-linear-gradient(top,  #e9e9e9 0%,#bebebe 100%);
    background: -ms-linear-gradient(top,  #e9e9e9 0%,#bebebe 100%);
    background: linear-gradient(to bottom,  #e9e9e9 0%,#bebebe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#BEBEBE',GradientType=0 );
	text-decoration: none;
}

.