@charset "utf-8";
/* CSS Document */
 
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  width:110%;
  height:110%;
}
   
#boxes .window {
  position:absolute;
  width:623px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color:#FFF;
}

.window {
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/public/includes/js/PIE.htc);
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:623px; 
  height:500px;
}

#dialog {
	background-color:#FFF;
}

/* Popup body styling */
		.pop-style1 {
			font-size: 36px;
			font-weight: bold;
			color: #F00;
		}
		.pop-style16 {font-size: 18px}
		.slide-in-header {
			width: 623px;
			height: 106px;
			text-align: right;
			vertical-align: top;
			background-image: url(http://www.burnthefatinnercircle.com/images/popup-header.gif);
			background-repeat: no-repeat;
			background-position: center 2px;
		}
		.slide-in-body {
			width: 623px;
			height: 342px;
			vertical-align: top;
			background-repeat: no-repeat;
			background-position: center top;
		}
		.slide-in-popup-body {
			width: 617px;
			padding: 6px 0 0 6px;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 16px;
		}
		.pop-subhead {
			padding-right: 6px;
			padding-bottom: 9px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: center;
		}
