.contrib_wrapper {
	margin-top: 20px;
	width: 360px;
	}
.top-left {
	background-image: url('images/topleft.gif');
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
	margin-right: 10px;
	}
.top-right {
	float: right;
	margin-top: -10px;
	background-image: url('images/topright.gif'); 
	height: 10px; 
	width: 10px;
	font-size: 2px;
	}
.bottom-left {
	background-image: url('images/bottomleft.gif');
	height: 10px;
	font-size: 2px;
	margin-right: 9px;
}
.bottom-right {
	background-image: url('images/bottomright.gif');
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
	margin-top: -10px;
}
.inside {
	width: 356px;
	border-left: 2px solid #006400;
	border-right: 2px solid #006400;
	background: #ffffff;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 11pt;
	}
#boxLabel {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 14pt;
	font-weight: bold;
	color: #006400;
	border-bottom: 2px solid #006400;
	margin-top: -3px;
	line-height: 1.5em;
	}