body {
	color:#FFFFFF;
}
#index #login{
	width:400px;
	margin:20px auto;

	display: inline-block;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), inset 1px 1px 0px 1px rgba(255, 255, 255, 0.9);
	border-radius: 14px;
	text-decoration: none;
	padding: 15px 40px;
	background: url("/admin/index/img/body/patterns01.png") repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c3ffd0), color-stop(0.00, #f6fff8));
	background: url("/admin/index/img/body/patterns01.png") repeat, -webkit-linear-gradient(#f6fff8, #c3ffd0);
	background: url("/admin/index/img/body/patterns01.png") repeat, -moz-linear-gradient(#f6fff8, #c3ffd0);
	background: url("/admin/index/img/body/patterns01.png") repeat, -o-linear-gradient(#f6fff8, #c3ffd0);
	background: url("/admin/index/img/body/patterns01.png") repeat, -ms-linear-gradient(#f6fff8, #c3ffd0);
	background: url("/admin/index/img/body/patterns01.png") repeat, linear-gradient(#f6fff8, #c3ffd0);
}
/*------------------------------------------------------------
	dl01
------------------------------------------------------------*/
#index #login dl.dl01{
	margin-top:25px;
	text-align:left;
}
#index #login dl.dl01 dt{
	font-size:14px;
	margin-top:5px;
}
#index #login dl.dl01 dd{
	
}
/*------------------------------------------------------------
	input
------------------------------------------------------------*/
#login .input01 {
	margin:4px 0px;
	width:300px;
	font-size:14px;
	padding:10px;
}
/*------------------------------------------------------------
	loginButton
------------------------------------------------------------*/
#login .loginButton{
	width:300px;
	height:46px;
	display: inline-block;
	color: #FFFFFF;
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.9), inset 0 2px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #017a93), color-stop(0.00, #00404d), color-stop(0.00, #00404d));
	background: -webkit-linear-gradient(top, #00404d 0%, #00404d 0%, #017a93 100%);
	background: -moz-linear-gradient(top, #00404d 0%, #00404d 0%, #017a93 100%);
	background: -o-linear-gradient(top, #00404d 0%, #00404d 0%, #017a93 100%);
	background: -ms-linear-gradient(top, #00404d 0%, #00404d 0%, #017a93 100%);
	background: linear-gradient(to bottom, #00404d 0%, #00404d 0%, #017a93 100%);
	margin:0 auto;
	display:table;

}
#login .loginButton:hover{
	width:300px;
	height:46px;
	display: inline-block;
	color: #FFFFFF;
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.9), inset 0 2px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #01caf4), color-stop(0.00, #00404d), color-stop(0.00, #00404d));
	background: -webkit-linear-gradient(top, #00404d 0%, #00404d 0%, #01caf4 100%);
	background: -moz-linear-gradient(top, #00404d 0%, #00404d 0%, #01caf4 100%);
	background: -o-linear-gradient(top, #00404d 0%, #00404d 0%, #01caf4 100%);
	background: -ms-linear-gradient(top, #00404d 0%, #00404d 0%, #01caf4 100%);
	background: linear-gradient(to bottom, #00404d 0%, #00404d 0%, #01caf4 100%);
	margin:0 auto;
	display:table;
}
#login .loginButton p{
	background:url("/common/img/sidebar/listIcon01.png") no-repeat 104px center;
	font-weight: bold;
	font-size: 13px;
	text-align:left;
	letter-spacing: 0;
	padding-left:126px;
	text-shadow:0 -1px 1px rgba(0, 29, 35, .7), 0 1px 1px rgba(0, 0, 0, .75);
	       
	line-height:16px;
    display:table-cell;
	vertical-align: middle;
}
#login .ctrlArea{
	margin-top:10px;
}
#login .loginError{
	font-size:12px;
}