@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: rockwell;
    src: url('contact/fonts/rockwell.eot?#iefix') format('embedded-opentype'), 
         url('contact/fonts/rockwell.ttf')  format('truetype'),
    }


#savingscalc{
	width:400px;
	height:300px;
	background-color: #DABE3A;
	overflow:hidden;
	padding-left:22px;
}

#roundedanswer{
	font-family: rockwell;
	border: none;
	background: none;
	font-size: 70px;
	color: #26763C;
	margin-left: 10px;
	text-align: center;
	width: 415px;
	margin-left: -7px;
}
	
#year{
	width:410px;
	font-family:rockwell;
	color: #26763C;
	text-align: centre;
	font-size: 35px;	
	
}
	
#save{
	width:405px;
	font-family:rockwell;
	color: #26763C;
	text-align: centre;
	font-size: 20px;
	margin-bottom: -5px;
}

#bottlespm{
	margin-bottom:20px;
	margin-right:10px;
	width: 170px;
	text-align:center;
	font-family:rockwell;
	color: #26763C;
	
}
	
#bottleprice{
	margin-bottom:20px;
	text-align:center;
	width: 170px;
	font-family:rockwell;
	color: #26763C;
}

#text{
	font-family:rockwell;
	color: #26763C;
	margin-bottom: 8px;
	width: 170px;
	text-align: center;
	margin-left:22px;
}

#text1{
	font-family:rockwell;
	color: #26763C;
	margin-bottom: 8px;
	width: 170px;
	text-align: center;
	position: absolute;
	margin-left: 212px;
	margin-top: -28px;

}

#spacer{
	height:30px;
}

#calculate{
	position: absolute;
	z-index: 500;
	top: 262px;
	left: 140px;
	background-image:url(calculate.png);
	background-size: cover;
	border-radius: 5px;
	width: 170px;
	border-color:#357734;
	border: none;
	font-size: 0.00000000001px;
	height: 28.33325px;
}
.button{
    cursor:pointer;
    border:none;
}
	
