#contentarea fieldset {
	background: #E4EAE1;
	_background: none;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	-moz-border-radius:10px;  /*for Mozilla*/
	border-radius:10px; /*for future implementation*/
}
#contentarea legend {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
#contentarea label {
	display: block;
	float: left;
	width: 125px;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
#contentarea input[type=text] {
	width: 250px;
}
#contentarea textarea {
	width: 250px;
}
#contentarea th {
	/*border-bottom: 1px solid #669900;*/
	border-bottom: 1px solid #E0EBCB;
}
#contentarea td {
	/*border-bottom: 1px solid #669900;*/
	border-bottom: 1px solid #E0EBCB;
}
/*---classes----*/
.textgreen {
	color:#90C745;
	/*color:#90C745;*/
}
.textsmall   {
	font: 10px Tahoma, Helvetica, sans-serif;
}
.separator {
	height:1px;
	margin:24px 0 24px 0;
	border-bottom:1px solid #EDEDED;
}
.roundedbox {
	/*background: #E4EAE1;*/
	background: #EFF5EC;
	padding: 20px 20px 30px 30px;
	margin: 10px 0px;
}