.body_opacity{
	filter:alpha(opacity=80);  
    -moz-opacity:0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5;
}
#signInModule {
	display:none;
	width:438px;
	height:328px;
	position:absolute;
	top:20%;
	left:33%;
	border:1px solid #c4c4c4;
	-webkit-border-radius:6px;
	box-shadow: 0px 0px 30px black;
	background:#fff;
	z-index:11000;
}
#curtain {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:2578px;
	background-color:#000000;
  	opacity: 0.6;
  	display:none;
  	z-index: 1101;
}
#lg_wrapper {
	border:0px solid blue;
	width: 400px;
	height:288px;
    position: relative;
    margin:38px 0 0 18px;
    z-index: 10;
    /* zoom: 1; */
    background-color: #fff;
}
#lg_wrapper h3 {
	font-size: 16px;
	font-weight: 700;
    display: block;
    padding-bottom: 10px;
    color: #333;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
    text-indent: 8px;
}
.rows {
	margin-top: 10px;
    padding: 0 8px;
}
.rows label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}
.inp_txt {
	border: 1px solid #ccc;
    border-radius: 3px!important;
    height: 36px;
    line-height: 36px;
    width: 370px;
    padding: 0 7px;
    color: #333;
    font-size: 16px;
    box-shadow: 0 1px 0 rgba(255,255,255,.8),inset 0 1px 2px rgba(0,0,0,.06);
}
#lg_wrapper .signbtn {
	width: 100px;
    height: 34px;
    border: 0;
    font-size: 16px;
    color: #fdfdfd;
    background: #90C02A;
    border-radius: 4px;
}
#lg_wrapper .joinbtn {
    border: 1px solid #c5c5c5;
    font-size: 16px;
    color: #222222;
    background: #fff;
    border-radius: 4px;
    padding: 6px 12px 8px 12px;
    margin-left:30px;
}
#lg_wrapper .btnposition {
	margin-top:30px;
	margin-left: 18%;
}
#lg_wrapper .closeSignBtn {
	top: -8px;
    right: 0px;
    width: 40px;
    height: 26px;
    font-size: 30px;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
    font-family: Helvetica;
    font-weight: bold;
    position: absolute;
    z-index: 100000;
}
#signUpMoudle {
	width: 980px;
	margin: 0 auto; 
	overflow: hidden;
}
#signUpMoudle .header {
	width: 100%;
    height: 90px;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
}
#signUpMoudle .header .logo {
	max-width: 500px;
    height: 90px;
    margin-top:20px;
    overflow: hidden;
}
#signUpMoudle .header .home {
    padding: 45px 0 21px;
    height: 24px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
    color: #999;
}
#signUp {
	padding-top: 20px;
}
#signUp .register{
	width: 620px;
}
#signUp .register .title{
	margin-bottom: 15px;
    height: 32px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight:normal;
    text-indent: 13px;
    color: #333;
}
#signUp .createbtn {
	width: 160px;
    height: 34px;
    border: 0;
    font-size: 16px;
    color: #fdfdfd;
    background: #005AB0;
    border-radius: 4px;
    cursor:pointer;
}
#signUp .btnposition {
	margin-top:20px;
}
#signUp .info {
	width: 232px;
}
#signUp .info .box {
    width: 190px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
#signUp .signIn_entrance {
	width: 184px;
}
#signUp .signIn_entrance .signin_now {
	height: 32px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9100), to(#ff7300));
    -webkit-background-origin: padding;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
}
#signUp .signIn_entrance .forgot {
	padding: 0;
    padding-bottom: 12px;
    margin: 0;
}
#signUp .alert_msg {
	display:none;
	color:red;
}
.fc_red {
	color:red;
}
.fl {
    float: left;
}
.fr {
    float: right;
}