/* 	OH Biz/Bio Global CSS
	Version 1.0
	Date: 03/14/08
	By: Lorie Egan
	
	Color Palette:
	Blue:  #00397B
	Red:   #E72121
	Gray:  #CCC
	White: #FFF
	Error: 	#E21010
===================================================
*/
	
#meat .note {
	padding-bottom: 0;
	color: #E21010;
	font-style: oblique;
	}
	
#meat .error {
	color: #E21010;
	font-size: 0.85em;
	font-weight: bold;
	font-style: oblique;
	}
	
#meat fieldset {
	margin-bottom: 15px;
	float: left;
	clear: left;
	width: 100%;
	}

#meat fieldset li {
	float: left;
	clear: left;
	width: 95%;
	line-height: 1.75em;
	display: inline;
	padding-top: 5px;
	}
	
#meat label {
	float: left;
	width: 100px;
	margin-right: 10px;
	}

#meat label.req {
	color: #E21010;
	}

#meat label.addl {
	float: none;
	}
	
#meat fieldset.addl {
	margin-bottom: 1.25em;
	}
		
#meat #submitButton {
	font-family: "Trebuchet MS", Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #000;
	margin-left: 115px;
	color: #FFF;
}

#meat label a:link, #meat label a:visited {
	color: #333;
	text-decoration: underline;
	}
	
#meat label a:hover {
	color: #c91616;
	text-decoration: underline;
	}