@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	text-align:center;
	margin:0px;
	background:#e7f2f2;
	font-size:12px;
}
.container {
	width:100%;
	height:100%;
	margin:auto;
}
.container td {
	text-align:center;
}
.main {
	margin:auto;
}
.leftPart {
	width:140px;
	height:340px;
	position:relative;
	background:url(../images/leftPartBg.jpg) no-repeat left top;
}
.logo {
	width:440px;
	height:50px;
	position:absolute;
	top:-58px;
	left:-30px;
	background:url(../images/Login_logo.png) no-repeat left bottom;
	background-size: 80% 80%;
}
.leftPart_TL, .leftPart_TR, .leftPart_BL, .leftPart_BR {
	position:absolute;
	width:15px;
	height:15px;
}
.leftPart_TL {
	left:0px;
	top:0px;
	background:url(../images/angle_TL.png) no-repeat left top;
}
.leftPart_TR {
	right:0px;
	top:0px;
	background:url(../images/angle_TR.png) no-repeat left top;
}
.leftPart_BL {
	left:0px;
	bottom:0px;
	background:url(../images/angle_BL.png) no-repeat left bottom;
}
.leftPart_BR {
	right:0px;
	bottom:0px;
	background:url(../images/angle_BR.png) no-repeat left bottom;
}
.loginWrap {
	margin-left:5px;
}
.loginWrap .TL {
	width:21px;
	height:19px;
	background:url(../images/loginWrap_TL.png) left top no-repeat;
	vertical-align:top;
}
.loginWrap .T {
	background:url(../images/loginWrap_T.png) left top repeat-x;
}
.loginWrap .TR {
	width:28px;
	background:url(../images/loginWrap_TR.png) left top no-repeat;
	vertical-align:top;
}
.loginWrap .L {
	background:url(../images/loginWrap_L.png) left top repeat-y;
}
.loginWrap .M {
	background:url(../images/loginWrap_M.png) left top;
	vertical-align:middle;
	text-align:left;
	background:#fff;
	height:302px;
	width:430px;
}
.loginWrap .R {
	background:url(../images/loginWrap_R.png) left top repeat-y;
}
.loginWrap .BL {
	height:19px;
	background:url(../images/loginWrap_BL.png) left top no-repeat;
}
.loginWrap .B {
	background:url(../images/loginWrap_B.png) left top;
	vertical-align:top;
	text-align:center;
}
.loginWrap .BR {
	background:url(../images/loginWrap_BR.png) left top no-repeat;
}
.tabsWrap {
	position:absolute;
	top:-38px;
	right:15px;
	width:300px;
}
.downArrow {
	position:absolute;
	left:43%;
	bottom:-10px;
	border:0;
}
a.tabBtn {
	background: transparent url('../images/tab_R.gif') no-repeat scroll top right; 
	color:#fff;
	float:right;
	height:29px;
	margin:0 0 0 5px; 
	padding-right: 28px;
	text-decoration: none;
	font-weight:bold;
	position:relative;
	white-space:nowrap;
	display:block;
	position:relative;
}
a.tabBtn .tabBtn_R {
    background: transparent url('../images/tab_L.gif') no-repeat; 
	display: block; 
	line-height: 15px; 
	padding: 7px 0 7px 30px;  
	}
a.tabBtn:hover {
	background: transparent url('../images/tab_R.gif') right 29px;
	}
a.tabBtn:hover .tabBtn_R {
	background: transparent url('../images/tab_L.gif') left 29px;
	}
a.tabActive, a.tabActive:hover {
	background: transparent url('../images/tabAct_R.gif') no-repeat scroll top right; 
}
a.tabActive .tabBtn_R, a.tabActive:hover .tabBtn_R {
    background: transparent url('../images/tabAct_L.gif') no-repeat; 
}
.loginContentWrap {
	color:#666;
}
.loginContentWrap td {
	vertical-align:top;
	text-align:left;
	padding:0 10px;
}
.loginContentWrap input, .loginContentWrap select {
	width:245px;
	font-size:14px;
	color:#0E7B94;
}
.loginContentWrap input {
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #ccc;	
	border-bottom:1px solid #ccc;
	height:20px;
}
.loginContentWrap select {
	height:23px;
}
.loginContentWrap .captchaInput {
	width:80px;
}
.listContent {
	margin:15px 0;
}
.listContent2 {
	margin:5px 10px 15px 10px;
	color:#999;
	font-size:14px;
}
.captcha {
	border:1px inset #ccc;
	cursor:pointer;
	vertical-align:top;
	margin-top:2px;
}
.loginContentWrap .checkbox {
	width:auto;
	margin-right:5px;
	vertical-align:middle;
	border:0px;
}
.mLeft10 {
	margin-left:10px;
}
a.btn_submit_new {
	height:29px;
	display:block;
	text-decoration:none;
	background:#eee;
	float:left;
	padding:0;
	margin:0;
}
a.btn_submit_new button {
	height:29px;
	cursor:pointer;
	font-weight:bold;
	margin:0;
	padding: 1px 20px;
	outline:0;
	vertical-align:top;
	width:auto;
	overflow:visible;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #006C78;
	
	/*gradient styles*/
	background: #0E7B94;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#30AFC8), to(#0E7B94));
	background: -webkit-linear-gradient(#30AFC8, #0E7B94);
	background: -moz-linear-gradient(#30AFC8, #0E7B94);
	background: -ms-linear-gradient(#30AFC8, #0E7B94);
	background: -o-linear-gradient(#30AFC8, #0E7B94);
	background: linear-gradient(#30AFC8, #0E7B94);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#30AFC8', EndColorStr='#0E7B94', GradientType=0);
 
	
}
a.btn_submit_new:hover buttn {
	background: #0E7B94;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#30AFC8), to(#0E7B94));
	background: -webkit-linear-gradient(#30AFC8, #0E7B94);
	background: -moz-linear-gradient(#30AFC8, #0E7B94);
	background: -ms-linear-gradient(#30AFC8, #0E7B94);
	background: -o-linear-gradient(#30AFC8, #0E7B94);
	background: linear-gradient(#30AFC8, #0E7B94);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#30AFC8', EndColorStr='#0E7B94', GradientType=0);
}
.keyboardBtn {
	background:url(../images/keyboardBtn.gif) top left no-repeat;
	width:34px;
	height:24px;
	display:inline-block;
	*display:inline ; 
	zoom:1;
	vertical-align:middle;
	margin-top:16px;
}
.keyboardBtn:hover {
	background:url(../images/keyboardBtn_over.gif) top left no-repeat;
}

.miniKeyboard {
	position:absolute;
	top:42px;
	left:0px;
	z-index:2;
}
.relative {
	position:relative;
}
.hide {
	display:none;
}
.msg {
	color:#F00;
	font-weight:bold;
	position:absolute;
	width:270px;
	height:65px;
	left:90px;
	top:0px;
}
.copyrightWrap {
	width:400px;
	margin:auto;
	position:relative;
}
.copyright {
	position:absolute;
	left:0px; 
	top:30px;
}
.certified {
	width:532px;
	text-align:left;
}
.logout {
	text-align:left;
}
a.link {
	color:#F60;
	text-decoration:underline;
}
a.link:hover {
	color:#F30;
	text-decoration:underline;
}
