.gold {
	height: 185px;
	width: 625px;
	background-repeat: no-repeat;
	background-image: url(../images/gold_box.jpg);
	left:6px;
	position:relative;
	padding:5px;
	color: #000;
}

.silver{
	position:relative;
	height: 185px;
	width: 310px;
	background-repeat: no-repeat;
	background-image: url(../images/silver_box.jpg);
	float:left;
	margin:0px;
	left:6px;
}
.blank{
	position:relative;
	float:left;
	height: 185px;
	width: 150px;
}
.bronze{
	position:relative;
	height: 185px;
	width: 148px;
	_width: 150px;
	padding:5px;
	background-repeat: no-repeat;
	background-image: url(../images/bronze_box.jpg);
	float:left;
	margin-right:0px;
	left:6px;
}

.standard{
	text-align: left;
	clear:both;
	color:#000;
	left:6px;
	padding:5px;
}

.premium{
	clear:both;
	color: #556B2F;
	text-align: left;
	left:6px;
	padding:5px;
	font-size: 120%;	
}