.f1 {
	width: 430px;
}

.f1 .fs-container {
	background: #87022A;
	border:1px solid #520227;
	margin-bottom: 1em;
	padding: 10px;
}

.f1 .fs-container fieldset {
	border: 0;	
	margin: 0;
	padding: 0;
}

.f1 .fs-container fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	color: #fff;
}

.f1 .fs-container fieldset div.f-block {
	margin-bottom: 1em;
	width: 410px;
}



.f1 .fs-container fieldset .f-txs label,
.f1 .fs-container fieldset .f-ema label,
.f1 .fs-container fieldset .f-area label,
.f1 .fs-container fieldset .f-dtd label {
	width: 10em;
	text-align: right;
	margin-right: 10px;
}

.f1 .fs-container fieldset .f-txs input,
.f1 .fs-container fieldset .f-ema input,
.f1 .fs-container fieldset .f-area textarea,
.f1 .fs-container fieldset .f-dtd input {
	float: left;
	background: #fff url(http://www.nibbledcatering.co.uk/images/form_input_bg.jpg) repeat-x 0 0;
	border: 1px solid #ccc;
	padding: 0.2em;
	width: 16em;
	color: #555;
}

.f1 .fs-container fieldset .f-area textarea {
	height: 7em;
}

div.f-submit-unit button {
	border: 1px solid #e1e1e1;
	background:#D0083F;
	color:#FFFFFF;
	padding: 5px 15px;
	text-align: center;

}

/* REQUIRED
------------------------------------------------*/

form .f1 fieldset div.f-required {
	background: url(http://www.nibbledcatering.co.uk/images/f-required.gif) no-repeat 100% center;
}

/* MISSING
------------------------------------------------*/

form .f1 .fs-container fieldset div.f-missing label {
	color: #FA0346;
}

form .f1 .fs-container fieldset div.f-missing input {
	background:#FFA8A8;
	border-color: #FA0346;
}
	
	
	
	
	
	
#dietary_requirements .f-bln {
	width: 200px;
	float: left;
	clear: none;
}

#dietary_requirements .f-bln input {
	position:relative;
	top:3px;
}

#dietary_requirements .f-bln span {
	margin-left: 2em;
	cursor: pointer;
}