.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-whiteout { position: absolute; background-color: #F0F5F9; left: 0; top: -4px; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	/* .boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url(../img/'box_top_left.png'); float: left; }
	.boxy-wrapper .top-right { background: url(../img/'box_top_right.png'); }
	.boxy-wrapper .bottom-right { background: url(../img/'box_bottom_right.png'); }
	.boxy-wrapper .bottom-left { background: url(../img/'box_bottom_left.png'); }
	 */
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	/* .boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	 */
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner {  }
	.boxy-content {  }
	
	/* Question Boxes */

    .boxy-wrapper .question {  }
    .boxy-wrapper .answers {  }
    


.product_popup_repeat_bg {
	float: left;
	background: url(../img/product_popup_repeat_bg.gif) repeat-y 0px 0px;
	width: 559px;
	margin: 6px 0px 6px 0px;
	position:relative;
	z-index: 20;
}
.product_popup {
	float: left;
	background: url(../img/product_popup_top.png) no-repeat 0px 0px;
	width: 559px;
	min-height: 130px;
	padding-bottom: 20px;
	margin-top: -6px;
}
	.product_popup_repeat_bg h1 {
		width: 480px;
		color: #EC822C;
		font-family: Helvetica, Arial, Tahoma, sans-serif;
		font-size: 18px;
		font-weight: normal;
		margin: 25px 0px 20px 32px;
	}
	.product_popup_repeat_bg p {
		width: 480px;
		color: #3A3961;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px 0px 0px 32px;
	}
	.product_popup_repeat_bg form {
		width: 480px;
		margin: 15px 0px 0px 32px;
	}
		.product_popup_repeat_bg form input {
			float: left;
			margin-top: 6px;
			*margin-top: 3px;
		}
		.product_popup_repeat_bg form label {
			text-transform: uppercase;
			font-family: Tahoma, Arial, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #3A3961;
			margin-left: 10px;
			float: left;
			line-height: 25px;
		}
.product_popup_link {
	float: right;
	background: url(../img/popup_link_left.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 24px;
	height: 25px;
}
	.product_popup_link a {
		float: left;
		background: url(../img/popup_link_repeat.png) repeat-x 0px 0px;
		height: 25px;
		font-size: 11px;
		color: #224790;
		font-family: Tahoma, Arial, sans-serif;
		line-height: 24px;
		text-decoration: none;
		font-weight: bold;
		padding: 0px 2px;
	}
	.product_popup_link div {
		float: left;
		background: url(../img/popup_link_right.png) no-repeat 0px 0px;
		height: 25px;
		width: 11px;
	}
.product_popup_bottom {
	float: left;
	background: url(../img/product_popup_bottom.png) no-repeat 0px 0px;
	width: 559px;
	height: 6px;
	margin-bottom: -6px;
	*margin-bottom: -2px;
	position:relative;
	z-index: 40;
}

