/* [Begin] Cost calculator styles */
.cost-calc {
	margin: 0 0 0 0;
	padding: 0px;
	width:300px; 
	/*height:179px; */
	height:300px;
	background-image: url(../images/cost-calc.jpg); 
	background-position: left top;
}	



.calc-text-box {
	width:71px;
	height:17px;
}

.calc-bottles-input {
	position:relative;
	top:90px;
	left:176px;	
}

.calc-bottles-cost-input {
	position:relative;
	top:109px;
	left:176px;	
}

.calc-coolers-input {
	position:relative;
	top:124px;
	left:176px;	
}

.calc-coolers-cost-input {
	position:relative;
	top:142px;
	left:176px;	
}

.calc-savings-button {
	position:relative;
	top:160px;
	left:70px;	
	width:152px;
	height:31px;	
}

.calc-savings-display {
	position: absolute;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	text-align:left;
	top: 20%;
	left: 68%;
	width:228px; 
	height:200px; 
	background-color: #ffffff;
	border:5px solid #265e9a;
}

.calc-blue {
	font-size: 1.3em;
	color: #0955a8;
}

.calc-green {
	font-size: 1.3em;
 	color: #68c421;
}
/* [Begin] Cost calculator styles */