@charset "utf-8";
*{ margin:0; padding:0;}
/* 遮罩层样式 */
#lockdiv{
	position:absolute; 
	top:0px;
	left:0px;
	z-index:900;
	display:none;
	filter:Alpha(Opacity=90);
	/* IE */
	-moz-opacity:0.90;
	/* Moz + FF */
	opacity: 0.90; 
	
}
/* 遮罩层中的框架样式 */
.lockiframe{
	position:absolute;
	z-index:-1;
	width:100%; 
	height:100%;
}
.lockinnerdiv{
	width:100%;
	height:100%;
	background-color:#000;	
}

/* 弹出层样式 */
#popup {position:absolute; z-index:1000;}
/* 导航 */
#pop_check{background-color:#FFF; font-size:12px; width:800px; position:absolute; z-index:3; border:#4596B2 1px solid;}
#loadingImg{position:relative; left:300px;}
.errormessage { color:#F00;}
.pop_nav{height:24px;color:#FFF;font-weight:bold;font-size:14px;background-image:url(../../images/eesmart/spacesubmenu_bg.gif);background-repeat:repeat;padding:4px 10px 0px 10px;}
.pop_nav a{position:absolute;right:15px;text-decoration:none; cursor:pointer;color:#FFF}
.pop_nav a:hover{ color:#F00;}
/* 登录 */
.pop_login{ padding-bottom:32px;}
.pop_title{padding:5px 5px 0px 5px;height:23px;color:red; font-size:13px; font-weight:bold;background-image:url(../../images/eesmart/webinar_tb.gif); background-repeat:repeat;}
.pop_login_content{padding-left:5px;height:35px;padding-top:4px;background-image:url(../../images/eesmart/webinar_homelogin_bg.gif); background-repeat:repeat;}
#pop_login_submit{border-width:0px;}
.pop_login_content a{color:rgb(202, 0, 2);text-decoration:none; cursor:pointer;}
.pop_login_content a:hover{text-decoration:underline;}
/* 注册 */
.pop_reg {width:98%; margin:0 auto; margin-top:5px;}
.pop_reg_content{ display:none;}
.reg_title{color:red;}
.pop_step{ border:#DFEBF0 1px solid; margin:5px 0px;}
.pop_step_title{background-color:#F8FBFC;border-bottom:#DFEBF0 1px solid;height:20px;padding-left:10px;padding-top:8px; color:#CC6600; font-weight:bold;}
.pop_table{margin:5px 0px 5px 40px; width:80%;}
.pop_table tr { height:26px;}
.pop_table input{ width:149px}
.pop_table select{ width:153px}
.pop_table input[type='checkbox']{ width:15px}
.pop_table td .errorMsg{ color:red;}
.pop_table td .correctMsg{ color:green;}

/* 弹框注册 */
#reg{ border-top:#069 1px dashed; margin-top:20px;}
.step_content{ border:#EFF2F7 solid 8px; margin-top:5px; background-color:#F7FBFE; width:94%; margin-left:15px;}
.step_content ul{ margin-top:10px;}
.step_content li{height:26px; list-style:none;}
.step_content li span.tab{ text-align:left; width:100px;float:left; margin-left:120px;font-size:12px;color:#535353;position:relative;top:5px;}
.mustinput{color:red; vertical-align:middle; margin-right:3px; font-size:12px; font-weight:lighter;}
.step_content li .reg_input{float:left;border:#097FD1 solid 1px; height:20px;}
.step_content li span.reg_radio{float:left;position:relative;top:5px;}
.step_content li span.reg_select{float:left;position:relative;top:3px; bottom:2px;}
.step_content li span.reg_select select{height:20px;border:#097FD1 solid 1px;}
.know span{ position:relative; left:30px;font-size:12px;color:#DB2426;}
/* 注册码 */
#authcode{ padding-left:220px;}
#authcode_change{ vertical-align:bottom;position:relative; left:12px;}
#authcode_change a{ text-decoration:none; cursor:pointer;}
#authcode_change a:hover{ color:red;text-decoration:underline; }

#reg_submit{ margin-left:220px;}
