
#required_Caption
	{
	float: left;
	padding: 0px 0px 3px 150px;
	}

.form_Wrapper {
	clear:both;
	float:left;
}



/***********************************
/
/	RECIPE FINDER FORM
/
/**********************************/

#recipeFinderForm
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#recipeFinderForm .form_Row
	{
	display:block;
	margin: 0px 0px 12px 30px;
	.margin: 0px 0px 12px 30px;
	}

#recipeFinderForm .form_Row2nd
	{
	display:block;
	margin: 0px 0px 11px 30px;			/* FF */
	.margin: 20px 0px 32px 30px;		/* IE7 */
	clear:both;
	}

#recipeFinderForm .form_recipeFlags
	{
	margin: 10px 0px 16px 0px;		/* FF */
	.margin: 15px 0px 10px 0px;		/* IE7 */
	padding: 0px 0px 0px 0px;
	float: left;
	}

	
#recipeFinderForm .form_LeftColumn {
	text-align:left;
	padding:  2px 0px 0px 0px;		/* FF */
	.padding:  2px 0px 0px 0px;		/* IE7 */
	width: 95px;
	float:left;
	font-weight: normal;
	border: 0px solid red;
	vertical-align:middle;
	}

#recipeFinderForm .form_LeftColumn img {
	padding:  0px 0px 0px 0px;
	float:left;
	}



#recipeFinderForm .form_RightColumn {
	padding: 0px 0px 0px 10px;			/* FF */
	.padding:  0px 0px 0px 10px;		/* IE7 */
	width: 120px;
	float: left;
	text-align:left;
	}


#recipeFinderForm .form_RightColumn label{
	padding: 1px 0px 0px 0px;
	margin:  -2px 0px 0px 0px;
	width: 120px;
	float: left;
	display:block;
	text-align:left;
	line-height: 18px;
	}	

	
#recipeFinderForm input.textInput
	{
	width: 211px;	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;		/* FF */
	.padding: 0px 0px 0px 0px;		/* IE7 */
	height: 14px;
	.height: 14px;
	line-height: 13px;
	float: left;
	color: #343434;	
	}

	
#recipeFinderForm .form_RightColumn input.submit
	{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	padding: 5px;
	.line-height: 14px;
	float: left;
	}



#recipeFinderForm .form_RightColumn select
{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		/* FF */
	.padding: 0px 0px 0px 0px;		/* IE7 */
	height: 17px;		/* FF */
	.height: 19px;		/* IE7 */
 	width: 110px;
	line-height: 20px;
	color: #343434;
	}




#recipeFinderForm input.checkboxInput
	{
	padding: 0px;
	
	/* this is a very important styling hack here for the future!!!  do not delete this comment!!!   */
	
	/* the margin-bottom value below (4px) is not used because we want some bottom spacing for this tag,
	/* but this will actually prevent the radiobutton label text to float aroundand therefore under the radiobutton/checkbox,
	/* if the label text is longer then it could fit to one single line	(if its value was only 0px, the text would flow under the radiobutton) */
	
	margin: 2px 5px 4px 0px;		/* FF */
	.margin: -1px 5px 6px 0px;		/* IE7 */
	float: left;
	text-align:left;
	width: 16px;
	align: right;
	clear:both;
	}


	
#recipeFinderForm input.submitButton {
	display: block;
	margin: 0px 0px 0px 0px;		/* FF */
	.margin: 20px 0px 0px 0px;		/* IE7 */
	}
	
	
	
	
/***********************************
/
/	CONTACT FORM
/
/**********************************/

#contactForm  {
	text-align:left;
	padding:  0px 0px 0px 0px;	
	margin:  10px 0px 0px 20px;	
	float:left;
	}

#contactForm .form_Row
	{
	margin: 0px 0px -5px 0px;
	.margin: 0px 0px 10px 0px;
	padding:  0px 0px 0px 0px;	
	border: 0px solid red;
	float:left;
	}

#contactForm .form_LeftColumn {
	text-align:left;
	padding:  0px 0px 15px 0px;		/* FF */
	.padding:  0px 0px 0px 0px;		/* IE7 */
	width: 150px;
	float:left;
	clear:both;
	font-weight: normal;
	border: 0px solid red;
	vertical-align:middle;
	line-height: 16px;	
	display: block;
	}




#contactForm .form_RightColumn {
	padding: 0px 0px 0px 10px;			/* FF */
	.padding:  0px 0px 0px 10px;		/* IE7 */
	width: 400px;
	float: left;
	text-align:left;
	}
	
	
#contactForm input.textInput, #contactForm textArea
	{
	padding: 2px 0px 0px 0px;			/* FF */
	.padding:  0px 0px 0px 0px;			/* IE7 */
	width: 300px;
	line-height: 14px;
	height: 13px;			/* FF */
	.height: 15px;			/* IE7 */
	float: left;
	color: #343434;	
	}

#contactForm select
{
	width: 170px;
}

#contactForm textArea
	{
	height: 60px;
	}
