.Box1 {
	width: 153px;
}
.Box1 td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Box1 .Title
{
	font-size: 10px;
	padding-top: 8px;
	padding-left: 7px;
	padding-bottom: 5px;
	display: block;
	color: #030;
}
.Box1 tr .header {
	background-image: url(images/BoxLayout/BoxTitle.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 26px;
}
.Box1 tr .LeftSide {
	background-image: url(images/BoxLayout/box_02.gif);
	background-repeat: repeat-y;
	height: 90px;
	width: 6px;
}
.Box1 tr .content {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 150px;
}
.Box1 tr .RightSide {
	color: #060;
	background-image: url(images/BoxLayout/box_04.gif);
	background-repeat: repeat-y;
	height: 90px;
	width: 9px;
}
.Box1 tr .footer {
	background-image: url(images/BoxLayout/box_05.gif);
	background-repeat: no-repeat;
	height: 14px;
}
