@import "button.css";
*{border:none; margin:0px; padding:0px; list-style:none;}
body {background: #fff; font-size:12px;font-family:'微软雅黑';}
.container{width:950px; margin:0 auto;}
.container .logo{padding:5px 0 5px 0;}
.container .logo div{float:left;}
div.content{padding-bottom:15px;}
div.content div.ConImages{float:left; position:relative;}
div.content div.ConLogin{float:right;height:350px;width:230px;border:1px solid #058c7c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0 0 5px rgba(5, 140, 124, 1);
	-webkit-box-shadow: 0 0 5px rgba(5, 140, 124, 1);
	box-shadow:0 0 5px rgba(5, 140, 124, 1);
	padding:10px;
}
.container div.bottom{
	border-top:1px solid #efefef; padding-top:10px; text-align:center;
}
div.content div.ConLogin div.title{font-size:16px; text-align:center; height:30px; border-bottom:1px solid #efefef;}
div.content div.ConLogin div.loginForm{line-height:18px; height:240px; padding-top:10px;}
div.content div.ConLogin div.loginBottom{
	text-align:center;height:30px; line-height:30px; border-top:1px solid #efefef; vertical-align:bottom;font-family:'微软雅黑'; margin-top:10px;
	width: 315px;
}
input[type='text'],input[type='password']{
	width: 200px;margin: 0 0 20px 0; border: 0; background: #fff; 
	padding: 6px;
	font-size: 13px;
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input[type='text']:focus,input[type='password']:focus{
	border: 1px solid #058c7c;
}
.btn-green {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #058c7c !important;
	background-color: #058c7c !important;
}

.btn2 {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #058c7c !important;
	background-color: #058c7c !important;
	margin: 0 0 20px 0; border: 0;
}


.btn-green:hover, .btn-green:focus, .btn-green:active {
	-moz-box-shadow:0 0 5px rgba(5, 140, 124, 1);
	-webkit-box-shadow: 0 0 5px rgba(5, 140, 124, 1);
	box-shadow: 0 0 5px rgba(5, 140, 124, 1);
	border:1px solid #058c7c !important;
}
.big{
	font-size:120% !important;
	line-height:120%; padding:5px 10px;
}
.notification {
	border:1px solid #efefef;
	background-color: #fff;
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.information {background: #fff url('../images/information.png') 5px center no-repeat; color: #585b66; }
.notification div {
	display:block;
	font-style:normal;
	padding: 0 5px 0 26px;
	line-height: 22px;
	color:#00F;
}
.nodisplay{
	display:none;
}
.clear{
	clear:both;
}
.jsNav {
	BACKGROUND: url(../images/jsNav.png) no-repeat
}
.prevBtn {
	BACKGROUND: url(../images/jsNav.png) no-repeat
}
.nextBtn {
	BACKGROUND: url(../images/jsNav.png) no-repeat
}
.imgSelected {
	BACKGROUND: url(../images/jsNav.png) no-repeat
}
.jsNav {
	POSITION:absolute; WIDTH: 125px; BOTTOM: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 30px; RIGHT: 10px; FONT-WEIGHT: bold
}
.jsNav A {
	TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 25px; FLOAT: left; VERTICAL-ALIGN: middle
}
.prevBtn {
	DISPLAY: block; BACKGROUND-POSITION: 0px -30px; HEIGHT: 30px
}
.nextBtn {
	DISPLAY: block; BACKGROUND-POSITION: -100px -30px; HEIGHT: 30px
}
.imgSelected {
	BACKGROUND-POSITION: 1px -60px; COLOR: #000
}