@import 'shipping_and_tax.css';

.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }  
  
  /* Title bar */	
	.boxy-wrapper .title-bar {
	position: relative;
	background: url(../img/boxy/images/boxy-header.png) repeat-x left;
	height: 38px;
	width: auto;
}
	.boxy-wrapper .title-bar.dragging { cursor: move; }
	.boxy-wrapper .title-bar h2 {
	font-size: 18px;
	color: white;
	line-height: 1;
	padding: 10px 0 0;
	text-align: center;
}
	.boxy-wrapper .title-bar .close  {
	color: #ac016b;
	position: absolute;
	top: 7px;
	right: 5px;
	font-size: 90%;
	line-height: 1;
	text-decoration: none;
}
		
	/* Content Region */	
	.boxy-inner { padding: 0px; }
	.boxy-content {
	width: 340px;
	min-height: 120px;
	border-right: 4px solid #f79ab9;
	border-bottom: 4px solid #f79ab9;
	border-left: 4px solid #f79ab9;
	padding: 0px;
	background: #FFF;
}
	p.boxy-content {
	padding: 10px 5px 10px 15px;
	width: 320px;
}
	.boxy-video {
	width: 400px;
	min-height: 302px;
}
	
	/* Question Boxes */
    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }