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

.taxcalc{
	width:581px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.taxcalc .tx_t{
	height:10px;
	background-image:url(../images/calculators/tax_top.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.taxcalc .tx_cont{
	background-color: #EAEAEA;
	padding: 20px;
}

.taxcalc .tx_b{
	height:16px;
	background-image:url(../images/calculators/tax_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#yellowbox{
	text-align: center;
	width: 347px;
	height: 254px;
	background-image:url(../images/calculators/pinwheel2.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size: 25px;
}

#greenbox{
	text-align: center;
	width: 347px;
	height: 121px;
	background-image:url(../images/calculators/pinwheel2.png);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align: middle;
	font-size: 28px;
	color:#ffffff;
}

#mo_yellowbox{
	text-align: center;
	width: 352px;
	height: 125px;
	background-image:url(../images/calculators/pinwheel3.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size: 25px;
}

#mo_greenbox{
	text-align: center;
	width: 347px;
	height: 121px;
	background-image:url(../images/calculators/pinwheel1.png);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align: middle;
	font-size: 25px;
}

