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

form  {font-size:9pt; font-weight:bold; color:#000;}

label, label span {display:block; padding-bottom:5px;}
label {float:left; width:100%;}
label span {float:left; width:26%; text-align:right;}

fieldset input, textarea {margin-left:5px; border: #999 solid 1px;}

fieldset input:hover, textarea:hover {border-color:#000; border-width:1px;} 

fieldset input:active, fieldset input:focus {border:#68c9f2 solid 1px;} 

textarea:active, textarea:focus {border:#68c9f2 solid 1px;} 

#submit {margin-left:25%; margin-top: 10px;}

input.invalid {background-color: #FF9;}


.check{float:left; text-align:left; margin:0; padding:0; width:inherit; }

#formhead {margin: 40px 0 15px 0;}

.checks {display:block;
float:left;
width:60%;}

.checks-title {display:block;
float:left;
width:26%;}
