#formArea {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 50px;
	clear: both;
}
#formArea form {
	width: 600px;
	padding-top: 30px;
}

#formArea form .aRow {
	width: 600px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #09F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: 10px;
}
.aRow .rowTop {
	margin-top: 20px;
}

#formArea form dl dd {
	float: left;
	color: #666;
	margin-right: 5px;
	background-image: none;
	margin-bottom: 3px;
}
#formArea .aRow dd .demand8 {
	background-image: none;
	width: 270px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formArea .aRow dd .demand8 dd {
	background-image: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textBut {
	background-image: url(images/formbut_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	line-height: 20px;
	color: #000;
}
#formArea form input {
	margin-left: 10px;
}
#formArea form select {
	margin-left: 5px;
	font-size: 12px;
	height: 20px;
	width: 300px;
}
.textArea {
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/formbut_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	outline: none;
}
.textArea:hover {
	background-color: #e5e5e5;
}

#formArea form #aBut {
	width: 600px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	clear: both;
	margin: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formArea form #aBut dd {
	float: left;
}
#reset {
	height: 20px;
	width: 77px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/reset_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#reset:hover {
	background-image: url(images/reset_but_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#submit2 {
	height: 20px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/submit2_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#submit2:hover {
	background-image: url(images/submit2_but_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
