@charset "iso-8859-1";
/* CSS Document */
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; vertical-align:baseline;}

html, body {height:100%;}
body {
	line-height:1; 
	font-family: "Open Sans","Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#555555; 
	background:#EEEEEE;
	}
input, select {
	font-family: "Open Sans","Trebuchet MS", Arial, Helvetica, sans-serif;
	}
:focus {outline:0;}	
a:link, a:active, a:visited {color:#0066CC; text-decoration:none;}
a:hover, a:focus {color:#0099FF;}
		
.wrap {position:relative;}
.wrap {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
	min-width:960px;
    }
	
#login_box {
	position:absolute;
	top:50%;
	margin-top:-212px;
    left:100px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:  rgba(255, 255, 255, .3);
    border: 10px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    }
.access_box_interior {
    position:relative;
    background-color: #ffffff;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    padding:25px 25px 20px 25px;
    width:234px;
    min-height:330px;
    display:block;
	}
	
.access_box_interior p {
    line-height:1.5;
    }
	

input[name="email"],
input[name="email2"],
input[name="password"],
input[name="forget"],
input[data-name="user"],
input[data-name="pass"] {
    background:#f2f2f2 right no-repeat;
	border:1px solid #ccc;
	height:36px;
	padding-left:10px;
	width:222px;
    font-size:12px;
}	

input[data-name="user"] {
	background-position:200px 0px;
	border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
	}
input[data-name="user"]:focus {
    background-position: 200px -43px;
}

input[name="password"],
input[data-name="pass"] {
	background-position:200px -83px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-top:none;
	}
input[name="password"]:focus,
input[data-name="pass"]:focus {
    background-position: 200px -128px;
    }

	
.submit-login {
  color: white;
	background: #4d8efc;
	border: none;
	background: -moz-linear-gradient(top, #4D8EFB 0%, #4079D6 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D8EFB), color-stop(99%, #4079D6));
	background: -webkit-linear-gradient(top, #4D8EFB 0%, #4079D6 99%);
	background: -o-linear-gradient(top, #4D8EFB 0%, #4079D6 99%);
	background: -ms-linear-gradient(top, #4D8EFB 0%, #4079D6 99%);
	background: linear-gradient(to bottom, #4D8EFB 0%, #4079D6 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D8EFB', endColorstr='#4079D6', GradientType=0 );
	cursor: pointer;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    width:100%;
	margin-top:10px;
	text-align:center;
	display:block;
	padding:10px 0;
		
   }
.submit-login:hover {
  /* border-top-color: #17191a;*/
  opacity:0.9;
     }
		
/******************************************************************************************/	
/*  LOGIN -------------------------------------------------------------------------------- */
/******************************************************************************************/	


#login-holder	{
	/*margin: 0px auto 0 auto;*/
	margin-left:100px;
	margin-top:200px;
	width: 400px;
	}
#loginbox	{
	background: url(../images/login/loginbox_bg.png) no-repeat;
	font-size: 12px;
	height: 420px;
	line-height: 12px;
	padding-top: 20px;
	position: relative;
	width: 400px;
	}
#forgotbox	{
	background: url(../images/login/loginbox_bg.png) no-repeat;
	display: none;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
	}
#login-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 10px 0 0 60px;
	/*margin: 0 auto;*/
	width: 250px;
	float:left;
	}
#login-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	 
	}
/*	
 .checkbox-size	{
	width:13px;
	height:13px;
	margin: 5px 0;
	 
	}
	*/	
#login-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 50px;
	}
#login-inner td	{
	padding: 0 0 6px 0;
	}
	
	
.login-inp	{
	background: url(../images/login/inp_login.gif) no-repeat;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 204px;
	}
#logo-login	{
	float: left;
	height: 109px;
	margin: 20px 0 0 60px;
	}
#logo-login-csit	{
	float: left;
	margin: 20px 0px 0px 120px;
	}

	
a.forgot-pwd	{
	bottom: 48px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	position: absolute;
	right: 82px;
	}
a:hover.forgot-pwd	{
	color: #fff;
	}
#forgotbox-text	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	margin: 0 auto 40px auto;
	width: 380px;
	}
#forgot-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 330px;
	}
#forgot-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	}
#forgot-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 110px;
	}
#forgot-inner td	{
	padding: 0 0 6px 0;
	}
a.back-login	{
	background: url(../images/login/icon_back_login.gif) no-repeat 0 4px;
	bottom: 30px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 40px;
	}
a:hover.back-login	{
	color: #fff;
	}

		