/*
** File: styles/contact.css
** Author: Clint Talbott
** Last Edit: 23 Mar 2009
*/
/* INTRO */
.contact.index #mainimg {
	width: 613px;
	height: 249px;
	background: url("../images/contact/contact.jpg") no-repeat;
}
/*.*/
/* FORMS */
#businessend .contact.index.forms h2 {
	background-color: #222;
	color: #888;
	margin-bottom: 0;
	border-top: none;
	border-bottom: 1px solid #888;
	cursor: pointer;
	padding-left: 10px;
}
.contact.index.forms label, .contact.index.forms input {display: block;}
.contact.index.forms .check label, .contact.index.forms .check input {display: inline;}
/*.*/
