.gray_box
{
	/*padding: 10px 10px;*/
	width: 159px;
}
.gray_box_top
{
	background-image: url('../images/black_box_top.png');
	background-repeat: no-repeat;
	height: 20px
}
.gray_box_content
{
	background-image: url('../images/black_box_middle.png');
	background-repeat: repeat-y;
	color: #f1f1f1;
	font-family: Verdana;
	font-size: 1em;
	padding: 10px 10px;
}
.gray_box_bottom
{
	background-image: url('../images/black_box_bottom.png');
	background-repeat: no-repeat;
	height: 24px
}
