@CHARSET "UTF-8";
.error-message {
	color: red;
	clear: both;		
}


ul.form, ul.form li {
	list-style: none;
	list-style-type: none;
}

ul.form li input {
	margin-bottom: 2px;	
}

ul.form li .captcha {
	clear: both;
	margin: 5px 0px 10px 0px;
}

ul.form li.submit input {
	width: auto;
	height: auto;
	margin-left: 0px;
	margin-top: 10px;
}

ul.form li input.input_short {
	width: 213px;
	height: 17px;
	padding: 2px;
	border: none;
	background: url('../img/input_short_bg.gif') no-repeat top center;	
}
ul.form li input.input_long {
	width: 430px;
	height: 16px;
	padding: 2px;
	border: none;
	background: url('../img/input_long_bg.gif') no-repeat top center;	
}
ul.form li textarea.textarea_big {
	width: 430px;
	height: 88px;
	padding: 2px;
	border: 1px solid #999;
	/*background: url('../img/textarea_big.gif') no-repeat top center;*/	
}
ul.form li textarea.textarea_small {
	width: 430px;
	height: 50px;
	padding: 2px;
	border: 1px solid #999;
	/*background: url('../img/textarea_small.gif') no-repeat top center;*/	
}
#textarea_tiny {
	width: 217px;
	height: 50px;
	padding: 2px;	
}
textarea#textarea_max {
	width: 430px;
	height: 200px;
	padding: 2px;
}
	
.ingredient input {
	margin-right: 3px;
}
textarea#textarea_newsletter {
	width: 660px;
	height: 400px;
	padding: 2px;
}
.error-message {
	margin-bottom: 10px;
}

