/* DEFENCE DYNAMICS PRINT CSS - ID MEDIA UK - MEERA TANK */
#header_container {float: left; width: 940px; margin: 0 auto; display: none; }


/* QUIZ CSS */
.quiz_template {float: left; width: 850px; min-height: 500px; padding: 0 45px;  }
.quiz_template h1 {float: left; }
.quiz_template a.submit {position: relative; top: -10px; right: 10px;}
.question_block {float: left; width: 100%; border-bottom: 2px solid #d8d5c6; margin: 20px 0 0 0; padding: 0 0 15px 0; position: relative;}
.question_block h2 {float: left;}
.question_block h2 span {float: left; padding: 0 10px 0 0; }
.question_block p {float: left; padding: 2px 0 0 10px;}
.question_block h2 span.answerCount { padding:0; font-size:14px; font-weight:normal; float: none;}
.question_block h2 span.answerCount span { float:none; padding:0;}
.question_block p.wrong_msg {position: relative; top: 0; right: -173px; padding: 0; font-size: 14px; font-weight: bold; color: #fe0000;}
.question_block .image_holder {float: left; width: 800px; padding: 10px 0 15px 50px;}


ul.multiple_choice {float: left; width: 800px; padding: 0px 0 0 50px; list-style: none; }
ul.multiple_choice li {float: left; width: 100%; padding: 0 0 5px 0;}
ul.multiple_choice li input {float: left; }
ul.multiple_choice li label {float: left; padding: 0 0 0 10px; }
ul.multiple_choice li p {float: left; padding: 0 0 0 10px; }
ul.multiple_choice li p span.wrong_answer {color: #fe0000; font-weight: bold;}
ul.multiple_choice li p span.right_answer {color: #3e8122; font-weight: bold;}

.quiz_template .print_button { display:none; }

#footer_container {float: left; width: 100%; height: 159px; background: url('../images/footer-bg.jpg') no-repeat; background-position: center; position: relative; display: none;}
