/* CSS Document */
/*	Near perfect contact form
	@Created: 	30 Jan 2008
	@Author: 	Dan Kaltenbaugh
	@Company: 	www.Book27.com
	@Email: 	Dan.K@Book27.com
	@Modified: 	TBD
*/

/* Content */
div#contentMain {
	width	: 80%;
	margin	: 0 10%;
}
	#contentMain p {
		text-align	: left;
	}
	#contentMain form {
		text-align	: center;
	}
/* DOM */
body {
	color		: #000;
	font-family	: Georgia, "Times New Roman", Times, serif;
}

/* Form */
div.formRow {
	text-align	: left;
	clear		: both;
	padding-top	: 5px;
	display		: block;
}
div#contactForm {
	text-align	: center;
}
div.formRow span.formField {
	width		: auto;
	margin-left	: 10px;
	text-align	: left;
}
div.formRow span.formField input {
	background	: #fff;
}
div.formRow span.formField textarea {
	background	: #fff;
}
div.formRow span.formLabel {
	float		: left;
	width		: 7em;
	text-align	: right;
}
span.fieldError {
	color		: #f00;
	font-style	: italic;
	margin-left	: 7em;
	padding-left: 10px;
	width		: 100%;
}
span.listArt {
	padding-left	: 10px;
	margin-left		: 10px;
}


