/**********login/register css*************/
.login_user {
    margin-top: 8%;
}
form.ajax-auth{
    display: none;
    z-index: 999;
	position: fixed;
    top: 125px;
	left: 50%;
	width: 350px;
	margin-left: -200px;
    padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);   
    color: #878787;
    font-size: 11px;
}
 .ajax-auth h1, .ajax-auth h3{
    
    font-weight: 100;
    color: #333333;    
	line-height: 1;    
}
 
.ajax-auth h1{
    font-size: 27px;
    text-align: center;
    margin: 0 0 20px 0;
}
 
.ajax-auth h3{
    font-size: 18px;
    text-align: left;
    margin: 0;
}
 
.ajax-auth h3 a{
	color: #1b70bb;
}
.ajax-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 0;
}
 
.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 325px;
    margin: 7px 0 20px 0;
    background-color: #F9F9F9;
 }
 
.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus{
    background-color: #FFF;
}
.ajax-auth label.error{
	display: none !important;
}
 
.ajax-auth input.error{
	border: 1px solid #FF0000 !important;
}
 
.ajax-auth input.submit_button, .ajax-auth #register-button{
	font-size: 13px;
    color: #FFF;
    border: 1px solid #1b70bb;
    background-color: #1b70bb;
    border-radius: 3px;
    text-shadow: 0 1px 0 #1b70bb;
    padding: 9px 31px 9px 31px;
    background: -moz-linear-gradient(top, #ea6656, #df5949);
    border-top: 1px solid #1b70bb;
    border-bottom: 1px solid #1b70bb;
    float: right;
    box-shadow: 0 1px 0 #1b70bb inset;
    margin-top: 9px;
}
 
.ajax-auth a{
    text-decoration: none;
}
 
.ajax-auth a.close{
    color: #333;
    position: absolute;
    right: 15px;
    top: 15px;
}

.ajax-auth input#new-username,
.ajax-auth input#new-useremail,
.ajax-auth input#new-userpassword,
.ajax-auth input#re-pwd{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 325px;
    margin: 1px 0 10px 0;
    background-color: #F9F9F9;
 }
 
.ajax-auth input#new-username:focus,
.ajax-auth input#new-useremail:focus,
.ajax-auth input#new-userpassword:focus,
.ajax-auth input#re-pwd:focus{
    background-color: #FFF;
}
 

a#pop_forgot {
    font-size: 15px;
}

.ajax-auth p.status{
    text-align: center;
    margin: -15px 0 20px 0;
	font-weight: 600;
    display: none;
	font-size: 15px;
	color: red;
} 

a.login_button{
    padding: 5px 7px 5px 7px;
	background-color: #1b70bb;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}
 p.register-message {
    color: #ff0000;
    font-size: 15px;
}


/* comment code no need */
/* .ajax-auth a.text-link{
    color: #B4B2B2;
    float: left;
    margin: 10px 0 0 0;
} */