﻿ body
{
	font-family: 'Microsoft YaHei' , 微软雅黑, Tahoma, 'Lucida Grande' , Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	background-color: #ddd;
}
.box1
{
	width: 100%;
	border-top: 5px solid #CD0000;
	border-bottom: 5px solid #CD0000;
	margin: 10% auto 0;
	background-color: #fff;
}
.box2
{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;


}
.box3
{
	margin-top: 30px;
}

fieldset
{
	border: 1px solid #008B00;
}
legend
{
	text-align: center;
	margin: 0px auto;
	color: #008B00;
	letter-spacing: 2px;
}

.tips
{
	text-align: center;
	margin: 10px;
	color:  #008B00;
	font-weight: bold;
	font-size: 18px;
	margin-bottom:20px;

}
.urls
{
	position: relative;
	width: 95%;
	text-align: center;
	margin: 0px auto;
}
.urls a,.urls a:link,.urls a:visited
{
	color:#CD0000;
	display: inline-block;
	border: 1px solid #CD0000;
	margin: 0px 10px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	height: 28px;
	line-height: 28px;
	width: 135px;
	text-decoration: none;
}

.urls a:hover,.urls a:active
{
	background-color:#cd0000;
	color:#fff;
}