div.abicalc{
	width:300px;
	float:left;
	margin:0 4px 6px 0;
} 
div.abicalc td {vertical-align:top;border-bottom:1px dotted #dddddd;}
div.abicalc input[type=text] {
	width:30px;
	text-align:center;
}
div#abicalcres{
	width:370px;
	float:right;
	margin:0 4px 6px 50px;
} 
.small {font-size:10px;}
.green {color:green;}

.bcalc {
   border-top: 1px solid #878378;
   background: #b36500;
   background: -webkit-gradient(linear, left top, left bottom, from(#f18900), to(#b36500));
   background: -webkit-linear-gradient(top, #f18900, #b36500);
   background: -moz-linear-gradient(top, #f18900, #b36500);
   background: -ms-linear-gradient(top, #f18900, #b36500);
   background: -o-linear-gradient(top, #f18900, #b36500);
   padding: 4.5px 9px;
   -webkit-border-radius: 21px;
   -moz-border-radius: 21px;
   border-radius: 21px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:hand;cursor:pointer;
   }
.bcalc:hover {
   border-top-color: #f18900;
   background: #f18900;
   color: #ff1928;
   }
.bcalc:active {
   border-top-color: #f18900;
   background: #f18900;
   }
.where {cursor:pointer;text-decoration:underline;}