
.Slider{margin-top:100px;margin-left:40px; width:280px;}
.Slider p{margin:0 0 5px; font-size:15px; font-weight:bold;}

#ROICalculator p#income{margin:80px 0 5px 20px; font-size:17px; font-weight:bold;width:380px;}
#ROICalculator .Slider{margin:10px 0 20px 20px; width:280px;}
table#ROITable td{vertical-align:top;}
table#ROITable td#totals{
	padding:20px 0 0 0px;
}


table#ROITable .h3{
 font-size:19.50px;
 margin:10px 0 0;
 line-height:20px;
}

table#ROITable .amount{
	font-size:32.50px;
	margin:0 0 10px;
}

#addons{
   margin:0 0 0 20px;	
}
#addons div{padding:0 0 0 10px;}
#addons div.instructions{padding: 0 0 0 0; margin-bottom:5px; margin-top:10px;}
#ReachAmount{margin:10px 0 5px 175px; font-size:38px; font-weight:bold; color:#333;}

#notes{border:1px solid #dbe5ee; background-color:#fff; width:90%; margin-left:5%;margin-bottom:10px; font-size:18px;}
#notes > div{padding:10px;}
#notes p{margin:0px; font-size:13px;}
 #increaseamount{font-style:italic; font-weight:bold;}
 
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmDialog {
    display:none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -184px;
    width: 367px;
	height:260px;
    
	background-color: #fff;
    color: #333;
    
	padding:0px;
  }
#ReachCalculator{
	background:#f4f9fe url(http://media.gospellabs.com/assets/images/reach-calculator-modal.png) no-repeat;
	}
#ROICalculator{
	background:#f4f9fe url(http://media.gospellabs.com/assets/images/ROI-Calculator.png) no-repeat top center;
	display:none;
    
    position: fixed;
    top: 5%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
	height:530px;
    
	background-color: #f4f9fe;
	border:1px solid #dbe5ee;
    color: #333;
    
	padding:0px;
	}

.jqmOverlay { background-color: #000; }

.instructions{font-size:16px; font-weight:normal;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



div.whiteOverlay { background: url(inc/jqmBG.gif) white; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */



/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}










div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #eaffc3; }

