/*
 * Calculator CSS
 *
 */
 
iframe {
	position: relative;
	margin: 0;
	padding: 0;
}
 
body {
	font-size: 11px;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}

body{
	margin: 0;
	padding: 0;
}

#logoHeader{
	padding-top: 5x;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
}

table {

}
 
#inputs {
	border-width: 3px;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 10px;
	padding: 5px;	
}

#homeLink {
	text-align: center;
}

.result{
	font-weight: bold;
	
}

.label {
	width: 60%;
	
}

#incandescentWattValues,
#flourescentWatts,
#bulbsReplaced ,
#hours ,
#existingWatts,
#retrofitWatts,
#retrofitCost,
#killowatts {
	width: 50px;
	height: 26px;
}

#totalDollars {
	font-weight: bold;
}

#roi, #simplePayback {
	font-weight: bold;
}

.widgets .ui-widget, .widgets  {
	font-size: 10px;
}


.copyBoxButton {
	font-size: 12px;
}


