﻿/*@import "menu.css";*/
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
font: 12px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#000;}
a:hover { text-decoration: underline; color:#3363a7; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/*清除浮动*/
.clear{
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
	}
/*Download by http://www.codefans.net*/
body{ background:#0a76b0}
#message-box{ height:30px; width:300px; background:#f81900; position:absolute; right:0px; line-height:30px; text-align:center; display:none} 
#wrap{ width:960px; margin:0 auto; background:url(login-bg.gif); height:613px;}
#header{ height:170px;}
#content-wrap{ width:593px; height:357px; background:url(login-bg.png); margin:0 auto;}
.content{ width:260px; height:237px; margin:0 auto;}
.space{ height:103px;}
.login-btn{ width:68px; height:28px; background:url(login-btn.gif) -6px -6px;}
.login-btn:hover{ background-position:-6px -49px;}
.yzm-box{ width:150px; height:50px; background:#999; position:relative; top:-80px; left:53px; display:none; background:url(yzm.gif)}
.field{ height:50px;}
.field label{ color:#dbf2ff; float:left;}
.btn{text-align:center;}
.field input{  width:170px; height:29px; line-height:29px; overflow:hidden; color:#075587; float:left;}
.field .password{ background-position:0 -29px;}
.field .captcha{ background-position:0 -58px;}
.field #DialogInfoFind{  height:29px;line-height:29px; text-indent:35px; overflow:hidden; color:#075587;float:left;}
