#header {
	background: url(../images/home/header.jpg);
}

#contentArea {
	border-bottom: #d87579 solid 1px;
}

h1 {
	color: #b31117;
}

h2 {
	color: #b31117;
}


h3 {
	color: #b31117;
}





p, td {
	font-size: 14px;
}



.inputText {
	width: 420px;
	height: 20px;
	border: #999999 solid 1px;
	background: #f4f4f4;
	font-size: 16px;
	color: #B31117;
}



.inputTextSmall {
	width: 287px;
	height: 25px;
	border: #999999 solid 1px;
	background: #f4f4f4;
	font-size: 18px;
	color: #B31117;
}

.inputDropdown {
	width: 287px;
	height: 25px;
	border: #999999 solid 1px;
	background: #f4f4f4;
	font-size: 14px;
	color: #B31117;
}
.inputTextError {
	background: #B31117;
	font-size: 16px;
	color: #FFF;
}
.orderForm td {
	padding-bottom: 11px;
}

.orderNewsItems > .newsItem {
	height: 85px;
}

.orderTopText {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}