/*dev styles */
.hovermask {
	position:absolute;
	width: 199px;
	height:202px;
	background:none;
	z-index:88;
	cursor:pointer;
}
.hovermask:hover {
	background:url(/images/homebutton_hovermask.png);background-repeat:no-repeat;
}
.homebutton {
	color: #ffffff;
	width:225px;
	height:226px;
}
.homebutton_inner{
width:225px;
height:226px;
background:url(/images/shadowtemplate.png);
background-position: 0px 0px;
background-repeat:no-repeat;
}
.homebutton_caption {
	position:absolute;
	z-index: 86;
	margin-top:139px;
	text-align:center;
	font-size: 11px;
}
.datazone {
	background-color: #ffffff;
	border: 2px solid black;
	line-height:1.5;
}
.datazone_inner {
	padding:90px;
	padding-top:36px;
	padding-bottom:36px;
	line-height:1.5;
}

