/*CSS Document*/

html, body {
	font-size: 100%;
	height: 100%; 
	width: 100%;
	border: none;
	outline: none;
	font-family:'Arial';
	}
body.catalog { background: url(../images/form-bg-catalog.png) -10px 0 no-repeat; }
body.chemical { background: url(../images/form-bg-chemical.png) -10px 0 no-repeat; }

html * { margin: 0; padding: 0; }
a:link, a:active, a:hover, a:visited { border:none; }
img { border: none; }

#form{
	width:664px;
	height: 356px;
	text-align:left;
	font: bold 16px/24px "Arial", verdana, sans-serif;
	color: #659cc1;
}
#form ul{ text-align:left; margin:0 0 30px 0; list-style:none; }
#form ul li{ color:#358610; }

h2{ margin:0 0 1em 0; }
h3{ color:#FF713F; }
p { font-size: 12px; color:#6d6d6d; line-height: 17px; padding-bottom: 10px; }

fieldset { border: none; }

#form{ text-align:left; margin-left:25px; padding-top: 55px; }
	#form ul{ list-style:none; }
	#form li{ margin:0 0 1em 0; }
	#form textarea{ width:100%; height:150px; }
	#form label{ font-size: 12px; color:#6d6d6d; line-height: 17px; }

.errortext { text-transform: uppercase; color: #990000; }