@charset "utf-8";
/* CSS Document */


.Box {
	float: left;
	position: relative;
	width: auto;
	overflow: hidden;
	width: calc(100% - 2px);
	border: 1px solid #74C5F0;
	background-color:#FFFFFF;
	
	border-radius:6px;
	-moz-border-radius: 6px;

	
}

.BoxTop {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
	/*background-color:#DDD;*/
	padding-top: 6px;
	padding-bottom: 6px;
	background: linear-gradient(#74C5F0, #FFF);
}

.BoxTitle {
	left: 5px;
	color: #003366;
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;	/*text-shadow: 2px 2px 4px #000;*/
}

.BoxCont {
	float: left;
	position: relative;
	width: 96%;
	left: 2%;
	overflow: hidden;
}

.BoxPrePict {
}

.BoxSep {
	float: left;
	position: relative;
	/*left: 5px;*/
	width: 100%;
	height: 6px;
	background-image: url(../@img/sep_bg.png);
	overflow: hidden;
}

.BoxFoot {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 4px;
}

.BoxMargin {
	float: left;
	position: relative;
	width: 100%;
	height: 6px;
}

