﻿*
{
	font-size: 14px;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
	top: 206px;
	left: 395px;
}
body
{
	width: 100%;
	background-color: #f7f8f8;
	min-width: 250px;
}

a
{
	color: #04388E;
	text-decoration: none;
	font-size: 30px;
}

.Title
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#head
{
	height: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #005ca1;
	background-color: white;
	padding: 15px 0px;
}
#head img
{
	height: 30px;
	border: none;
	vertical-align: middle;
}
#main
{
	background-color: White;
	border: 1px solid #dcdddd;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 20px;
	margin-top: 20px;
	background-image:url(Img/背景.png);
}
#main dl
{
	width: 96%;
	margin: 10px auto 5px auto;
}
#main dl dt
{
	color: gray;
}
input[type="text"], select
{
	height: 35px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #adadad;
	display: block;
}
input[type="submit"]
{
	height: 35px;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 30px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #adadad;
	background-color:#2d8dd9;

}
.Title
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}