﻿body {
	background: #CCFBEF url(/images/background.jpg) repeat-x;
	font-size: 14px;
	color: #FFF;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF33F;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	margin-top:30px;
}
	#header {
		width: 780px;
		height: 120px;
		border-bottom: 3px solid #B9B9B9;
		background: #48CDB2 url(/images/header.jpg) no-repeat;
	}
		#lookup {
			padding: 54px 0 44px 36px;
			height: 79px;
		}
			 
			#title {
				float: left;
				height: 64px;
				margin-top: -30px;
				margin-left: 20px;
				color: #FFF;
				font-family: "微软雅黑", "Microsoft Yahei", "黑体", "宋体", Arial, sans-serif;
			}
				#title h1 {
					height: 70px;
					line-height:20px;
					font-size: 28px;
				}
				#title h3 {
					height: 24px;
					font-size: 15px;
					font-weight: 400px;
				}
	#content {
		width: 780px;
		height: 360px;
		background-color: #C0C0C0;
		background-image: url(/images/content.jpg);
		background-repeat: repeat-x;
	}
		#content #login {
			height: 277px;
		}
			#content #login #icon {
				float: left;
				width: 137px; 
				margin: 50px 0px 0px 120px;
				 
			}
			#content #login #icon img
			{
			    
			    }
 			#content #login #icon h5 {
					color: #FFF;
					text-align: center;
					margin-top: 10px;
				}
			#content #login #box 
			{
 
				float: right;
				margin-top: 50px;
				width: 400px;
				height: 162px;
				overflow: hidden;
				position: relative;
				margin-right:50px;
			}
				#content #login #box .username,
				#content #login #box .password {
					margin-top: 14px;
				}
					#content #login #box .username input,
					#content #login #box .password input {
						margin: 0;
						padding: 0 0 0 35px;
						border: 0;
						width: 250px;
						height: 42px;
						line-height: 42px;
						background: #FFF;
						color: #055c98;
					}
					#content #login #box .username input {
						background:  #FFF url(/images/username.png) 10px center no-repeat;
					}
					#content #login #box .username input:hover {
						background-image:  url(/images/username_hover.png);
					}
					#content #login #box .password input {
						background:  #FFF url(/images/password.png) 10px center no-repeat;
					}
					#content #login #box .password input:hover {
						background-image:  url(/images/password_hover.png);
					}
					#content #login #box .username span.error,
					#content #login #box .password span.error {
						margin-left: 10px;
						color: #FFF33F;
						font-size: 12px;
					}
				#content #login #box .remember,
				#content #login #box .oauth2,
				#content #login #box .button {
					margin-top: 24px;
					float: left;
				}
				#content #login #box .remember {
					width: 90px;
				}
				#content #login #box .oauth2 {
					width: 90px;
				}
					#content #login #box .oauth2 label {
						padding-left: 20px;
						height: 21px;
						line-height: 21px;
						background: url(/images/qq.png) no-repeat;
					}
					#content #login #box .oauth2 label a {
						color: #FFF;
					}
				#content #login #box .button {
					margin-top: 14px;
					width: 105px;
				}
					#content #login #box .button input {
						width: 100px;
						height: 36px;
						background: #045187;
						margin: 0 0 0 5px;
						padding: 0 0 0 1em;
						border: 0;
						color: #FFF;
						letter-spacing: 1em;
						cursor: pointer;
						font-size: 14px;
					}
					#content #login #box .button input:hover {
						background: #595959;
					}
				#content #login #box div.error {
					width: 300px;
					height: 160px;
					background: #67D2BA;
					border: 1px solid #92DBCB;
					position: absolute;
					top: 0;
					left: 0;
				}
					#content #login #box div.error .msg {
						margin-top: 40px;
						margin-left: 35px;
						padding-left: 60px;
						height: 81px;
						line-height: 81px;
						background: url(/images/cry.png) no-repeat;
					}
					
.span_msg{ position:absolute;  margin-left:-255px; line-height:32px; margin-top:5px; color:#848484;}

 #content .line {
			margin: 0 70px;
			width: 700px;
			height: 3px;
			background: url(../images/line.jpg) repeat-x;
			overflow: hidden;
		}
		#content #footer {
			height: 80px;
			text-align: center;
			line-height: 30px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color: #FFF;
		}
