/* Begin contact.html */

div#main_contact
{ padding: 0 8px 6px 8px; }

form
{ font-family: veranda, sans-serif; line-height: 1.3em; width: 400px; display: block; margin: 0 auto 0 auto; }

p#contact_header
{ border-bottom: 1px solid #8B4513; background: none; }

div.form_text
{ float: left; }

div.form_entry input, div.form_entry textarea
{ border: 1px solid #8B4513; }

input#submit
{ border: 3px double #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC;
	padding: 0.25em; background: #FFFFFF url(/imgs/but-grad.gif) repeat-x; color: #333333; 
	font-size: 75%; font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input#submit:active
{ border: 3px double #CCCCCC; border-top-color: #999999; border-left-color: #999999; }
