@CHARSET "UTF-8";

body{
	background-image:url(../images/bg_login.jpg);
	font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

.login-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	border: 0 solid transparent;
    cursor: default;
    margin: 0;
    min-height: 580px;
    min-width: 950px;
}

.login-wrapper{
	position:absolute;
	left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -240px;
    height: 580px;
	width: 508px;
}

.login-form{
	position:absolute;
    left: 94px;
	height: 340px;
	width: 326px;
    z-index: 5;
	border-radius:14px;
	border-color:#DDD;
	background-color:#fff;
	background-image:url(../images/bg_login_form.jpg);
	background-repeat:no-repeat;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.login-form-bg{
	position:absolute;
	top:-70px;
	left:3px;
	background-image:url(../images/bg_login_form.png);
	background-repeat:no-repeat;
	height:580px;
	width: 508px;
}

.login-user{
	position:absolute;
    top:135px;
	left:50%;
	margin-left:-150px;
	height:35px;
    z-index:200;
}

.login-user-tag{
    position: absolute;
	top:135px;
	left:25px;
	opacity: 0.30;
	color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
	pointer-events: none;
    z-index: 210;
}

.login-pass{
	position:absolute;
    top: 175px;
	left:50%;
	margin-left:-150px;
	height: 35px;
	z-index: 200;
}

.login-pass-tag{
    position: absolute;
	top:175px;
	left:25px;
	opacity: 0.30;
	color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
	pointer-events: none;
    z-index: 210;
}

.login-id{
	position:absolute;
    top: 215px;
	left:50%;
	margin-left:-150px;
	height: 35px;
	z-index: 200;
}

.login-id-tag{
    position: absolute;
	top:215px;
	left:25px;
	opacity: 0.30;
	color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
	pointer-events: none;
    z-index: 210;
}

.login-keep{
	position:absolute;
    top:235px;
    left:50%;
    margin-left:-90px;
    height:25px;
    width:180px;
	color:#666;
    z-index:300;
}

.fbutton{
	position:absolute;
    top: 270px;
    left: 50%;
	margin-left: -85px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: #51a8e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #51a8e6 0%, #2f78d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51a8e6), color-stop(100%,#2f78d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #51a8e6 0%,#2f78d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #51a8e6 0%,#2f78d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #51a8e6 0%,#2f78d0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #51a8e6 0%,#2f78d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a8e6', endColorstr='#2f78d0',GradientType=0 ); /* IE6-9 */	
	border:0!important;
	border-color: #4A86C1;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);	
	cursor:pointer;
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	text-align:center;
	line-height:40px;
	height:40px;
	width:170px;

}

.finput{
	border: 1px solid #BFBFBF;
    border-radius: 6px;
    box-shadow: 0 0 0 #000000, 0 3px 3px #EEEEEE inset;
    color: #777777;
    font-size: 16px;
    height: 24px;
    padding: 6px 5px 5px 10px;
    width: 282px;
}

.fpass{
	padding-right:35px;
}

.fchecktag{
	margin-left:5px;
}

.login-bottom {
    position: absolute;
	bottom: 0px;
    left: 0;
	right: 0;
    color: #888;
    font-size: 11px;
    letter-spacing: normal;
    margin-top: 11px;
    padding-top: 40px;
	padding-bottom: 40px;
    text-align: center;
    font-family: Arial,Sans-Serif;
    opacity: 1;
    overflow: visible !important;
    z-index: 10;
    width: 100%;
    height: 41px;
}

.logo-bottom{
	background-image:url(../images/logo_bottom.png);
	background-repeat:no-repeat;
	background-position:50%;
	height:30px;
}