form#commentform {
			color: #282828;
			text-align: left;
			font-family: verdana, helvetica, sans-serif;
			font-size: 11px;
			margin-left: 30px;
			margin-bottom: 10px;
			margin-top: 0px;
			}

form#commentform fieldset {
			margin-bottom: 20px;
			margin-top: 0px;
			border: solid 1px #9eb3c3;
			width: 400px;
			}

form#commentform legend {
			padding: 0 2px;
			}
			
form#commentform label {
			float: left;
			line-height: 20px;
			vertical-align: top;
			width: 55px;
			}

form#commentform fieldset ol {
			margin: 0;
			padding: 0;
			}

form#commentform fieldset li {
			list-style: none;
			padding: 5px;
			margin 0px;
			}
			
/*** request form ***/

#requestform {
			background: transparent;
			padding: 0;
			margin: 40px 0 20px 40px;
			color: #282828;
			font-family: verdana, helvetica, sans-serif;
			border-style: none;
			}
			
#requestform p {
			width: 550px;
}

#requestform p {
			margin: 0 0 3.5em 0;
}
						
#requestform ul#customerinfo {
			margin: 0;
			padding: 0;
			list-style: none;
			}

#requestform ul#customerinfo label, #requestform .selection label {
			float: left;
			line-height: 1.5em;
			height: 2.2em;
			width: 130px;
			font-weight: bold;
			font-size: .7em;
			color: #4f4f4f;
			text-align: right;
			margin-right: 10px;
			clear: both;
			}
			
#requestform ul#customerinfo input, #requestform ul#customerinfo textarea, #requestform .selection select {
			/*border: 1px solid #d6d6d6;*/
			margin: 0;
}
		
#requestform ul#customerinfo li{
			padding: .25em;
			margin: 1em 0;
			}			

			
#requestform fieldset {
			margin: 0 0 0 130px;
			width: 550px;
			border-style: none;
}
			
#requestform fieldset label{
			display: block;
			font-weight: normal;
			font-size: .8em;
			color: #4f4f4f;
			width: 400px;
			line-height: 1.65em;
			}

#requestform fieldset input {
			float: left;
			margin-right: 10px;
}

#requestform legend {
			padding: 1em .5em 0 .5em;
			font-weight: bold;
			font-size: .75em;
			color: #4f4f4f;
			text-indent: -4.5em;
			line-height: .01em;
			}

#requestform .selection select {
			margin: 0 0 1.5em 0;
}

#requestform textarea {
			overflow: hidden;
}									
						
.printbutton {
			margin: 5em;
			border: none;
			background-color: #003863;
			color: #ffffff;
			text-transform: uppercase;
			font-weight: bold;
            }