﻿@charset "UTF-8";
/*****************************************************
 *
 * * 文件建立:2009-04-11 by hark
 * 版本: 1.0
 * 如有修改,请在此处注明修改时间
 *
 ****************************************************/
/*****************************************************
 *
 * 样式属性排列顺序
 * 显示属性[display/position/float/clear/cursor...]
 * 盒模型[margin/padding/width/height]
 * 排版[vertical-align/white-space/text-decoration/text-align...]
 * 文字[color/font/content]
 * 背景[border/background]
 *
 ****************************************************/
#content{
	_height:400px;
	}
/*
 > login box 
 */
 #loginBox,#regBox,#getPassword,#reworkPassword{
	 position:absolute;
	 width:300px;
	 height:230px;
	 }
	 #loginBox h3,#regBox h3,#getPassword h3,#reworkPassword h3{
		 margin:1px;
		 height:31px;
		 line-height:31px;
		 font-weight:bold;
		 }
	 #loginBox h3,#getPassword h3{
		 color:white;
		 background:url(../images/industryTitleBg.gif) no-repeat left top;
		 }
	 #regBox h3,#reworkPassword h3{
		 color:white;
		 background:#f26909 url(../images/dynamicTitleBg.gif) no-repeat left top;
		 }
	 #loginBox form,#regBox form,#getPassword form,#reworkPassword form{
		 margin:10px;
		 }
	 #getPassword form{
		padding:30px 10px;
}
	 #loginBox p,#regBox p,#getPassword p,#reworkPassword p{
		 margin:10px;
		 }
		 #loginBox p span,#regBox p span,#reworkPassword p span{
			 display:inline-block;
			 width:80px;
			 }
			 #loginBox h3 span,#regBox h3 span,#getPassword h3 span,#reworkPassword h3 span{
				 margin-left:10px;
				 }
#loginBox,#reworkPassword{
	width:300px;
	left:330px;
	top:50px;
	background:#eee;
	}
#regBox,#getPassword{
	display:none;
	left:330px;
	top:50px;
	background:#eeeeee;
	}
#startReg{
	position:relative;
	left:120px;
	top:20px;
	color:#F60;
	cursor:pointer;
	}
#forgetPswLink{
	position:relative;
	top:-10px;
}
#cancelRegBtn,#regBtn{
	position:relative;
	margin:0 5px;
}
/*
 > form
 */
 input#usrname,input#psw,input#usrname_reg,input#psw_reg,input#pswConfirm_reg,input#regEmail{
	 width:160px;
	 border:1px solid #ddd;
	 }
input#checkCode,input#checkCode_reg{
	width:80px;
	border:1px solid #ddd;
	}
input#loginBtn,input#resetBtn{
	margin:5px 10px;
	}
input#regEmail{
	width:250px;
}
input#cancelRegBtn{
	display:none;
}
	 