#orderForm #main
{
	border-bottom: none;
}

#orderForm .mainItem
{
	background: #F7F0E2 url(../images/form.png) repeat-x scroll center top;
}

fieldset
{
	border: 0px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

legend
{
	margin-bottom: 10px;
	font: bold 16px 'Trebuchet MS','Arial';
	color: #035468;
}

label
{
	float: left;
	margin: 10px 10px 0px 10px;
	width: 150px;
	text-align: center;
	color: #035468;
	font-weight: bold;
}

input
{
	display: block;
	text-align: right;
}

#bakeDate1, #bakeDate2
{
	display: inline;
}

.labelFirst
{
	margin-left: 180px;
}

.others
{
	margin-left: 180px;
}

.submit
{
	margin: 10px auto 10px auto;
	text-align: center;
}

.contact label
{
	margin-top: 5px;
	margin-right: 20px;
	text-align: left;
}

.contact input
{
	text-align: left;
	margin-top: 5px;
	width: 350px;
}

.contact span
{
	margin-left: 10px;
	margin-right: 30px;
	color: #035468;
	font-weight: bold;
	float: right;
}

#phone
{
	width: 200px;
}

#notes
{
	height: 75px;
}

#errorText
{
	margin: 20px 10px 10px 20px;
	width: 500px;
	float: left;
	font-weight: bold;
	text-align: center;
	color: red;
}

#submitOrder
{
	width: 150px;
	float: right;
	text-align: center;
}

#itemCount
{
	font: bold 16px 'Trebuchet MS','Arial';
	color: #035468;
}
