#best-rate {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left:230px;
	height: 125px;
	width: 125px;
	
	cursor:pointer;
	text-decoration:none;
	background:transparent url(img/circle.png) no-repeat 0 0;
	_background: url(img/circle.png) no-repeat 0 0; /* ie6, even with the png fix, cannot handle this transparency */
	z-index: 100;
}

.bestPricesFromPrice a {
	text-decoration:none;
}

.bestRateContentTop {
	color: white;
	position: absolute;
	top: 17px;
	left: 20px;
	width: 80px;
	height: 50px;
	background: transparent !important;
	text-align: center;
	font-size: 1.2em;
}

.bestPricesFromLowestRate a {
	color: white;
	background: transparent;
	width: 100px;
	height: 50px;
}

.bestPrice {
	color: white;
	position: absolute;
	top: 65px;
	left: 12px;
	width: 100px;
	height: 50px;
	background: transparent !important;
	text-align: center
}

.bestPricesFromLowestRate {
	font-family: Georgia;
	font-size: 36px;
}

