@charset "utf-8";
/* CSS Document */

html, body{margin: 0; padding: 0; height: 100%; background: #bebebe; font-family: Arial, Helvetica, sans-serif}

#site{width: 926px; margin: 0 auto; background: url(background.png) repeat-y top center; }
.content{margin: 0 auto; width: 832px; padding: 0 0 30px 0}
.form{ background: #d5effc; padding: 10px}
.formChecks{}
.formChecks .formLeft{ width: 400px; float: left}
.formChecks .formRight{ width: 400px; float: right}
.formChecks li{ margin-bottom: 20px}
.formChecks li .check{ float: left; margin: 3px 10px 0 0; display:block;  }
.formChecks li p{font-size: 11px; color: #545454; line-height: 18px; float:left; display:block; width: 314px}
.formChecks li p span{ font-size: 12px; font-weight: bold; color: #0e1011}

.formInputs{ width: 520px; margin: 10px auto; text-align: center}
.formInputs ul{}
.formInputs li{ margin-bottom: 10px}
.formInputs li label{float: left; width: 115px; text-align: right; margin-right: 10px; font-size: 12px; display: block; padding: 5px 0 0 0}
.formInputs li .large{float: left; width: 319px; text-align: left; height: 18px; border: 1px solid #b7d0dd; padding: 2px; display: block}
.formInputs li .small{float: left; width: 50px; text-align: left; height: 18px; border: 1px solid #b7d0dd; padding: 2px; display: block}
.button{display: block; margin: 35px auto 20px auto}

h2{ font-size: 24px; margin: 20px 0; font-weight: normal; text-align: center}
h3{ font-size: 12px; margin: 10px 0 40px 0; font-weight: bold; text-align: center}
h4{ font-size: 16px; line-leight: 22px; margin: 15px 0; font-weight: normal}
.ok{ font-size: 16px; margin: 20px 0; font-weight: normal; text-align: center; color:#006600; font-weight:bold;}
.nok{ font-size: 16px; margin: 20px 0; font-weight: normal; text-align: center; color:red; font-weight:bold;}
.web{ font-size: 15px; margin: 20px 0; font-weight: normal; text-align: center; color:#006600; font-weight:bold;}
.agpd{ font-size: 10px; margin: 20px 0; font-weight: normal; text-align: justify; color:#000000;}