#main_form {
	text-align: left;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
}
legend {
	color: #333333;
	font-weight: bold;
	margin: 0 5px;
	background-color: #FFFFFF;
}
fieldset ol {
}
fieldset li {
	display: block;
	float: left;
	clear: left;
	width: 100%;
	/*padding: 2px;*/
}
fieldset li p {
	padding: 0 5px;
}
.label_width {
	width: 140px;
}
.textfield {
	width: 200px;
}
label {
	display: block;
	float: left;
	margin-right: 5px;
}
textarea {
	color: #666666;
}
fieldset.end {  
	float: none;  
	width: auto;
	border: 0 none #FFF;
	background-image: none;
	text-align: center;
}
form em {
	text-decoration: underline;
}

/*----Search-----------*/
.searchform {
	margin: 6px 0 0 0;
}
.label_width_search {
	width: 139px;
	height: 24px;
	background: transparent url(../images/structure/navigation/hd_searchforrecipes.gif) no-repeat;
}
.textfield_search {
	width: 122px;
}
.searchform input.textfield_search {
	font-size: 18px;
	color: #666666;
	height: 20px;
	width: 134px;
	border: 0;
	padding: 3px 3px;
	background: transparent url(../images/structure/navigation/search_input.gif) no-repeat;
	background-position:right;
}
* html .searchform input.textfield_search {
	background: transparent url(../images/structure/navigation/search_input.gif) no-repeat fixed;
}
.search_submit {
	height: 26px;
	width: 32px;
}
