div.boxMargin {
	margin-top:10px;
	margin-left:10px;
	font-size: 0px;
	line-height:0px;
	display:table;
	background-color: #FDF18F;
	clear:both;
}
div.corner {
	width: 12px;
	height:12px;
	margin: 0px;
	padding: 0px;
	float: left;
	
	background-color: #FDF18F;
	background-repeat: no-repeat;
}
div.lt {
	background-image: url(../img/mainTpl/LeftTop.gif);
	background-position: right top;
}
div.mt {
	width: 150px;
	float:left;
	border-top: 1px solid #FD7E18;
	background-color: #FDF18F;
}
div.rt {
	background-image: url(../img/mainTpl/RightTop.gif);
	background-position: left top;
}
div.m {
	width:172px;
	min-height: 150px;
	clear:both;
	border-left: 1px solid #FD7E18;
	border-right: 1px solid #FD7E18;
	background-color: #FDF18F;
	font-size:12px;
	line-height:12px;
}
div.lb {
	background-image: url(../img/mainTpl/LeftBottom.gif);
	background-position: right bottom;
}
div.mb {
	height:11px;
	width: 150px;
	float:left;
	border-bottom: 1px solid #FD7E18;
	background-color: #FDF18F;
}
div.rb {
	background-image: url(../img/mainTpl/RightBottom.gif);
	background-position: left bottom;
}
/* Helle Box */
div.corner2 {
	width: 12px;
	height:12px;
	margin: 0px;
	padding: 0px;
	float: left;
	
	background-color: #FDF6BB;
	background-repeat: no-repeat;
}
div.lt2 {
	background-image: url(../img/mainTpl/LeftTop2.gif);
	background-position: right top;
}
div.mt2 {
	width: 150px;
	float:left;
	border-top: 1px solid #FD7E18;
	background-color: #FDF6BB;
	height:11px;
}
div.rt2 {
	background-image: url(../img/mainTpl/RightTop2.gif);
	background-position: left top;
}
div.m2 {
	width:172px;
	min-height: 150px;
	clear:both;
	border-left: 1px solid #FD7E18;
	border-right: 1px solid #FD7E18;
	background-color: #FDF6BB;
	font-size:12px;
	line-height:12px;
}
div.lb2 {
	background-image: url(../img/mainTpl/LeftBottom2.gif);
	background-position: right bottom;
}
div.mb2 {
	height:11px;
	width: 150px;
	float:left;
	border-bottom: 1px solid #FD7E18;
	background-color: #FDF6BB;
}
div.rb2 {
	background-image: url(../img/mainTpl/RightBottom2.gif);
	background-position: left bottom;
}

