/* CSS Document */

/* Form Styles */
#contact-left					{ width: 360px; display: block; height: 380px; overflow: auto; position: relative; top: 15px; right: 0px; left: 10px; }
html>body #contact-left			{ width: 360px; display: block; height: 380px; overflow: auto; position: relative; top: 20px; right: 300px; left: -475px; }

#contact-right					{ width: 245px; height: 295px; overflow: auto; padding: 0 17px 0 0; float: right; margin: 80px 10px 0 0; }
html>body #contact-right		{ width: 245px; height: 295px; overflow: auto; padding: 0 17px 0 0; float: right; margin: 85px 20px 0 0; }

.address						{ width:150px; display:block; margin: 0 0 0 70px; }
html>body .address 				{ width:150px; display:block; margin: 0 0 0 75px; }

#contact-right a:link			{ color: #c60000; border-bottom: dashed 5f5f5f 1px; text-decoration: none; }
#contact-right a:visited		{ color: #c60000; border-bottom: dashed 5f5f5f 1px; text-decoration: none; }
#contact-right a:hover			{ color: #000; border-bottom: solid 5f5f5f 1px; text-decoration: none; }
#contact-right a:focus			{ color: #000; border-bottom: solid 5f5f5f 1px; text-decoration: none; }
#contact-right a:active			{ color: #000; border-bottom: solid 5f5f5f 1px; text-decoration: none; }

#contact-right p				{ font-size: 11px; line-height: 170%; }

.red							{ color: #c60000; }

#form1 							{ width: 335px; display: block; background-image: url(/assets/images/form-bg.gif); background-repeat: no-repeat; height: 330px; padding: 25px 0 0 10px; }
#form1 label 					{ float: left; width: 100px; display: block; margin: 2px 0 0 0; font-size: 26px; padding: 0 0 0 10px; }
#form1 span  					{ float: right; width: 55%; display: block; margin: 8px 0 0 0; padding: 0; }
.level 							{ display: block; width: 100%; height: 35px; padding: 0 0 2px 0; }
.level2 						{ display: block; width: 100%; height: 35px; padding: 0 0 2px 0; }
.fieldbox 						{ background-image: url(/assets/images/box-form.jpg); font-size: 16px; font-weight: bold; width: 90%; margin: 0; padding: 0; background-repeat: repeat-x; border: solid #B1B1B1 1px; }
.comments						{ background-image: url(/assets/images/box-form.jpg); font-size: 11px; font-family: Arial, Helvetica, sans-serif; width: 90%; margin: 0; padding: 0; background-repeat: repeat-x; border: solid #B1B1B1 1px; }
.error							{}

#form-customize					{ height: 450px; background-repeat: no-repeat; margin: 0; padding: 0 15px 0 15px; }		