@CHARSET "UTF-8";

form#regform {
   position: relative;
   padding: 11px;
   border: 1px solid #fff;
   background: #fff;
   text-align: left;
   color: #404040;
   font-size: 13px;
   line-height: 18px;
   float: left;
   width: 550px;
}
form#regform fieldset {
   float: left;
   clear: both;
   padding: 0;
   margin: 0 0 30px 0;
}
form#regform a {
   color: #005480;
}
form#regform h2 {
   color: #000;
   font-size: 18px;
   margin: 0 0 18px 0;
   font-weight: normal;
}
form#regform h3 {
   color: #000;
   font-size: 14px;
   margin: 12px 0 6px 0;
   font-weight: bold;
   width: 500px;
}
form#regform ul {
   padding-left: 30px;
   padding-bottom: 40px;
   clear:both;
}
form#regform li {
   list-style:disc;

}
form#regform label {
   width: 150px;
   margin-right: 10px;
   display: block;
   float: left;
}
form#regform label em {
   color: #f00;
   font-family: "Times New Roman";
   font-size: 18px;
}
form#regform span {
   color: #999;
   font-style: italic;
   display: block;
   float: left;
   width: 160px;
   margin: 0 0 0 10px;
   font-size: 12px;
   line-height: 14px;
}
form#regform input, form#regform select, form#regform textarea {
   padding: 3px 4px;
   border: 1px solid #666;
   width: 200px;
   float: left;
}
form#regform select {
   width: 210px;
}
form#regform p.dob select {
   width:auto;
   margin-right: 8px;
}
form#regform p {
   float: left;
   clear: both;
   margin: 0 0 4px 0;
   padding: 2px 0;
   width: 526px;
}
form#regform p.cb input {
   float: left;
   width: auto;
   margin-top: 3px;
   border: 0;
   display:block;
}
form#regform p.cb label {
   float:left;
   display:block;
   width: 470px;
   margin-left: 6px;
}
form#regform p.cb label.rlbl {
   width: 150px;
   margin: 0 10px 0 0;
}
form#regform p.radgroup label {
   margin-right: 16px;
   width: auto;
}
form#regform p.hf {
   width: 250px;
   float: left;
   clear: none;
}
form#regform p.multi {
   clear: both;
   float: none;
   padding-top: 10px;
   font-weight: bold;
}
form#regform p.hf label {
   width: auto;
}
form#regform fieldset#rbc {
   background: #dff6ff;
   border: 2px solid #c5eeff;
   padding: 10px;
   width: 520px;
}
form#regform fieldset#rbc label {
   width: 110px;
}
form#regform fieldset#rbc p {
   width: 506px;
}
form#regform fieldset.optional {
   background: #eee !important;
   border-color: #ddd !important;
}
form#regform fieldset.optional em {
   color: #eee;
}
form#regform fieldset.optional label {
   color: #666;
}
form#regform fieldset.optional input {
   background: #eee;
   border-color: #999;
}
form#regform fieldset#rtscs {
   margin-bottom: 0;
}
form#regform p.submit {
   width: 544px;
}
form#regform p.submit input {
   float: right;
   width: auto;
   padding: 8px 12px;
   cursor: pointer;
   font-weight: bold;
   border: 3px solid #bbc6cc;
   color: #fff;
   background: #005480;  
}
fieldset#rmarketing label {
   width: 250px;
}
form#regform fieldset#rmarketing p.cb label.rlbl {
   width: 250px;
}
form#regform fieldset#rmarketing {
   margin-bottom: 0;
}
/* errors */
ul.formerrors {
   float: left;
   background: #fffebb;
   padding: 10px;
   margin-bottom: 16px;
}
ul.formerrors li {
   color: red;
   font-weight: bold;
   margin: 0 0 8px 0;
}
/* invite form */
form#regform fieldset#rinviteyou input, form#regform fieldset#rinviteyou textarea {
   width: 370px
}
form#regform fieldset#rinvitethem label {
   display: block;
}
form#regform fieldset#rinvitethem p {
   width: 250px;
   float: left;
   clear: none;
}
form#regform fieldset#rinvitethem input {
   width: 230px;
}
form#regform fieldset#rinvitethem {
   margin: 8px 0 16px 0;
}
form#regform fieldset#rinviteyou {
   margin: 16px 0 16px 0;
}
form#regform h4 {
   color: #005480;
   font-size: 16px;
   margin: 0 0 10px 0;
   font-weight: bold;

}
