/********************************************
   AUTHOR:  			Joshua Rowe 
   WEBSITE:   			http://www.clearlyconsulting.com/
	TEMPLATE NAME:		MVFS Theme
   TEMPLATE CODE: 	
   VERSION:          2.0         	
 *******************************************/
 
/********************************************
   FORM ELEMENTS
********************************************/ 

/*Home Form*/

#homeform {
}

.default h1 {
	margin-bottom:20px !important;
}

#homeformtop{
	width:432px;
	height:12px;
	background-image:url("../images/homeformtop.jpg");
}

#homeformbg{
	width:412px;
	background-image:url("../images/homeformbg.jpg");	
	padding:10px 10px;
}

	#homeformbg h1{
		font: 1.6em Verdana, Tahoma, arial, sans-serif;
		margin:0;
		text-align:left;
		padding-left:8px;
	}
	
	#homeformbg h2{
		font: 1.8em Verdana, Tahoma, arial, sans-serif;
		font-weight:bold;
		margin:10px 0 0;
		text-align:left;
		padding-left:8px;
		color:#600;
	}
	
	#homeformbg h6 {
		font:1.1em;
		margin:5px 0px 10px;
		padding-left:10px;
		font-weight:bold;
	}


#homeformbtm{
	width:432px;
	height:12px;
	background-image:url("../images/homeformbtm.jpg");
}

/*Text Boxes need to float left*/
#homeform .text-control{
	float:left;
}

/*Radio Button Group - Needs to float*/
#serviceNeededControl{
	float:left;
}

/*Individual Radio Btns*/
#homeform .radiobutton{
	float:left;
	margin:3px 3px 0px;
}

/*Submit Button*/
#homeform #submitSubmit{
	background:url("../images/formsubmitbtn.jpg");
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	width:128px;
	height:33px;
	float:right;
	border:none;
	visibility:visible !important;
	margin:0;
	padding:0;
}

/*Get rid of reset button on home page*/
#homeform #submitControl .button{
	visibility:hidden;
}


/*HTML Control adds 2 br tags - remove them here by floating or reducing line height rather than taking out of the hard code:*/
#homeform .htmlcontrol {
	float:right;
	line-height:1%;
}
