/** Loginbox **/
.loginbox {
	display:none;z-index:998;width:400px;margin-left:-200px;left:50%;position:fixed;top:100px;background: url("../images/black-Linen.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border-radius:5px;box-shadow: 0 7px 31px rgba(0, 0, 0, 1.00);
	border:2px solid rgba(225, 225, 225, 0.03);
	opacity:0;
	line-height:17px;
	letter-spacing:0px !important;
	font-size:12px !important;
	font-family: arial,san-serif!important;
}
.loginboxbutton { width:50px;height:50px;position:fixed;bottom:0px;right:0px;z-index:999;font-family: arial,san-serif!important;}
.loginboxbutton:hover { background: url("../images/loginbuttonbg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);cursor:pointer;}
.loginboxinner { padding:20px;}
.l_username1, .l_password1  { color:#333333; font-family: arial,san-serif!important;font-size:14px !important;box-sizing:initial !important;width:97%;padding:5px;border-radius:3px;border:1px solid #CCCCCC; background-color:#f1f1f1;}
.l_username1:focus, .l_password1:focus { box-shadow:0px 0px 3px 3px  rgba(69, 113, 203, 0.7) inset;}
.tect { display: block;font-family: arial,san-serif;font-size: 12px;text-transform:capitalize;font-weight: bold;margin-bottom: 10px;margin-top: 10px;color:#777777;	}
.login1 { 
	text-transform:capitalize;
	display: block;
	width:100%; 	
    background-color: #4267C4;
    border: 1px solid #3E4146;
    border-radius: 5px;
    box-shadow: 0 10px 13px #4C91E0 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial,tahoma,san-Serif;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
	margin:0;
    margin-bottom: 10px;
	margin-top: 20px;
	padding:0;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px #373190;		
}
.loadlogoin { font-family: arial,tahoma,san-Serif;font-size: 15px; font-weight: bold;opacity:0;text-align:center; }
#loadlogoin { overflow:hidden;height:0px;}