html, body { margin: 0; padding: 0; }

body {
	background:none;
	color: #B2AA83;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	font: 9pt "Trebuchet MS", Verdana, Arial, Helvetica;
}

h2,h3,h4,h5,h6 {
	font-size: 14pt;
	margin: 0;
	padding: 15px 0;
}

h2, h3 {
	color: #E1D08B;
	display: block;
	font: bold 11pt Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;
	overflow: hidden;
	padding: 0;
}


a {
	color: #E1D08B;
}

a:hover{
	color: #fff;
}

form label {
	float: left;
	padding-right: 15px;
	padding-top: 2px;
	text-align: right;
	width: 125px;
}
.inputBox {
	width: 150px;
}
.selectBox { 
	width: auto;
}
.textBox {
	height: 100px;
	width: 250px;
}
.radioBox {
	margin-right: 10px;
}

.inline {
	float: none;
	padding-right: 0;
	width: auto;
}
.radio {
	margin-right: 15px;
}

.opt-in { 
	font-size: 11px;
	margin: 0;
	padding-top: 10px; }
.opt-in label {
	float: none;
	width: auto;
}

input.button {
	background-color: #530400;
	color: #E1D08B;
	cursor: pointer;
	float: right;
	font-size: 10pt;
	font-weight: 700;
	padding: 4px;
	text-align: center;
	width: 140px;
}

.row {
	clear: both;
}

/* contact form specific */
#upc_example {
	display: none;
}

/* winefinder */
#winefinder #submitbutton {
	text-align: right;
}
#winefinder #wineListResults {
	height: 300px;
	overflow: scroll;
}
	#winefinder #wineListResults td {
		padding-bottom: 6px;
	}
	#winefinder #wineListResults .name,
	#winefinder #wineListResults .address {
		padding-right: 10px;
	}
	#winefinder #wineListResults .name {
		width: 150px;
	}
	#winefinder #wineListResults .address {
		font-weight: bold;
		width: 244px;
	}
	#winefinder #wineListResults .map {
		width: 50px;
	}
	#winefinder #wineListResults .map a {
		text-decoration: none;
	}

/* newsletter */
#newsletter {
	background-color: #240201;
	border: 10px solid #340300;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 240px;
}
#newsletter .hdr {
	color: #D3C27E;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#newsletter label {
	width: 70px;
}
#newsletter input.checkbox { float: left; }
#newsletter label.checkbox {
	float: left;
	margin-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	width: 190px;
}
#newsletter .opt-in {
	float: left;
	margin: 0;
	padding: 0 0 15px 5px;
	text-align: left;
	width: 200px;
}
#newsletter .inputBox {
	width: 144px;
}
#newsletter p.button {
	text-align: center;
}
#newsletter input.button {
	float: none;
}