@charset "utf-8";
a {
  color:#333;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
a:hover,
a:focus {
  color: #00F;
  text-decoration:underline;
  outline: none;
}
.content-login {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.logo-login {
	position: fixed;
	width: 100%;
	left:7%;
	top: 25%;
}
.panel-middle {
	position: fixed;
 * position:absolute;
	width: 100%;
	top: 15%;
}
.register-form{
	margin: 0 0 0px;	
}
.panel-register {
	background:#FFF;
	margin: 0 auto;
	width: 470px;
	padding:1px 30px 1px 30px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    border: #CCC 1px solid;
}
.input-group {
	width:100%;
	text-align:center;
	margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 15px;
    height: 35px;
}
.btn-login {
	width: 100px;
	height: 35px;
	text-align: center;
}

.main_input {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    clear: both;
}
.input-group .main_input font {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #535353;
    text-align:left;
    float: left;
	font-family: tahoma,arial,Microsoft YaHei,Hiragino Sans GB,\5b8b\4f53;
}

.input-group .main_input input {
    height: 35px;
    display: block;
    float: left;
    width: 260px;
    line-height: 25px;
    margin-bottom: 3px;
	padding:0px 5px;
    font-size: 12px;
    border-radius: 5px;
    border: #CCC 1px solid;
}

.input-group .main_input .msgs{
	display:block;
	width:100px;
	height: 34px;
    line-height: 34px;
	color:#fff;
	text-align:center;
	background:#46b8da;
	cursor:pointer;
	font-size: 12px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	border: #CCC 1px solid;
	float: left;
}
.input-group .main_input .msgs1{
	background:#E6E6E6;
	color:#818080;
	border:1px solid #CCCCCC;
}

.input-group .main_input .input_asterisk {
    display: block;
    width: 10px;
    height: 35px;
    line-height: 35px;
    color:#F00;
    text-align: right;
    font-weight: bold;
    float: left;
}
.input-group a{
	color:#F90;
}

.footer-login {
	position: fixed;
 * position:absolute;
	width: 100%;
	height: 20px;
	top: 100%;
	margin: -70px 0 0;
	padding: 20px;
	text-align: center;
	color:#000;
}
.input-addon-un {
	color: #FFF;
	background-color: #28b779;
	border-color: #28b779;
}
.input-addon-pw {
	color: #FFF;
	background-color: #ffb848;
	border-color: #ffb848;
}
.input-addon-vc {
	color: #FFF;
	background-color: #b848ff;
	border-color: #b848ff;
}

/*--------------弹出窗口-免责声明-------------*/
.theme-popover1 {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	height:450px;
	margin:-225px 0 0 -250px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-title{
	text-align:center;
	font-weight:bold;
}
.theme-title h5{
	font-weight:bold;
}
.theme-popbod1 {
	text-align:left;
	padding:20px 20px;
}
.theme-popbod1 span{
	font-size:14px;
	display:block;
	padding-top:10px;
}
.theme-operation{
	padding:20px 60px;
}
.theme-operation span{
	display:block;
	margin-left:20px;
	height:35px;
	line-height:35px;
	float:left;
	color:#428bca;
}
/*--------------------------------------*/