/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for eHome-quick_form1 DotNetNuke Containers by Bryan Hunsinger */
/*--------------------------------------------------------------------------------------------------------------*/

div#quick_form1
{ 
	background-image:url(quick_form1_bg.gif);
	width:448px;
	height:167px;
  margin-bottom: 10px;
}
div#quick_form1_header
{ 
	padding-top:10px;
	padding-left:15px;
	color:#607D3A;
	font-size:28px;
	line-height:24pt;
	width:220px;
	float:left;
}
div#quick_form1_text
{ 
	float:right;
	padding-top:8px;
	padding-right:8px;
	color:#607D3A;
	font-size:12px;
	width:175px;
	padding-top:30px;
}
.quick_form1_content {
	width:100px;
	height:10px;
}
div#quick_form1_button {
	height:29px;
	width:100%;
	margin: 9px 10px 3px 0;
	text-align:right;
}

.quick_form1_tb {
	width:100px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for eHome-quick_form2 DotNetNuke Containers by Patrick Jarrett									*/
/*--------------------------------------------------------------------------------------------------------------*/

.quickform2 {
	background: url(quickform_02_bg.jpg) no-repeat center center;
	color: #CE6536;
	width: 447px;
	height: 167px;
  margin-bottom: 10px;
}
div.qf2_text {
	padding-left: 264px;
	font-family: arial;
	font-size: smaller;
}
div.qf2_form {
	padding-left: 266px;
	margin-top: 3px;
}
.quickform2 .qf2_button {
	margin: 5px 15px 0px 0px;
	text-align: right;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for eHome-quick_form3 DotNetNuke Containers by Patrick Jarrett																		*/
/*--------------------------------------------------------------------------------------------------------------*/

div#quickform_text {
	width: 100%;
	height: 149px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 15px 0px 0px 30px;
	font-size: 10px;
	background: #607D3A;
}
html>body #quickform_text 
{
	height: 137px;
}
div#quickform_title {
	font-size: 25px;
}
.quickform_text_left {
	width: 150px;
	float: left;
}
.quickform_text_right {
	margin-left: 20px;
	width: 230px;
	float: left;
}
div#quickform_smalltext {
	font-size: 9px;
}

















