#render_area {
    font-family: arial;
    color:black;
    padding:20px;
    /*width:800px;*/
    overflow:hidden;
    /*border:1px solid black;*/
    font-size:14px;
}

#render_area h2 {
    font-size:20px;
    margin:0 0 10px 0;	
}

#render_area ul.test_choice {
    list-style-type:none;
    margin:10px 0;
    padding:0;	
}

.test_choice_odd, .test_choice_even {
}

.test_choice_even {
    background-color:#e5e5e5;
}

a.test_choice_link, a.test_choice_link:visited {
    text-decoration:none;
    display: block;
    padding:5px;
    color:black;
}

a.test_choice_link:hover {
    background-color:#a5a5a5;
}

span.qs_txt {
    font-size:16px;	
}	

.rs_inp {
    width:50px;
    text-align:center;
    background-color:#f5f5f5;
}

.rs_txt {
    font-size:14px;
}

.qs_foot {
    overflow:hidden;
}

.ts_run_btn,#qs_next, #qs_cnc {
    font-size:16px;
    color:white;
    background-color:#4a4a4a;
    border:1px solid #e5e5e5;
    padding:3px;
    cursor:pointer;
}

#qs_next {
    float:left;	
}	

#qs_cnc {
    float:right;
}

#message_area {
    padding:10px;
    height:100px;	
}

