html, body {
	margin: 0px;
	background-image: url(images2/background_huge.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #CCC;
}

.latest_border_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8A5050;
	border-left-color: #8A5050;
}

.browse_products {

	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.product_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C79B02;
	border-right-color: #C79B02;
	border-bottom-color: #C79B02;
	border-left-color: #C79B02;
}

.latest_border_right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C79B02;
	border-left-color: #C79B02;
	border-right-color: #C79B02;
}
.admin {

	color: #000000;
	text-decoration: none;
	padding: 5px;
	font-size: 10px;
}
.browse_products2 {

	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}


#latestProducts {
	padding:5px;
	background-color: #FFF;
	margin: 5px;
	font-size: 11px;
}.headings {
	font-size: 12px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#adminField {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

#obtainPricingForm {

margin:10px;

}