﻿ div.jqi{
      width: 600px;
      font-family: Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #A7C2C5;
      font-size: 12px;
      font-weight: bold;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 0px;
}

table.question{
    font-size: 14px;
    font-weight: bold;    
    font-color: #16191A;
}

table.question td {
    padding: 5px 5px 5px 30px;
}

div.jqi .jqimessage{
      padding: 0px;
      line-height: 20px;
      color: black;
}

table.answer {
    padding: 5px;
    width: 100%;
    background-color: white;
    border: 1px;
}

table.answer td{
    padding: 0px 5px 0px 30px;
    border: 1px;
}

div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright:10px;
      -moz-border-radius-bottomleft:10px;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-top-left-radiust: 0px;
      -webkit-border-bottom-right-radius:10px;
      -webkit-border-bottom-left-radius:10px;
      
}

radioinput {
    text-indent: 10px;
}

textareaanswer {
    scroll:auto;
    padding: 5px 5px 5px 30px;
}
