span {
  font-family: Arial,Helvetica,sans-serif, verdana;
  font-size: 100%;
}


#correct {
  color: green;
  font-weight: bold;
}

#wrong {
  color: red;
  font-weight: bold;
}

.options {
  padding-left: 30px;
  color: #000000;
}
.question_bottom .question_top {
 font-weight: bold;
}

.indentleft10 {
  left:10;
}

.indent10 {
  padding-left:10px;
}

.indent30 {
  padding-left:30px;
}

div.iqquestion {
 font-size: 90%;
 left: 30;
 background: transparent;
 color:white;
 width: 100%;
}


div.iqtestquestionbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#568EAF none repeat scroll 0 0;
border:1px solid #D2D2D2;
color:white;
width: 800px;
display:block;
padding:6px;
}

div.questionbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#568EAF none repeat scroll 0 0;
border:1px solid #D2D2D2;
color:white;
width: 800px;
display:block;
padding:6px;
}

div.quizbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#568EAF none repeat scroll 0 0;
border:1px solid #D2D2D2;
color:white;
width: 800px;
display:block;
padding:6px;
}


div.testheading {
 width: 850px;
}

div.iqtestheading {
 width: 850px;
 height:310px;
}

div.iqtestresult {
 width: 850px;
 height:120%;
}


div.testbackground {
background:white none repeat scroll 0 0;
color:white;
width: 874px;
display:block;
padding:6px;
}

div.quizbackground {
background:white none repeat scroll 0 0;
color:white;
width: 874px;
display:block;
padding:6px;
}

.answeroption {
 margin-left: 20px;
 vertical-align: bottom;
}

.quizansweroption {
 margin-left: 20px;
 vertical-align: bottom;
}


.green {
  color: lightgreen;
}

.grey {
  color: grey;
}



.bold {
 font-weight: bold;
}



.fixedheight {
height: 300px;
}


