/* CSS Document */
.bggreen {
	background-color : #E0FEB7;
}

.bordergreen, .hover {
	border : 1px solid #A5FB2F;
}

.greenText { color : #7FDC00 }

.contentBgGreen { background-color : #F4FFE6; }

.verticalSpaced { margin-top : 10px; float : left; }

.dotteWarning {
	background-image : url( "/web/img/warning.gif" );
	background-repeat : no-repeat;
	padding-left : 20px;
	margin-left : 5px;
}