@charset "utf-8";

/* 设置 */
body,div,label,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td,a
	{
	border: 0px none;
	margin: 0px;
	outline: 0px none;
	padding: 0px;
	list-style: none;
}

img {
	display: block;
}
body {
	font-family: 宋体, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center;
	background: url(/admin/image/login_bodybg.gif) #34495a repeat-x;
}

.content {
	background: url(/admin/image/login_mainbg.gif) no-repeat;
	margin: 74px auto 0px;
	width: 743px;
	position: relative;
	height: 439px;
	text-align: left
}

.content H1 {
	background: url(/admin/image/login_logo.png) no-repeat;
	left: 150px;
	width: 233px;
	text-indent:-999999px;
	position: absolute;
	top: 130px;
	height: 128px
}


.content .body {
	right: 40px;
	width: 300px;
	position: absolute;
	top: 130px
}

.content .body ul li {
	margin: 5px 0px
}
.content .message {
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #999999;
	font-weight: bold;  /*文字加粗*/
}
.content .inputstyle {
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	background: url(/admin/image/login_input.png) no-repeat;
	width: 156px;
	height: 22px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}
.content .loginbtn {
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}


.png {;
	BEHAVIOR: expression(( this . runtimeStyle . behavior = "none") &&( this
		. pngSet ? this . pngSet = true :( this . nodeName ==   "IMG" &&  
		this . src . toLowerCase() . indexOf('.png') > -1 ?( this .
		runtimeStyle . backgroundImage =   "none", this . runtimeStyle .
		filter =   "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"
		+   this . src +   "', sizingMethod='image')", this . src =  
		"images/transparent.gif" ) :( this . origBg =   this . origBg ?   this
		. origBg : this . currentStyle . backgroundImage . toString() .
		replace('url("', '') . replace('")', ''), this . runtimeStyle . filter
		=   "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +  
		this . origBg +   "', sizingMethod='crop')", this . runtimeStyle .
		backgroundImage =   "none" ) ), this . pngSet = true ) );
	position: relative
}