/*	Calculators	------------------------------------- */
#calculator {position: relative; width: 510px; height: 230px; background-repeat: no-repeat; overflow: hidden;}
#calculator input{position: absolute; border: 1px solid #666666; font-weight:bold; text-align:center;}

#calculator input.fl {width:30px; left: 18px; top: 70px;}
#calculator input.flgreen {width:30px; left: 18px; top: 70px; background-color:#CCFFCC;}
#calculator input.florange {width:30px; left: 18px; top: 70px; background-color:#FF9900;}
#calculator input.od {width:55px; left: 225px; top: 193px; font-weight:bold; text-align:center;}
#calculator input.odgreen {width:55px; left: 225px; top: 193px; background-color:#CCFFCC;}
#calculator input.odorange {width:55px; left: 225px; top: 193px; background-color:#FF9900;}
#calculator input.ow {width:55px; left: 345px; top: 17px;}
#calculator input.owgreen {width:55px; left: 345px; top: 17px; background-color:#CCFFCC;}
#calculator input.oworange {width:55px; left: 345px; top: 17px; background-color:#FF9900;}
#calculator input.oh {width:55px; left: 445px; top: 105px;}
#calculator input.ohgreen {width:55px; left: 445px; top: 105px; background-color:#CCFFCC;}
#calculator input.ohorange {width:55px; left: 445px; top: 105px; background-color:#FF9900;}
#calculator input.os {width:30px; left: 18px; top: 70px;}
#calculator input.osgreen {width:30px; left: 18px; top: 70px; background-color:#CCFFCC;}
#calculator input.osorange {width:30px; left: 18px; top: 70px; background-color:#FF9900;}