body {
    font-family: Verdana, Geneva, sans-serif !important;
    color: rgb(138, 138, 141) !important;
    background-color: #A7A7AB;
    line-height: 1.5em;
}

a {
    color: rgb(60, 66, 130) !important;
}

label {
    line-height: 1.5em;
    color: #000;
    font-size: 100%;
}

p.label {
    line-height: 1.5em;
    color: #000;
    font-size: 100%;
    margin: 0.7em 0px 0px 0px;
}

textarea {
    width: auto !important;
}

select {
    width: auto !important;
}

.quickform div.element {
    line-height: 1.5em;
    color: #000;
    font-size: 100%;
    margin: 0.7em 0px 0px;
}

#myForm label.error {
    background: url("{$site_images}unchecked.gif") no-repeat 0px 11px;
    padding-left: 10px;
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #EA5200;
    border: 0px;
}

ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1em;
}

/**
 * Page
 */
#header,
#banner,
#content,
#primaryNavigation {
    background-color: #FFFFFF;
}

#contentWrapper,
#supplementalWrapper,
#footer {
    margin: 0 auto;
    padding: 0;
}

#contentWrapper {
    margin: 45px 0px 45px 0px;
    padding: 10px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background-color: rgba(138, 138, 141, 0.06);
}

#header div.wrapper {
    max-width: 72em;
    margin: 0 auto;
    padding: 10px 1em 0px 1em;
}

/**
 * Footer
 */

#footer {
    clear: both;
    color: #FFFFFF;
}

#footerWrapper {
    font-size: 90%;
    padding: 1.2em 0 2em 0;
    max-height: 150px;
    background-image: url(/image-relay.php?img=forwarderlink_icon_only_blue_90%_tint.png);
    background-size: 247px 249px;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    background-color: rgb(60, 66, 130);
}

#footerWrapper a {
    color: rgb(138, 138, 141) !important;
}

#footerWrapper a.button {
    display: block;
    width: 115px;
    height: 25px;
    background: #A7A7AB !important;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: rgb(60, 66, 130) !important;
}

#footer,
#footer a {
    color: #000000;
}

#footer div.twoColumnLayout div.columnOne h2 {
    padding: 0.5em 0 0.5em 23px;
    background: url(../img/iconSuccess.gif) 0 0 no-repeat;
    color: #FFFFFF;
    font-weight: normal;
    border: none;
}

#footer div.twoColumnLayout div.columnTwo h2 {
    padding: 0.5em 0 0.5em 28px;
    background: url(../img/iconOpportunities.gif) 0 0 no-repeat;
    color: #FFFFFF;
    font-weight: normal;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.text-center {
    text-align: center;
}
