.hazform {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:5px;
}
.hazform fieldset {
	width: 700px;
}
.hazform label {
	float: left;
	width: 30%;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
}
.hazform input,select,textarea {
	font-size: 11px;
}
.hazform input,select {
	width: 200px;
}
.hazform select {
	border: solid 1px #888;
	width: 204px;
}
.hazform img {
	float: left;
	margin-left: 1px;	
	margin-right: 2px;	
}	
.hazform textarea {
	width: 300px;
	float: left;
}
.hazform div {
	clear: left;
}
.hazform span {
	padding-top: 3px;
	padding-left: 3px;
}
.hazform .button {
	width: 60px;
}
.button {
	font-size: 11px;
	width: 60px;
}
.buttonLink a {
	background-color: #22505F;
	border: solid 1px #82786F;
	padding: 3px;
	margin-top: 3px;
	width: 60px;
	text-align: center;	
	color: white;
	display: block;
	text-decoration: none;
	color: white;
} 	
.error {
	color: red;
}
.wysiwyg {
	font-size: 11px;
	width: 100%;
	float: none;
	clear: both;
}
.wysiwyg select {
	font-size: 11px;
	width: auto;
}
.reportTable {
	background-color: #C9CAC8;	
}
.reportTable th {
	border: solid 1px #82786F;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}
.reportTable td {
	border: solid 1px #82786F;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}
.bin {
	padding: 5px;
	border: 1px solid #CCC;
}	
.binHeader {
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.binSubheader {
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}
.signature {
	border-top: dashed 1px #888;
	color: #888;
	width:300px;
	margin-top:10px;
	padding-top:5px;
}
.quote {
	display: block;
	border: dashed 1px #CCC;
	padding: 5px;
	margin: 5px;
}
.expletive {
	float: none;
	color: red;
	background-color: yellow;
}
.expletivebox {
	padding:3px;
	font-size:10px;
	border:solid 1px red;	
}
.creamBackCell {
	background-color:#EDE8C4;
}
.darkGrayBack {
	background-color: #82786F;	
}	
.redBack {
	background-color: #D52B1E;	
}	
.mediumOrangeBack {
	background-color: #E17000;	
}	
.brightOrangeBack {
	background-color: #F2AF00;	
}	
.lightYellowBack {
	background-color: #E8CE79;	
}	
.brightYellowBack {
	background-color: #FADC41;	
}	
.mediumGreenBack {
	background-color: #A2AD00;	
}	
.darkGreenBack {
	background-color: #6A7029;	
}	
.mediumBlueBack {
	background-color: #72B5CC;	
}	
.darkBlueBack {
	background-color: #22505F;	
}	
.brownBack {
	background-color: #8D3C1E;	
}	
.creamBack {
	background-color: #EDE8C4;	
}	
.tanBack {
	background-color: #B4A76C;	
}	
.lightGrayBack {
	background-color: #C9CAC8;	
}
#responseMessage {
	position:absolute;
	z-index: 2;
	width:150px;
	height: 20px;
	visibility: hidden;
	top: 250px;
	left: 280px;
	padding: 50px;
	background-color: #FF7883;
	font-size: 16px;
	font-weight: bold;
	border: solid 3px #444;
}
#pageFilter {
	position:absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 4000;
	width: 100%;
	height: 100%;
	background-color: #222;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}
#tableDiv {
	position:absolute;
	visibility: hidden;
	top: 120px;
	left: 20px;
	z-index: 5000;
	background-color: #eee;
	padding: 5px;
	float: left;
}

