@charset "UTF-8";
/* CSS Document */

body {
 padding: 0px;
 margin: 0px;
 font-family: "Lucida Grande", verdana;
 font-size: 62.5%;
 text-align: center;
 color: #333;
}

body * {
 padding: 0px;
 margin: 0px;
 list-style-type: none;
}

h2 {
 color: #990000;
 margin-bottom: 30px;
 font-family: Georgia, "Times New Roman", Times, serif;
}

p {
 font-size: 12px;
}

#header {
 text-align: center;
 width: 620px;
 margin: 0px auto;
 font-size: 1.6em;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #000000;
 background: #fff;
 padding: 10px 0 10px 0;
 font-weight: bold;
}

#container {
 width: 620px;
 margin: 0px auto;
 text-align: left;
 border: 4px #ccc solid;
 background: #fff;
 padding: 18px 30px 20px 20px;
 margin-bottom: 20px;

}

fieldset {
 border: none;
 border-top: 0px solid #ccc;
 padding-left: 0px;
 margin-bottom: 15px;
}

fieldset legend {
 padding: 0 2px 0px 2px;
 display: block;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 1.6em;
 color: #990000;
}

label span {
 color: #999;
 font-size: .9em;
}

fieldset dt {
 float: left;
 width: 150px;
 font-size: 1.1em;
 padding: 0px 0 0 0;
 font-weight: bold;
}

fieldset dt span { font-weight: normal; }

fieldset dd {
 margin-bottom: 8px;
}

fieldset dd input {
 padding: 0px;
 width: 200px;
 font-size: 10 points;
}

fieldset dd input.short {
 padding: 4px;
 width: 287px;
 font-size: 1.2em;
}

#question_answer_list {
 margin-left: 22px;
}

#question_answer_list li { 
 margin-bottom: 24px;
 font-size: 1.2em;
}

.question {
 margin-bottom: 6px;
 font-weight: bold;
 font-size: 1em;
}

.answer textarea {
 width: 98%;
 height: 120px;
 padding: 4px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
}

.answer input {
 width: 98%;
 padding: 4px;
 font-size: 1.1em;
}

#inner_list {
 list-style-type:lower-roman;
 margin: 10px 0 0 20px;
}

#inner_list li { 
 margin-bottom: 10px;
 font-size: 1em;
}

#submit {
 border-top: 1px solid #ccc;
 padding: 2px 0 0 0px;
 margin-left: 30px;
 text-align: right;
}

#submit input {
 padding: 2px;
}

.answer_select table {
 margin-top: 20px;
}

.answer_select table th {
 font-size: .9em;
}

.answer_select table td, .answer_select table th {
 padding-bottom: 6px;
 text-align:center;
 width: 16px;
}

.answer_select table td.row_label {
 text-align: left;
}