td.gray_box_top_left {
	width:10px;
	height:10px;
	background-image: url('../img/gray_box/gray_corner_top_left.gif');
	background-repeat: no-repeat;
	background-position: left;
}

td.gray_box_top_mid {
	width:auto;
	height:10px;
	background-image: url('../img/gray_box/gray_side_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}

td.gray_box_top_right {
	width:10px;
	height:10px;
	background-image: url('../img/gray_box/gray_corner_top_right.gif');
	background-repeat: no-repeat;
	background-position: right;
}

td.gray_box_mid_left {
	width:10px;
	height:auto;
	background-image: url('../img/gray_box/gray_side_left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

td.gray_box_mid_mid {
	width: auto;
	height: auto;
	background-image: url('../img/gray_box/gray_bg.gif');
	background-repeat: repeat;
	background-position: center;
}

td.gray_box_mid_right {
	width:10px;
	height:auto;
	background-image: url('../img/gray_box/gray_side_right.gif');
	background-repeat: repeat-y;
	background-position: right;
}

td.gray_box_bottom_left {
	width:10px;
	height:10px;
	background-image: url('../img/gray_box/gray_corner_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: left;
}

td.gray_box_bottom_mid {
	width:auto;
	height:10px;
	background-image: url('../img/gray_box/gray_side_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

td.gray_box_bottom_right {
	width:10px;
	height:10px;
	background-image: url('../img/gray_box/gray_corner_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: right;
}

div.gray_box_header {
	border: solid 1px gray;
	background-color: white;
	text-align: center;
	font-variant: small-caps;
	padding: 3px;
}

div.gray_box_content {
	margin-top: 5px;
	border: solid 1px gray;
	background-color: white;
	text-align: left;
	padding: 3px;
}