* { margin:0; padding:0; }
img { border:none; }

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body
{ background-color:#040404; }

.container
{
	width: 894px;
	margin:0 auto;
	
}

#top 
{
	height: 140px;
	background: #040404 url(../../i/t_bg.png) 0 0 repeat-x;
	overflow:hidden;
}

.logo
{
	width: 351px;
	height: 140px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}

.logo a
{
	display: block;
	height: 92px;
	width: 351px;
	background: transparent url(../../i/logo.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
}

.logo a span
{ display: none; }

#middle
{ background: #363636 url(../../i/m_bg.png) 0 0 repeat-x; }

#middle .container
{
	padding: 25px 0 0;
}

#middle .box
{
	height: 160px;
	width: 894px;
	overflow: hidden;
}

#middle .box .top
{
	height: 27px;
	width: 894px;
	background: transparent url(../../i/mbt.png) 0 0 no-repeat;
}

#middle .box .mid
{
	height: 106px;
	width: 894px;
	overflow: hidden;
}

#middle .box .mid .l
{
	float: left;
	background: transparent url(../../i/mbml.png) 0 0 no-repeat;
	height: 106px;
	width:192px;
}

#middle .box .mid .r
{
	float: left;
	background: transparent url(../../i/mbmr.png) 0 0 no-repeat;
	height: 106px;
	width:702px;
}

#middle .box .mid .r p
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: white;
	margin-left: 75px;
	height: 106px;
	width: 579px;
	overflow: hidden;
}

#middle .box .bottom
{
	height: 26px;
	width: 894px;
	background: transparent url(../../i/mbb.png) 0 0 no-repeat;
}

#middle .quiz-content
{ margin-top: 25px; }

.quiz-content .question-container
{
	background-color:#111;
	width: 100%;
	margin-top: 10px;
}

.quiz-content .pink
{ background: #111 url(../../i/pink.png) 0 0 repeat-y; }

.quiz-content .green
{ background: #111 url(../../i/green.png) 0 0 repeat-y; }

.quiz-content .score
{
	background:#ed008c url(../../i/qcs.png) left bottom repeat-x !important;
	padding: 20px 0 !important;
	position: relative;
	top: 25px;
}

.score h1
{
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 1.5em;
	text-align: center;
}

.question-container .number
{
	float: left;
	width: 81px;
}

.question-container .number p
{
	font-family: verdana, arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.question-container .number p.white
{ color: #fff; }

.question-container .number p.gray
{ color: #252525; }

.question-container .question
{
	float: left;
	width: 772px;
	padding: 10px 20px;
}

.question-container .question p
{
	color: white;
	font-size:.9em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	line-height: 1.5em;
}

.question-container .question p.q
{ padding-bottom: 10px; }

.question-container .question p.a
{
	border-bottom:1px solid #333;
	padding: 5px 0;
}

.question-container .question p.a label
{
	margin-left: 10px;
	cursor: pointer;
}


#bottom
{
	padding-top: 25px;
	height: 63px;
	background: #040404 url(../../i/bbg.png) 0 0 repeat-x;
}

#bottom .container
{ position: relative; }

#copyright
{
	height: 29px;
	padding-top: 5px;
	background: transparent url(../../i/cbg.png) 0 0 repeat-x;
}

#copyright p
{
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	color: #393939;
	text-align: right;
}

.submit
{
	height: 39px;
	width: 128px;
	background: #111 url(../../i/sqb.png) 0 0 no-repeat;
	border:none;
	cursor: pointer;
}

.su
{ color: #00ff00; }

.np
{ color: #ec008c; }

.next-page-button
{
	height: 39px;
	width: 128px;
	background: #111 url(../../i/button.png) 0 0 no-repeat;
	border:none;
	cursor: pointer;
}

p.quizError
{
	background-color:#770a0a;
	border:1px solid #9c2222;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color:#fff;
}

.signup h1
{
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color:#fff;
	text-align: center;
	margin-top: 20px;
}

.signup .signupform
{
	margin-top: 20px;
}

.signupform .userdata
{
	width: 400px;
	float: left;
	padding-right: 80px;
}

.userdata p
{
	margin: 10px 0;
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size:.8em;
	color:white;
}

.userdata p label
{
	display: block;
	float: left;
	width: 120px;
	position: relative;
	top: 7px;
}

.userdata p input
{
	width: 200px;
	color: #414141;
	background-color:#c9c9c9;
	border:1px solid #545454;
	font-family: verdana, arial, sans-serif;
	padding: 5px;
}

.whats-my-score
{
	float: right;
	margin-top: 10px;
	height: 176px;
	width: 349px;
	background: transparent url(../../i/wms.png) 0 0 no-repeat;
}

.whats-my-score p
{
	font-family: verdana, arial, sans-serif;
	color: white;
	text-align: center;
}

.whats-my-score p.l1
{
	font-size: 1.5em;
	padding: 30px 0 5px;
}

.whats-my-score p.l2
{
	font-size: 3.5em;
	padding: 0px 0 10px;
}
