﻿* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.mainDiv {
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
}
.logo {
	/*background: url(../images/logo.png) no-repeat 48px center;*/
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	float: left;
}
.newConBox {
	width: 958px;
	min-height: 476px;
	border: 1px solid #cdcdcd;
	float: left;
	margin-bottom: 15px;
}
.leftPanel {
	width: 704px;
	height: 476px;
	/*background: url(../images/banner1.png) no-repeat;*/
	float: left;
	margin-right: 15px;
}
.rightPanel {
	float: right;
	margin-right: 24px;
	width: 205px;
}
.loginBox {
	width: 100%;
	float: left;
	
	/*padding-bottom: 28px;*/
	margin: 0px 0 18px 0;
	min-height: 220px;
}
.loginBox td {
	color:#8496ae; font-size:12px; font-weight:bold; padding:5px 0;
}

.loginBox input[type="text"], .loginBox input[type="password"] {
	border: 1px solid #a3c5e5;
	border-radius: 2px 2px 2px 2px;
	padding: 2px;
	width: 94%;
	background:#f6f8fa;
}

/*.newBut{
    background: url(../images/login.png) no-repeat scroll 0 0 transparent;
    border: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 5px 0;
    !padding: 0 0 0px 0;
    vertical-align:middle;
    width: 58px;
	cursor:pointer;
}*/

.gBtn-s	{
background: #aeb7bf; /* Old browsers */
background: -moz-linear-gradient(top, #aeb7bf 0%, #6e7a86 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #aeb7bf 0%,#6e7a86 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #aeb7bf 0%,#6e7a86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb7bf', endColorstr='#6e7a86',GradientType=0 ); /* IE6-9 */
padding: 0 10px 2px;
border-radius:3px;
border: 1px solid #828689;
color: #FFF;
font-weight: bold;
vertical-align: middle;
line-height: 20px;
}
.gBtn-s:hover{
background: #6e7a86; /* Old browsers */
background: -moz-linear-gradient(top, #6e7a86 0%, #aeb7bf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6e7a86 0%, #aeb7bf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6e7a86 0%, #aeb7bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e7a86', endColorstr='#aeb7bf',GradientType=0 ); /* IE6-9 */
padding: 0 10px 2px;
border-radius:3px;
border: 1px solid #828689;
color: #FFF;
font-weight: bold;
vertical-align: middle;
line-height: 20px;
}



.footer {
	
	font-size: 11px;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;	
	color:#666;
	text-transform:uppercase;
	font-family:Tahoma;
	width:500px;
	float:left;
}

span.star {
    color: #FF0000;
}

.errorc {
    color: #FF0000;
    font-size: 11px;
    line-height: 14px;
    padding-top: 0;
    font-weight:normal !important;
}

/*
.BtnLeft				{ background:url(../images/BtnLeft.png) no-repeat left; padding-left:5px; position:relative }
.BtnRight				{ background:url(../images/BtnRight.png) no-repeat right; padding-right:8px; }
.BtnBg 			        { background:url(../images/BtnBg.png) repeat-x; list-style-type:none; padding:0; margin:0; height:auto; overflow:hidden; }
*/