/* 	IN Biz/Bio Global CSS
	Version 1.0
	Date: 09/24/08
	By: Lorie Egan
	
	Color Palette:
	DrkBlue: #081C59
	Blue:    #0D2E91
	Yellow:  #FEE600
===================================================
*/
	
#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: #FEE600;
	margin-left: 115px;
	color: #000;
}

#meat label a:link, #meat label a:visited {
	color: #333;
	text-decoration: underline;
	}
	
#meat label a:hover {
	color: #c91616;
	text-decoration: underline;
	}