/*-------questions style--------*/
div#content{padding: 10px;}
.wiz-body{width: 720px;}
div.r{float: right}
div.l{float: left}
html[dir=left] div.r{float: left}
html[dir=left] div.l{float: right}
div.question div.r{float: right}
html[dir=ltr] div.question div.r{float: left}
div.question div.l{float: left}
html[dir=ltr] div.question div.l{float: right}
#questions{border: 1px solid #EEE; margin: 10px 0; border-radius: 4px}
.user_q{background: #FFF; border-bottom: 1px solid #EEE; padding: 10px}
.user_q:last-child{border-bottom: none;}
div.user_q:hover{background: #F1F1F1;}
div#questions table{ width:100%;}
div#questions table td:first-child{ width:10%;}
div#questions ul{ width:90%; list-style: none;}
div#questions ul input[type=checkbox], div#questions ul input[type=radio]{ margin: 0 5px}
div.question{margin: 5px 0}
.options li{margin: 5px 20px; width:100%; background-color: transparent !important; border: 0 !important;}
.options li .option_item{ display: inline-block;}
.q_title{font-weight: bold; font-size: 14px}
span.error{display: none}
p.result_view_link{width:100%; text-align: center}
/*---------------------------*/
