.boxy-wrapper
{
	position: absolute;
	background-color: #ada9a0;

	background-image: url(../graphics/modal-bg.jpg);
	background-position: top;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	background-repeat: no-repeat;
}

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

/* Modal */
.boxy-modal-blackout
{
	position: absolute;
	z-index:5000;
	background-color: #000000;
	left: 0;
	top: 0;
}

/* 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
{
	
}
.boxy-wrapper .top-right
{
	
}
.boxy-wrapper .bottom-right
{
	
}
.boxy-wrapper .bottom-left 
{
	
}

/* 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
{

}
.boxy-wrapper .top-right
{

}
.boxy-wrapper .bottom-right
{

}
.boxy-wrapper .bottom-left
{

}

.boxy-wrapper .top,
.boxy-wrapper .bottom
{
	
}

.boxy-wrapper .left,
.boxy-wrapper .right
{
	
}

/* Title bar */
.boxy-wrapper .title-bar
{
	padding: 6px;
	margin-top: 50px;
	position: relative;
	border-bottom:solid 1 px #736357;
}
.boxy-wrapper .title-bar.dragging
{
	cursor: move;
}
.boxy-wrapper .title-bar h2
{
	font-size: 18px;
	color: white;
	line-height: 1;
	margin: 0px;
	padding: 0;
	font-weight: normal;
}
.boxy-wrapper .title-bar .close
{
	color: white;
	position: absolute;
	top: -46px;
	right: 6px;
	font-size: 90%;
	line-height: 1;
}
	
/* Content Region */
.boxy-inner
{
	padding: 0;
}
.boxy-content
{
	min-width: 400px;
	padding: 15px;
	color: white;
}

.boxy-content a
{
	
	
   
}

/* Question Boxes */
.boxy-wrapper .question
{
	width: 300px;
	text-align:center;
	min-height: 20px;
	margin-top:35px;
}

.boxy-wrapper .answers
{
	text-align: right;
}

.boxy-wrapper .answers input
{
	border:none;
	background-color:#ada99f;
	color:#FFFFFF;
	display:block;
	margin:auto;
}
