/* CSS Document */

html{
	width:100%;
	height:100%;
}

body {
	margin:0px;
	width:100%; 
    height:100%;
	background-image:url(image/login_back.jpg);
}

input {
	outline:none;
}

#login_mobile { display:none; }

#login {
	width:350px;
	height:350px;
	text-align:center;
	background-color:#FFF;
	overflow:hidden;
	box-shadow: 0 0 30px #999;
	-webkit-box-shadow: 0 0 30px #999;
	-moz-box-shadow: 0 0 30px #999;
}

#login table {
	width:350px;
	
}

td {
	font-size:14px;
}

#login_banner {
	height:100px;
}

#login_title {
	width:100%;
	height:100px;
	background-image:url(image/login_title.png);
	background-position:center;
	background-repeat:no-repeat;
}

#login_icon {
	width:20px;
	height:50px;
}

#login_form {
	height:250px;
	vertical-align:top;
}

#login_form table {
	margin:auto;
	width:320px;
	height:200px;
}

#login_form td {
	height:54px;
}

#login_form td.login_icon_td {
	width:34px;
}

#login_form td.login_text_td {
	width:33px;
}

#login_form td.login_input_td {
	
}

#login_form span {
	display:none;
}

#login #login_btn {
	height:50px;
}

#login input[type=text], #login input[type=password] {
	width:220px;
	height:26px;
	border:1px solid #CCC;
	background-color:transparent;
	line-height:26px;
	color:#333;
	font-size:14px;
}

.username {
	padding-left:30px;
	background-image:url(image/login_username_icon.png);
	background-position:5px center;
	background-repeat:no-repeat;
}

.password {
	padding-left:30px;
	background-image:url(image/login_password_icon.png);
	background-position:5px center;
	background-repeat:no-repeat;
}

#login #vcodes {
	margin-right:5px;
	padding-left:30px;
	width:145px;
	background-image:url(image/login_code_icon.png);
	background-position:8px center;
	background-repeat:no-repeat;
}

#btn_login , #btn_reset {
	width:254px;
	height:36px;
	border:0px;
	border-radius:3px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	cursor:pointer;
	transition-duration:0.5s;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;
}

#btn_reset {
	display:none;
}

#btn_login , #btn_reset {
	background-color:#48A7DD;
}

#btn_login:hover , #btn_reset:hover {
	background-color:#319ED9;
}
/*
#btn_reset {
	background-color:#669999;
}

#btn_reset:hover {
	background-color:#559999;
}
*/
#btn_regist {
	clear:both;
	list-style:none;
	margin-right:5px;
	width:112px;
	height:30px;
	color:#FFF;
	border-width:0px;
	background-image:url(../../../skin/login/image/btn_back.jpg);
	background-repeat:no-repeat;
	background-color:#666;
}

#btn_regist:hover {
	text-shadow:1px 1px 1px #000;
}


.fixed {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
}


