/*** Form Components **********************************************************/

#form {
    padding: 30px;
    float: left;
}
#form form,
#form .frame {
    background: #e3f8ff;
    padding: 20px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    float: left;
    width: 500px;
    padding: 0;
}
#form .frame {
    padding: 20px;
    width: 460px;
    margin-bottom: 1em;
}
#form form {
    float: left;
}
#form form.custom {
    background: #fff;
    padding: 0;
}
#form .column {
    float: left;
    width: 230px;
}
#form .columns {
    clear: both;
    border: none;
}
#form .sidebar {
    float: left;
    padding-right: 15px;
    width: 220px;
    min-height: 200px;
}
#form label {
    white-space: nowrap;
}
#form p {
    clear: both;
    margin-bottom: 0.5em;
}
#form p.nofloat {
    margin-top: -2em;
    float: none;
    display: block;
}
#form h2 {
    clear: both;
    font-size: 120%;
    padding-bottom: 0.5em;
}
#form h3 {
    clear: both;
    font-size: 110%;
    padding-bottom: 0.1em;
}

#form form * {
    float: left;
}
input,
#form textarea {
    background: #fff url("../images/bg_input.gif") repeat-x 0 0;
    border: 1px solid #b4d7e7;
    clear: both;
    padding: 2px;
    width: 200px;
}
#form textarea {
    height: 8em;
    width: 430px;
}
#form select {
    clear: both;
    width: 200px;
}
#form select * {
    float: none;
}
#form fieldset {
    background: #e3f8ff;
    border: none;
    clear: both;
    margin-bottom: 1em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    width: 460px;
}
#form fieldset p.paragraph2 {
    width: 460px;
}
#form fieldset.map {
    background: #e3f8ff url("../images/bg_map.jpg") no-repeat 100% 100%;
}
#form fieldset.plan {
    background: #e3f8ff url("../images/bg_date.jpg") no-repeat 100% 100%;
}
#form fieldset.check {
    background: #e3f8ff url("../images/bg_check.jpg") no-repeat 100% 100%;
    height: 22em;
}
#form fieldset.visa {
    background: #e3f8ff url("../images/bg_visa.jpg") no-repeat 100% 100%;
}
#form fieldset legend {
    display: none;
}
#form form .small {
    width: 50px;
}
#form form .small2 {
    width: 90px;
}
#form fieldset h2{
    width: 100%;
    padding-bottom: 1em;
}
#form .buttonrow {
    width: 300px;
    padding-left: 5px;
}
#form .buttonrow input {
    background: #125780 url("../images/bg_button.gif") repeat-x 0 0;
    border: 1px solid #0e537c;
    color: #fff;
    padding: 0.5em 1.5em;
    width: auto;
    cursor: pointer;
    display: block;
    float: left;
    clear: none;
    margin-right: 20px;
    display: inline;
}
* html #form .buttonrow input,
*+html #form .buttonrow input {
    padding: 0.5em;
}
#form .indicaterequired {
    background: transparent url("../images/icon_required.gif") no-repeat 0 0.5em;
    font-size: 80%;
    float: right;
    margin-top: -3.4em;
    padding-left: 12px;
    padding-right: 1em;
}
#form .required label {
    background: transparent url("../images/icon_required.gif") no-repeat 100% 0.4em;
    padding-right: 12px;
}
#form .trial {
    position: absolute;
    left: 0;
    bottom: 1.75em;
    z-index: 10000;
}
#form .errormessage {
    background: transparent url("../images/icon_attention.gif") no-repeat 0 0.2em;
    clear: both;
    padding-left: 20px;
    font-size: 90%;
    white-space: nowrap;
}
#form .checkbox {
    margin-top: 1em;
}
#form .checkbox a {
    float: none;
    text-decoration: underline;
    color: #022644;
}
#form .checkbox input {
    background: transparent;
    border: none;
    width: auto;
    margin-right: 0.5em;
    float: none;
}
#form .checkbox.agree label {
    background: transparent;
    line-height: 100%;
    float: none;
}
/*** Thank You Page Components ************************************************/

#form .frame h1 {
    margin-bottom: 0.5em;
    font-size: 150%;
}

/*** iFrame Settings **********************************************************/

#form iframe {
    border: none;
    height: 560px;
    width: 490px;
}
.administration #form {
    float: left;
    padding: 0;
}
.administration #form iframe {
    height: 400px;
    width: 480px;
    float: left;
}

/*** Error Message Components *************************************************/

#errormessage,
#errormessage p {
    background: #ffa800 url("../images/bg_errormessage.gif") no-repeat 0 0;
    width: 440px;
    color: #fff;
    font-size: 110%;
    padding: 0.5em 20px 0 40px;
    clear: none;
}
#errormessage {
    margin-left: 235px;
    padding: 0;
    background-position: 0 100%;
    width: 500px;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}

/*** Plan Option Components ***************************************************/

#form #plans {
    background: transparent;
    overflow: hidden;
    height: auto;
}
#form #plans dt {
    clear: both;
    background: transparent;
    padding-left: 20px;
    white-space: nowrap;
}
#form #plans dt input {
    position: relative;
    width: auto;
    border: none;
    background: transparent;
    margin-left: -18px;
    top: 3px;
}
#form #plans dt label,
#form #plans dt a {
    color: #296d94;
    float: none;
    font-size: 150%;
    font-weight: normal;
    width: auto;
}
#form #plans dt label span {
    float: none;
}
#form #plans dt a {
    background: transparent url("../images/icon_link_large.gif") no-repeat -1px 50%;
    padding-left: 20px;
    margin-left: -20px;
}
#form #plans dd {
    clear: both;
    padding-left: 20px;
    padding-bottom: 1em;
}
#form #plans em {
    color: #296d94;
}
#form #plans strong {
    float: none;
}
#form p strong,
#form p br {
    float: none;
}
#form p.paragraph {
    white-space: nowrap;
}
