* { margin:0; padding:0; }
.hidden { display: 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:#000; }
.container
{
	width: 800px;
	margin:0 auto;
}

#top
{
	height: 198px;
	background: #000 url(../../i/tbg.png) 0 0 repeat-x;
}

#logo
{
    height:198px;
    width: 800px;
}

#logo a
{
	display: block;
	height:198px;
	width: 800px;
	background: transparent url(../../i/logo.png) bottom left no-repeat;
}

#middle
{
	background:#fff url(../../i/mbg.png) 0 0 repeat-x;
	padding: 10px 0 30px;
}

#bottom
{
	background: #000 url(../../i/bbg.png) 0 0 repeat-x;
	height: 97px;
    margin:0;
    padding:0;
    padding-top: 20px;
}

.next-page-button
{
    margin-top: 5px;
	height: 48px;
	width: 119px;
	background: transparent url(../../i/next-page-button.png) 0 0 no-repeat;
	border:none;
	cursor: pointer;
}

.submit-quiz-button
{
    margin-top: 5px;
	height: 48px;
	width: 119px;
	background: transparent url(../../i/quizsubmit.png) 0 0 no-repeat;
	border:none;
	cursor: pointer;
}


.quiz-content .question-container
{
	width: 100%;
	padding: 20px 0;

}

.question-container .number
{
	float: left;
	width: 49px;
	height:46px;
	margin-right: 0px;
    background: transparent url(../../i/nbg.png) 0 0 no-repeat;
}

.question-container .number p
{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:#000;
	text-align: center;
    height: 46px;
    width: 49px;
    position: relative;
    top: 5px;
    font-weight: bold;
}

.question-container .question
{
	float: left;
	width: 690px;
	padding: 0px 15px;
    margin-left: 5px;
    border-left:1px solid #dfdfdf;
}

.question-container .question p
{
	font-size:.9em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	line-height: 1.5em;
    color: #101;
    width: 100%;
}

.question-container .question p.q
{
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
    color:#59642c;
}

.question-container .question p.a
{
	padding: 5px 0;
}

.question-container .question p.a label
{
	margin-left: 10px;
	cursor: pointer;
	color: #898989;
}

p.quizError
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color:#e33743;
	font-family: verdana, arial, sans-serif;
	padding: 15px 0;

}


.signup h1
{
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color:#e33743;
	text-align: center;
	margin-top: 20px;
}

.signup .signupform
{
	margin-top: 20px;
}

.signupform .userdata
{
	width: 350px;
	float: left;
	padding-right: 80px;
}

.userdata p
{
	margin: 10px 0;
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size:.8em;
	color:#0171bd;
}

.userdata p label
{
	display: block;
	float: left;
	width: 120px;
	position: relative;
	top: 7px;
    color:#393939;
}

.userdata p input
{
	width: 200px;
	color: #000;
	background-color:#ececec;
	border:1px solid #cfcfcf;
	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;
}

.score .character
{
	height: 156px;
	width: 163px;
	float: left;
    margin-top: 50px;
}

.score
{ margin-bottom: 15px; }

.score .character
{
    height: 243px;
    width: 156px;
    float: left;
    margin-right: 10px;
}



.score .goth
{
	background: transparent url(../../i/goth.png) 0 0 no-repeat;
}

.score .label-container
{
	height: 243px;
}

.score .label-container h1
{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 1.5em;
    padding-top: 160px;
	color:#000;
}

p.copyright
{
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	color:#fff;
	text-align: right;
    padding:20px 0 10px;
}

.marg
{
    position: relative;
    top: 55px;
}

p.ibg
{
    width: 760px;
    padding: 0 20px 30px;
    height: 33px;
    margin: 0 auto;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    border-bottom:1px solid #d2d2d2;
    margin-top: 20px;
    margin-bottom: 20px;
}