#MB_content {
	padding: 1em;
	font: 100% normal Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/*
#footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #777;
	text-align: center;
}
*/

#MB_content h1, #MB_content h2, #MB_content h3, #MB_content h4, #MB_content h5, #MB_content h6 {
	color: #346d14;
	font-weight: 600; 
	background: transparent; 
}
#MB_content h1#windowTitle {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	color: ##346d14;
	font-weight: 600; 
	letter-spacing: 1px;
	background: transparent; 
}
#MB_content h1 {font-size: 1.7em;}
#MB_content h2 {font-size: 1.5em;}
#MB_content h3 {font-size: 1.3em;}
#MB_content h4 {font-size: 1.2em;}
#MB_content h5 {font-size: 1.1em;}
#MB_content h6 {font-size: 1em;}

/* table */

#MB_content .formTBL { 
	font-size: 1.1em;
	border: 1px solid #b2d21d; 
}
#MB_content .formTBL th { 
	padding: 5px;
	text-align: left;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	background-color:#b2d21d;
}
#MB_content .formTBL td { padding: 5px; }
#MB_content .formTBL td.label { 
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
	letter-spacing: 1px; 
}

/* button with border */

#MB_content .buttonBorder, #MB_content a.buttonBorder:link, #MB_content a.buttonBorder:visited {	
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: .9em;
	color: #346d14;
	letter-spacing: 1px;
	text-decoration:none;
	padding: 2px 3px 2px 3px;
	border: 1px solid #346d14;
	background: #c7e5b2;
	cursor: hand;
}
#MB_content a.buttonBorder:hover {	
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #000;
	background: #fff;
	cursor: hand
}

/* misc styles */

#MB_content .small { font-size: .9em; }

#MB_content .red { color: red; }
#MB_content .smallRed { font-size: .9em; color: red; }

#MB_content div.hr {
	border-top: 1px solid #346d14;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#MB_content #formFeedbackText {
	width: 50%;
	padding: 15px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #346d14;
	white-space: nowrap;
	border: 1px solid #b2d21d;
	background-color: #f7fae8;
}