#lesson_exam ul li{
border-bottom:1px dotted #B8AE9C;
display:block;
float:right;
min-height:100px;
padding:12px;
width:615px;
}

#lesson_exam ul li:last-child{
border-bottom:none;
}

#lesson_exam ul li h1{
display:block;
font-size:12px;
font-weight:bold;
color:#595241;
}


#lesson_exam ul li h1 small{
font-size:11px;
color:#e47e00;
font-weight:normal;
}

#lesson_exam ul li ul#answers{
margin-top:10px;
}

#lesson_exam ul li ul#answers li{
width:550px;
border-bottom:none;
min-height:16px;
padding:8px 0px;
}

#lesson_exam ul li ul#answers li span{
display:block;
}

#lesson_exam ul li ul#answers li span img{
margin-right:5px;
}

#lesson_exam ul li ul#answers li input{
float:right;
margin-left:5px;
}

