@charset "utf-8";
/* CSS Document */


#Box {
	float: left;
	position: relative;
	width: 190px;
	/*border: 1px solid #003300;*/
	border: none;
	background-color: #FFF;
	border-radius:6px;
	-moz-border-radius: 6px;
	opacity: 0.9;
}

#BoxTop {
	float: left;
	position: relative;
	width: 186px;
	min-height: 44px;
	overflow: hidden;
	background-image:url(../common/graph/box/wood.jpg);
	background-repeat:no-repeat;
	/*background-color:#003300;*/
	/*background-color:#663300;*/
	margin: 2px;
	background-position: center;
	border-radius:4px;
	-moz-border-radius: 4px;
}

.BoxTitle {
	color: #FFF;
	/*text-shadow: #333 0.1em 0.1em 0.2em;*/
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	left: 10px;
	top: 6px;
	width: 170px;
	overflow: hidden;
	text-shadow: 2px 2px 4px #000;
}

#BoxCont {
	float: left;
	left: 3px;
	position: relative;
	width: 184px;
	/*background-image: url(../common/graph/box/box_main.jpg);
	background-repeat: repeat-y;*/
	overflow: hidden;	/*border: solid 1px #ee5511;*/
}

.BoxPrePict {
}

.BoxSep {
	float: left;
	position: relative;
	/*left: 5px;*/
	width: 180px;
	height: 6px;
	background-image: url(../common/graph/box/box_sep.jpg);
	overflow: hidden;
}

#BoxFoot {
	float: left;
	position: relative;
	width: 180px;
	height: 17px;
	background-image: url(../common/graph/box/box_foot.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#BoxMargin {
	float: left;
	position: relative;
	width: 100%;
	height: 6px;
}

