body {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;	line-height: normal;	font-weight: normal;	font-variant: normal;	text-transform: none;	text-decoration: none;	margin: 0px;	padding: 0px;}#front {	position: absolute;	top: 4px;	left: 5px;    display:block;}#back {    display:none;}#info {	position: absolute;	top: 20px;	left: 25px;	width: 240px;	height: 320px;	padding-right: 5px;	overflow: scroll;}/* inputs display on front side */#input_tb {	position: absolute;	top: 8px;	left: 10px;}/* calculate button*/#calc {    position: absolute;    left: 26px;    top: 117px;	font: 13px "Helvetica Neue";     text-shadow: black 0px 1px 0px;	font-weight: bold;}.calc_img {	position: absolute;	top: 115px;	left: 15px;}#outputDisplay {	position: absolute;	top: 150px;	left: 10px;	color: #FFFFFF;}/* NRL Formulary home page link */.nrl {    position:absolute;	left: 20px;	top: 325px;}/* widget home page link */.homePageButton {    position:absolute;	left: 20px;	top: 345px;}td {	color: #FFFFFF;	text-decoration: none;}/* originally taken (edited as shown here) from Apple Voices example at http://developer.apple.com/documentation/AppleApplications/Conceptual/Dashboard_Tutorial/Design/chapter_4_section_4.html#//apple_ref/doc/uid/TP40001340-CH204-BAJGDEJD */.popupMenuImage {    position: absolute;	top: 115px;	left: 110px;    z-index: 18;}#popupMenuText {    font: 13px "Helvetica Neue";    font-weight: Bold;    color: white;    text-shadow: black 0px 1px 0px;    position: absolute;    left: 120px;    top: 117px;    z-index: 19;	width: 140px;}#popupMenu {    position:absolute;    top: 115px;    left: 140px;    width: 120px;    height: 30px;    opacity: 0.0;    z-index: 20;}/* all from Apple Dashboard programming guide,used to transition front/back widget sides */.flip {    position:absolute;	top: 366px;    right:20px;    width:13px;    height:13px;}#flip {    opacity:0;    background:url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;    z-index:8000;}#fliprollie {    display:none;    opacity:0.25;    background:url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left;    z-index:7999;}.doneButton {    position:absolute;	left: 210px;	top: 335px;}