﻿@charset "utf-8";
#mvBox {
	width:520px;
	height:550px;
	background-image:url(../images/vcode_bk.png);
	position:absolute;
	z-index: 2000;
	
	/*
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;  
	opacity: 0.9;	
	*/
}
.mask{
  background: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#mv-box-01_ {
	width:520px;
	height:183px;
}

#mv-box-02_ {
	width:520px;
	height:37px;
	text-align:center;
	margin-top:5px;
}

#mv-box-03_ {
	width:520px;
	height:20px;
}

#mv-box-04_ {
	width:520px;
	height:37px;
	text-align:center;
	margin-bottom:20px;
}

#mv-box-05_ {
	width:520px;
	font-family:"微软雅黑";
	font-size:18px;
	padding-top:20px;
	color:#757474;
	margin-bottom:20px;
}
#mv-box-05_ p {
	margin:0 0px;
	margin-left:90px;
	font-size:16px;
	line-height:2.0;
}

#mv-box-06_ {
	width:520px;
	height:56px;
	text-align:center;
}

#mv-box-07_ {
	width:520px;
	height:37px;
}

#mv-box-08_ {
	width:520px;
	height:37px;
	text-align:center;
	margin-bottom:15px;
}
#mobile {
	width:354px;
	height:35px;
	font-size:16px;
	color:#C6C6C6;
	font-family:"微软雅黑";
	border:1px solid #aaaaaa;
	padding-left:5px;
}
#vCodeBox {
	margin-left: auto;
	margin-right:auto;
	width:358px;
	height:50px;
}
#vCode {
	width:203px;
	height:35px;
	font-size:16px;
	font-family:"微软雅黑";
	float:left;
	color:#C6C6C6;
	border:1px solid #aaaaaa;
	padding-left:5px;	
}
#btnVcode{
	margin-left:20px;
	width:125px;
	height:35px;
	display:block;
	float:left;
	text-align:center;
	color:#FF4E00;
	font-size:16px;
	cursor:pointer;
	border:1px solid #FF4E00;
	line-height:35px;
}
#vEmail {
	width:354px;
	height:35px;
	font-size:16px;
	color:#C6C6C6;
	font-family:"微软雅黑";
	border:1px solid #aaaaaa;
	padding-left:5px;
}
#userCount {
	/*
	color:#FF4E00;
	font-size:30px;
	*/
}
#btnVcodeOk{
	vertical-align:middle;
}

.btnClose {
	line-height: 42px;
	background-image: url(../images/vcode_btn_close.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 20px;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	float:right;
	margin:5px;
}
.btnClose:hover {
	filter:alpha(opacity=60);  
    -moz-opacity:0.6;  
    -khtml-opacity:0.6;  
    opacity:0.6; 
}

.btnVcodeOkBox {
	font-size: 18px;
	line-height: 53px;
	color: #FFF;
	background-image: url(../images/vcode_btn_ok.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 53px;
	width: 175px;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	
}
.btnVcodeOkBox:hover {
	filter:alpha(opacity=80);  
    -moz-opacity:0.8;  
    -khtml-opacity: 0.8;  
    opacity: 0.8; 
}
#vcodeMsgBox {
	display:none;
	text-align:center;
	font-size:16px;
	margin:10px 0 30px 0;
	line-height:2.0;
}
