@charset "utf-8";
/*
	-------------------------------------------------------------
	css by fencl web design -- http://www.fenclwebdesign.com
	-------------------------------------------------------------
	main.css 6/24/2011
	-------------------------------------------------------------
*/

/* directory wrapper */

#formwrap { padding:15px;

}



/* featured listing */

.form_item {
	width: 765px;
	position: relative;
	margin: 0 auto;
	clear: both;
	min-height: 70px;
}

.form_item .submitbutton {
	position: relative;
	/*clear: both;*/
	float: right;
	margin: 10px;
	border: none;
}

.text_item {
	width: 872px;
	height: 120px;
	position: relative;
	margin-bottom: 12px;
	clear: both;
}

.thebubble {
	background:#4d4d4d;
	width: 243px;
	float: left;
	left: 0;
	z-index: 2;
}

#formwrap input[type=text], #formwrap input[type=password]{
	width: 500px;
	height: 50px;
	position: relative;
	float: left;
	margin: 0;
	border: solid 1px #c9ccce;
	color: #666;
	left: -10px;
	top: 0;
	padding: 0 0 0 20px;
	font-size: 27px;
	line-height: 54px;
}

#formwrap p {
	width: 850px;
	position: relative;
	float: left;
	margin: 0 0 0 0px;
	color: #666;
	font: normal 16px Arial, Helvetica, sans-serif;
}


.form_item textarea {
	width: 740px;
	position: relative;
	margin: 6px 10px;
	border: solid 1px #c9ccce;
	color: #666;
	font: normal 24px/56px Arial, Helvetica, sans-serif;
}
