﻿/*蓝色框*/
.DownBox
{
	border: solid 1px #b0bec7;
	margin-right: 0px;
	margin-bottom: 8px;
}
.DownBoxTop
{
	border-bottom: solid 1px #b0bec7;
	background-image: url(../images/grd-1px_1.1.gif);
	background-position: bottom left;
	color: #18397c;
	font-size: 13px;
	font-weight: 700;
	font-family: 宋体 黑体;
	text-align: left;
	text-indent: 10px;
	position: relative;
	height: 20px;
	overflow: hidden;
}
.DownBoxTop a
{
	position: absolute;
	right: 10px;
	top: 0px;
	color: #18397c;
	font-weight: normal;
}
.DownBoxContent
{
	background-image: url(../images/grd-4px.gif);
}
.DownBoxContent li
{
	float: none;
	text-align: left;
	text-indent: 10px;
}
.DownBoxContent li a
{
	color: #18397c;
}
.DownBoxContent li a:hover
{
	color: #e8781a;
}

#helpInfo
{
	border: solid 1px #b0bec7;
	background-image: url(../images/grd-4px.gif);
	text-align: left;
	color: #b0bec7;
	padding: 5px;
	line-height: 15px;
}
