.theBox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.theBox .boxr1 {
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.theBox .boxr1 .box11 {
	background-image: url(../box/box.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}
.theBox .boxr1 .box12 {
	background-image: url(../box/box.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	margin-left: 15px;
}
.theBox .boxr2 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48788F;
	border-left-color: #48788F;
}
.theBox .boxr2 .boxContent {
	margin-right: 15px;
	margin-left: 15px;
}

.theBox .boxr3 {
	height: 15px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.theBox .boxr3 .box31 {
	background-image: url(../box/box.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 15px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.theBox .boxr3 .box32 {
	background-image: url(../box/box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	margin-left: 15px;
}
