﻿html, body {
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
table {
	color:#0F5919;
	margin:0;
	padding:0;
	width:100%;
	border-collapse:separate;
	border:none;
	font-size:12px;
}
input{outline:none}
#all {
	position:relative;
	background:url(../Images/dl_top.jpg) repeat-x;
	height:100%
}
#top {
	height:52px;
	background:url(../Images/dl_topa.jpg) no-repeat;
}
#main {
	position:absolute;
	top:380px;
	left:50%;
	margin:-130px auto 0 -300px;
	width:600px;
	height:180px;
}
#mainl {
	position:absolute;
	width:245px;
	height:180px;
	background:url(../Images/dl_logo.jpg) no-repeat;
}
#mainr {
	position:absolute;
	left:250px;
	width:354px;
	height:180px;
	
}
.dl {
	height:33px;
	background:url(../Images/dl_yhdl.gif) no-repeat 5px 0;
}
#bottom {
	color:#FFF;
	position:absolute;
	bottom:0;
	width:100%;
	height:167px;
	background:#060 url(../Images/dl_bg.gif) no-repeat center;
}
#bottom span {
	font-size:12px;
	margin-top:146px;
}
#bottom .center {
	text-align:center;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
}
#bottom .right {
	position:absolute;
	text-align:right;
	width:100%;
}
#uname,#upwd{
	width:160px;
}
#yzcode {
	width:40px;
	font-weight:700;
}
#yzm {
	width:64px;
	height:13px;
	cursor:help;
	margin-left:8px;
}
#dlan {
	margin:10px 0 0 36px;
}
#dlan input {
	width:74px;
	height:22px;
	margin:0 3px 0 0;
}
.sr {
	margin-top:18px;
}
.sr table td {
	height:28px;
	padding:0;
}
/* 输入框 */
.srk {
	height:18px;
	line-height:18px;
	border-style:solid;
	border-width:1px;
	border-color:#3E3E3E #D2D1CD #D2D1CD #3E3E3E;
}