@charset "UTF-8";
.servicebox {
	background-image: url(../graphics/bg-services.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 34px;
	width: 232px;
	border: 1px solid #000;
	font-family: helvetica-font; /* no .ttf */
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
	text-shadow: 1px 1px 2px #757575;
	filter: dropshadow(color=#757575, offx=1, offy=1);
}
.offerbox {
	background-image: url(../graphics/bg-offerbox.jpg);
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
	width: 220px;
	border: 1px solid #036;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 6px;
	padding: 8px;	
}
