@charset "utf-8";
/* RocketGate HostedPage Master CSS */
* {
        font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; /* Customizable */
        margin: 0px;
        padding: 0px;
}
form {
        margin: 20px auto;
        padding: 0px;
        font-size: 12px;
        width: 380px;
        text-align: left;
}
#formWrapper {
        background: #EFEFEF url(images/bg_wh.gif) repeat-y center center; /* 350 x 1 */
        text-align: center;
        width: 380px;
        position: relative;
}
#formWrapper .header {
        background: url(images/header_wh.gif) no-repeat center center; /* 350 x 114 */
        position: absolute;
        height: 114px;
        width: 380px;
        left: 0px;
        top: 0px;
}
#formWrapper .footer {
        background: url(images/footer_wh.gif) no-repeat center center;  /* 350 x 17 */
        height: 17px;
        width: 380px;
        position: relative;
        bottom: 0px;
        left: 0px;
        margin: 10px 0px 0px;
        padding: 0px;
}
#formWrapper h2 {
        background: url(images/black_header_bg.gif) no-repeat; /* 300 x 33 */
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        height: 33px;
        width: 300px;
        font-size: 14px;
        position: relative;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        top: 10px;
        padding-bottom: 10px;
}
body {
        text-align: center;
}
label {
  font-size: 12px;
}
input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}
textarea {
  overflow: auto;
}
a {
        color: #0066FF;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
form p {
        clear: left;
        display: block;
        width: 380px;
        margin: 5px auto 0px;
        padding: 1px 0px;
        text-align: left;
        position: relative;
}
form p label {
        display: block;
        float: left;
        width: 100px;
        padding: 3px 5px;
        margin: 0px 0px 5px 0px;
        text-align: right;
}
form p.optional label, label.optional {
  font-weight: normal;
}
form p.required label, label.required {
  font-weight: bold;
}
form p label.labelCheckbox, form p label.labelRadio {
        float: none;
        display: block;
        width: 200px;
        padding: 0px;
        margin: 0px 0px 5px 110px;
        text-align: left;
}
form p img {
  border: none;
}
p.error {
        color: #ffffff;
        border: 1px solid #000000;
        width: 340px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 3px;
        padding-bottom: 5px;
        background: #ff0000 url(images/icon_error.gif) no-repeat 99% 5px;
}
p.errorMSG {
        color: #ffffff;
        border: 1px solid #000000;
        width: 275px;
        background: #ff0000 url(images/icon_error.gif) no-repeat 98% 5px;
        padding: 3px 15px 5px 5px;
        font-weight: bold;
        font-size: 12px;
}
form p input, form p textarea {
        width: 230px;
        padding: 1px 3px;
        margin: 0px;
}
form p input.inputFile {
        width: 230px;
}
 form p select, form p select.selectOne, form p select.selectMultiple {
        width: 240px;
        padding: 1px 3px;
}
form p input.inputCheckbox, form p input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 140px;
  position: relative;
  z-index: 99;
}
form p label.labelCheckbox, form p label.labelRadio, label.labelCheckbox, label.labelRadio {
        display: block;
        width: 240px;
        padding: 4px 0px 0px;
        text-indent: -18px;
        line-height: 120%;
}
form p label.labelCheckbox input.inputCheckbox, form p label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
        margin: 0px 0px -4px;
        padding: 0px;
}
form input, form select, form textarea {
  background-color: #ffffff;
}

form p.required img.preview {
        margin-left: 142px;
        margin-top: 10px;
        margin-bottom: 10px;
}
form p.required select.monthSelect {
        width: 140px;
        float: left;
}
form p.required select.yearSelect {
        float: left;
        width: 100px;
}
form p.optional strong {
        display: block;
        padding-top: 4px;
        font-weight: bold;
}
input.inputSubmit {
        height: 26px;
        width: 227px;
        float: none;
        padding: 0px;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 75px;
        z-index: 99;
}
input.inputSubmit:hover {
        background: no-repeat  center bottom; 
}
