body {
    background: #fff url(../images/bg.gif) repeat-x; /*#F2F2F2*/
    padding-top: 65px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

a, a:hover {
    color: #185787;
}

p {
    margin: 0;
    padding: 0 0 13px 0;
}

.clear {
    clear: both;
}

.container {
    width: 580px;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.container img {
    float: left;
}

.cta {
    background: #F1FAFE;
    font-size: 14px;
    color: #1f1f1f;
    border-top: 1px solid #DAE3EA;
    border-bottom: 1px solid #DAE3EA;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin: 0;
    padding: 20px 39px;
    text-align: left;
}

.cta a {
    font-weight: bold;
}

.cta img {
    float: left;
    margin: 0 10px 0 0;
}

.cta .action {
    width: 400px;
    float: left;
    margin-top: 4px;
}

.footer {
    color: #797c80;
    font-size: 12px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding-top: 24px;
    padding-left: 39px;
    padding-right: 13px;
    padding-bottom: 1px;
    text-align: left;
}

.img_bottom {
    padding: 0;
    margin: 0;
}

.link {
    padding-left: 9px;
}

.title {
    padding-top: 34px;
    padding-left: 39px;
    padding-right: 39px;
    text-align: left;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.title h2 {
    font-size: 30px;
    color: #262626;
    font-weight: normal;
    margin: 0 0 13px 0;
    padding: 0;
    letter-spacing: 0;
}

.title h3 {
    font-size: 16px;
    color: #3e434a;
    font-weight: normal;
    margin: 0;
    padding: 0 0 21px 0;
    line-height: 25px;
}

input,
button,
select,
textarea {
    margin: 0;
    outline: 0;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #bbb #ddd;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    padding: 5px 15px 6px;
    overflow: visible;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    /* IE7 */
    *padding-bottom: 3px;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.3, #eee), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #eee 33%, #ddd 100%);
}

button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(0.3, #eee), color-stop(1, #fff));
    background: -moz-linear-gradient(top center, #ddd 0%, #eee 33%, #fff 100%);
    border-color: #bbb;
}

input[type="checkbox"] {
    margin: 2px;
}

button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
    color: #777;
}

td {
    padding: 5px
}

.password-change-form th {
    vertical-align: top;
    padding-top: 4px;
}

/* Moves error div outside parent to be inline with full size of the content (ignores 40px paddings on sides). */
.cta-inner {
    position: relative;
    left: -40px;
    width: 500px;
    margin-bottom: 10px;
}

.cta-error {
    background: #FFF4F1;
}
