body { font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 95%; }
input, select, textarea { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 100%; } 
/*table { font-size: 100%; } */
html, body { margin: 0; padding: 0; background-color: #fff; color: #000; }

h1 { font-size: 130%; }
h2 { font-size: 125%; }
img { border-style: none; }

#LogoDiv, #SurveyDiv { margin: 0 10px 10px 10px; }
#Survey { width: 90%; padding: 10px 1% 0 1%; border: solid 1px #e0e0e0; }

.matrixQuestion th { font-weight: normal; text-align: center; }

div.question { margin: 15px -1% 0 0; }
.questionText { display: block; background-color: #f4f9fa; font-weight: bold; }
div.radio, div.checkbox, div.select { margin: 2px 0; }

div.error, div.info { padding: 10px 0 10px 10px; color: #fff; font-weight: bold; }
div.error { margin: 5px -1% 5px -1%; background-color: #C00; }
div.info { margin: -10px -1% 5px -1%; background-color: #070; }

#Buttons { float: left; margin-top: 5px; font-size: 90%; }
#PageProgress { margin-top: 10px; color: #888; text-align: right; }

fieldset {border: solid 0px #000; margin-bottom: 10px; }
