label{
	display: block;
	margin: 12px 0 4px 0;
}

div#quiz-form{
	float:left;
	width: 640px;
	margin: 0 15px 0 0;
}

div#quiz-list{
	float:right;
	width: 340px;
	margin: 0;
}

div#quiz-list th{
	text-align: left;
}

div#quiz{
	position: relative;
	width: 80%;
}

div#quiz_timer{
	position: absolute;
	top: 20px;
	left: 700px;
	width: 120px;
	height: 120px;
	
}

div.nutequiz-alternative{
	font-size: 12pt;
	display: block;
	float:none;
	padding: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 18px;
	margin: 0 0 12px 0;
	width: 370px;
}

div.nutequiz-alternative-selected{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eaeaea;
	
}

div.nutequiz-alternative div.radio_element{
	display: block;
	float:left;
	margin: 0 5px 0 0;
	width: 30px;
	text-align: center;
}

div.nutequiz-alternative div.q_element{
	display: block;
	float:right;
	width: 330px;
}

p.nutequiz-question{
	font-size: 14pt;
}

.meter-wrap{
    position: relative;
    margin: 12px 0 12px 0;
}

.meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 100%; height: 17px;
}


.meter-wrap{
	background-image: url(assets/fill_quiz_2.png);
	background-repeat: repeat-x;
	background-position: 0 -44px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

.meter-value{
	background-image: url(assets/fill_quiz_2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
            
.meter-text {
    position: absolute;
    top:0; left:0;

   line-height: 17px;
                
    color: #fff;
    text-align: center;
    width: 100%;
}

.nutequiztoplist{
	padding: 12px;
}

table.scoretable{
	width: 100%;
	margin: 8px 0 16px 0;
}

table.scoretable th{
	text-align: left;
	font-size: 12px;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

table.scoretable td{
	padding: 4px 2px 4px 2px;
	font-size: 10px;
	border-bottom: 1px solid #e4e4e4;
}
