* {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

body {
	background: black;
	width: 100%;
	position: absolute;
}

#head {
	width: 893px;
	height: 499px;
	background: url(/tpl/def/images/head.jpg);
	margin: 40px 0;
}

#body {
	width: 900px;
	height: 100%;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	margin-bottom: 200px;
}

#intro {
	color: #f5ca00;
}

#intro b {
	font-weight: bold;
	color: white;
}

.quest-num {
	width: 91px;
	height: 51px;
	background: url(/tpl/def/images/quest_num.gif);
	text-align: center;
	font-size: 32px;
	line-height: 47px;
	margin-top: 40px;
	left: -260px;
}

.quest-num .count {
	font-size: 22px;
	color: #b1ffae;
}

.quest {
	left: 60px;
	width: 551px;
}

.q-head, .q-foot {
	height: 10px;
	background: url(/tpl/def/images/q-head.gif) no-repeat;
	font-size: 0px;
}

.q-foot {
	background: url(/tpl/def/images/q-foot.gif);
}

.q-body {
	background: #0b1a25;
	font-size: 18px;
	padding: 0 25px 10px 25px;
}

.q-answ {
	background: #0c0c0c;
	font-size: 14px;
	color: #74bdea;
	padding: 10px 25px 20px 25px;
	text-align: left;
}

.q-answ .variants {
	font-size: 12px;
	color: #cdcdcd;
}

.q-answ input {
	margin-left: 18px;
}

.next-btn {
	width: 96px;
	height: 28px;
	background: url(/tpl/def/images/next-btn.png);
	margin-top: -30px;
	left: -205px;
}

#opinions {
	width: 100%;
	background: #000c15;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 20px 25px;
	margin: 35px 0;
	text-align: left;
}

#opin-title {
	width: 135px;
	height: 39px;
	background: url(/tpl/def/images/opin-title.gif);
}

/* ie7 only */
*:first-child+html #opin-title {
	margin-bottom: 20px;
}

/* ie6 and lower */
*html #opin-title {
	margin-bottom: 20px;
}

#opinions h1 {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

#opinions img {
	margin-right: 15px;
}

#opinions td {
	width: 30%;
	padding-right: 20px;
}

#footer {
	font: 11px/17px Tahoma;
	color: #b6b6b6;
}

#footer a {
	color: #afafaf;
}

.sdark {
	color: #828282;
}

.dark {
	color: #5a5a5a;
}

a.reveal {
	font-size: 65%;
	padding: 3px;
	background: #990000;
	color: white;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 16px;
	cursor: pointer;
}
