﻿#modal-background 
{
	position: absolute;
	background-color: #000;
	opacity: .55; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=55); /* IE lt 8 */
	-ms-filter: "alpha(opacity=55)"; /* IE 8 */
	-khtml-opacity: .55; /* Safari 1.x */
	-moz-opacity: .55; /* FF lt 1.5, Netscape */
	z-index: 2500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#modal-content 
{
	position: absolute;
	z-index: 3000;
	left: 50%;
	top: 50%;
	margin-left: -333px;
	margin-top: -193px;
	width: 662px;
	height: 386px;
	background: transparent url(/redesign-img/modal/background.png);
	display: none;
}

#modal-title
{
	margin: 28px 40px 0 40px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
}

#modal-close 
{
    border: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    right: 22px;
    background-color: Transparent;
}

#modal-questions
{
	text-align: right;
	width: 100px;
	position: absolute;
	top: 75px;
	right: 25px;
	color: #ffe000;
	font-weight: bold;
	font-size: 18px;
}

.modal-choice
{
	margin: 0 auto;
	width: 80%;
	color: #8a7b0b;
	cursor: pointer;
}

.modal-choice img
{ margin-top: 3px; }

.modal-choice span
{
	position: relative;
	top: -7px;
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
}

.modal-chosen {
	color: #131313;
}

#modal-content p { font-size: 20px; line-height: 30px; margin: 0 40px; }
#modal-content button { cursor: pointer; }

#modal-btn-prev
{
	position: absolute;
	top: 320px;
	left: 42px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 106px;
	height: 34px;
	background: transparent url(/redesign-img/modal/btn_prev.png);
}

#modal-btn-next
{
	position: absolute;
	top: 320px;
	right: 42px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 106px;
	height: 34px;
	background: transparent url(/redesign-img/modal/btn_next.png);
}

