@charset "utf-8";
/* CSS Document */

.graybox {
	background-image: url(/images/cssimg/box-02.jpg);
	background-repeat: repeat-y;
	width: 296px;
	margin: 0px;
float: right;
}
.topdivider {
	height: 5px;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 8px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #282E4D;
	border-right-color: #282E4D;
	border-bottom-color: #282E4D;
	border-left-color: #282E4D;
}

.graybox .content {
	width: 260px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.grayboxtop {
	background-image: url(/images/cssimg/box.jpg);
	background-repeat: no-repeat;
	width: 296px;
	height: 30px;
}
.grayboxbot {
	background-image: url(/images/cssimg/box-03.jpg);
	width: 296px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 22px;
}
