div.popup-quiz {
	width: 550px;
	height: 400px;
	background: white;
	border: 8px solid #87baf1;
	padding: 14px;
	overflow: auto;
}

div#quiz_deactive {
	position: absolute;
	display: none;
	z-index: 10;
	width: 768px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
}

div#mainvisual,
div#mainvisual * {
	position: relative;
	z-index: 1;
}

div.popup-quiz div.picture {
	float: right;
}

div.close {
	text-align: right;
	padding-right: 10px;
}
 
div.blackmat {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(../images/modal_bg.png);
	z-index: 11;
}

* html div.blackmat {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/modal_bg.png", sizingMethod="scale");
	}
	
 
/* @group Modal */
 
div.modalwindow {
	position: absolute;
	z-index: 100;
	width: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
 
div.modalwindow h4.header {
	margin: 0;
}
 
form.input.modal fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
 
form.input.modal table {
	margin: 15px;
	width: auto;
}
 
form.input.modal h4.header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0;
	cursor: move;
}
 
form.input.modal h4.header {
	color: white;
	background: #044e9a url(../../images/color_bar.png) repeat-x center center;
}
 
form.input.modal h4.header span {
	position: absolute;
	top: 0;
	left: 10px;
	height: 25px;
	line-height: 25px;
	color: white;
	font-weight: bold;
}
 
form.input.modal h4.header a.close {
	position: absolute;
	display: block;
	top: 4px;
	right: 4px;
}
 
form.input.modal h4.header td.close a:hover {
	color: #333;
	background: #afd5f1;
}
 
form.modal div.submit {
	margin: 0;
	padding: 3px;
	border: none;
}
 
/* @end */