div#profitcalc{
	border:1px solid #c0c0c0;
	position:relative;
	width:800px;
	height:225px;
	margin:0 auto;
	top:25px;
	padding:5px;
	text-align:center;
	
}
div#profitcalc input{
	width:5em;
}
div#profitcalc table{
	border:1px solid black;
	width:800px;
}

/* light box thingy */


/*Styles for fuzz overlay & message box*/  
#fuzz{ position:fixed; top:0; left:0; width:100%; z-index:100; background: url('../pages/atmprocalc/img/dim.png'); display:none; text-align:left; }  
     
/*Message box, positioned in dead center of browser*/  
.msgbox{ position:fixed; width:400px; height:175px; z-index:200; border:5px solid #222; background: #FFF; top: 50%; left: 50%; margin-top: -200px; margin-left: -225px; }  
.msgbox img {border:none; margin:5px;}  
      
/*The "X" in the upper right corner of msgbox*/  
.close{ top:0px; float:rightright; }  


/* end of light box thingy */
