/*
	Flavormatic Industries Inc.
		designed by
			GARY DATES
			WWW.SONGWORKSDESIGN.COM
	
	#330000 = dark brown
	#670b06 = rust brown
	#af4647 = text
	#B29C72 - hover

*/

/* =========== FORM =============== */

#coffee_req form {
	font-size: .9em;
}
#coffee_req form .field abbr {
	color: #de0303;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 0 1px;
	vertical-align: middle;
}
#coffee_req form .field, #coffee_req form .buttons {
	clear: both;
	margin: 0 0 1em;
	padding-left: 130px;
}
#coffee_req form .field ul {
	list-style-type: none;

}
#coffee_req form .field li {
	margin-left: -20px;
	padding-bottom: .5em;
}
#coffee_req form .field label {
	float: left;
	display: inline;
	font-size: .7em;
	text-align: right;
	width: 120px;
	margin-left: -130px;
}
#coffee_req form .text {
	width: 175px;
	border: 3px solid #af4647;
}
#coffee_req textarea {
	width: 280px;
	border: 3px solid #af4647;
	overflow: auto;
}
.button {
	cursor: pointer;
}
#captcha {
	margin: 10px;
}
.captchaText {
	border: 3px solid #af4647;
	padding-bottom: 0;
}
#content #rightContent #brownBox #captchaImg {
	float: left;
	margin-bottom: 15px;
}

/* =========== misc. styles ======== */

.clear {
	clear: both;
}
#content #listContent {
	position: relative;
	float: left;
	width: 450px;
	margin:15px 0 30px 15px;
	padding: 0;
	color: #af4647;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}
#content #listContent h1 {
	font-size: 1.3em;
	border-bottom: 2px solid #af4647;
}

#content #listContent p {
	font-size: .9em;
	margin-left: 1em;
	line-height: 1.5em;
}
#content #listContent ul {
	font-size: .8em;
	list-style-type:  none;
}

