/***************************************************
 * FILE NAME:       /css/contact.css
 * -------------------------------------------------
 * PURPOSE:         CSS file for contact.php.
 * -------------------------------------------------
 * SPECIAL NOTES:   (None)
 ***************************************************/

h1#how-help {
	width: 222px;
	height: 23px;
	background: transparent url('../images/contact_how_help.gif') no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
}

h1#send {
	width: 225px;
	height: 20px;
	background: transparent url('../images/contact_send.gif') no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
	margin-top: 20px;
}

div.first {
	border-top: 1px solid #ccc;
}

div.help-group {
	width: 760px;
	height: 20px;
	border-bottom: 1px solid #ccc;
	padding: 7px 0;
	margin: 7px 0;
}

div.help-group h2 {
	float: left;
	width: 180px;
	font-weight: bold;
}

div.help-group p {
	width: 580px;
}

form {
	width: 450px;
}

	form div.form-field-center {
		text-align: center;
	}
		
	form div.form-field {
		width: 450px;
		height: 20px;
		padding: 10px 0;
	}
	
	form div.height-more {
		height: 150px;
	}
	
		div.form-field label {
			float: left;
			width: 115px;
			height: 20px;
		}