#left_form
{
margin-top:15px;
margin-bottom:25px;
}
#left .desc
{
margin-top:10px;
margin-bottom:15px;
}
#left h1
{
margin-bottom:20px;
}
#left h1 span
{
color: #ff6c00;

}

#left
{
min-height:400px;
}
.form_break
{
margin-top:25px;

margin-bottom:25px;
}
.form_label
{
padding-top: 7px;

font-size:14px;
display:inline-block;
text-align:right;
float:left;
margin-right:20px;
}
#register-form
{

}
#register-form .form_label
{
width:147px;
}
#profile-form .form_label
{
width:180px;
}

#profile-form .form_div
{
	padding-left:0px!important;
}

#alogin-form .form_label
{
width:146px;
}
.form_input
{
display:inline-block;
float:left;
position:relative;
}
.form_input>span
{

    color: #ff6c00;
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 7px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
	
}

.form_div
{
clear:both;
height:55px;
padding-left:42px;
}

#register-form .form_input input[type="text"],#register-form .form_input input[type="password"]
{
width:215px!important;
}
#alogin-form .form_input input[type="text"],#alogin-form .form_input input[type="password"]
{
width:215px!important;
}
#profile-form .form_input input[type="text"],#profile-form .form_input input[type="password"]
{
width:215px!important;
}
#leftfullwidth
{
float:none!Important;
width:100%!important;
}
.form_button
{

}

#shadcont
{
padding-bottom:40px!important;	
}

#register-form .form_button
{
margin-left:210px;
}
#profile-form .form_button
{
margin-left:238px;
position:relative;
margin-bottom:20px;
}
#alogin-form .form_button
{
margin-left:208px;
position:relative;
margin-bottom:20px;
}
#reset-form
{

}
#reset-form .page_info
{
padding-left:0px!important;
padding-right:170px!important;
text-align:center!important;

}
#ress
{
text-align:center;

}
.regres
{
margin-top:10px;
margin-left:208px;

}
.regres a
{
text-decoration: underline;
cursor: pointer;
font-size: 14px;
}
.regres a:hover
{
text-decoration:none;
}
.regres a:active
{
color:#ff6c00;
}

#reset-form .form_button
{
margin-top:25px;
}

.ehelp
{
position:absolute;
right:-25px;
top:9px;
}
.ehelp:hover div
{
display:block!important;
}
.ehelp>i
{
width:15px;
height:15px;
background:url("/images/template/info.png");
display:block;
cursor:pointer;
}
.ehelp div
{
display:none;
font-size: 13px;
position: absolute;
right: -25px;
top: 35px;
width: 240px;
background: #fff;
z-index: 3;
border-radius: 3px;
box-shadow: 0px 0px 12px rgba(51,145,186,0.5);
padding:10px 10px 12px 15px;
}
.ehelp div i
{
display: block;
position: absolute;
right:20px;
top: -13px;
width: 26px;
height: 13px;
background: url("/images/template/tri.png") no-repeat;
}
.ehelp span
{
color: #FF9102!Important;
}