body {
    background: #fff;
    padding: 20px;
    overflow-y: scroll;
}

.container h1 {
    display: block;
    font-size: 30px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 25px;
    padding-bottom: 5px
}

.container h2 {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 20px 0
}

.container h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0
}

.container {
    border-bottom: 1px solid #aaa;
    padding-bottom: 25px;
    width: 940px;
    overflow: hidden;
    margin: 0 auto 5px;
}

.foot-container {
    width: 940px;
    overflow: hidden;
    margin: 0 auto 5px;
}

#visitorSiteLogo {
    text-align: center;
    margin-bottom: 20px;
}

fieldset {
    padding: 15px;
    background-color: rgb(248, 248, 248);
    background-color: rgba(248, 248, 248, 0.8);
    color: #333;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 910px;
    margin: 0;
}

fieldset a, fieldset a:link, fieldset a:visited {
    color: #333;
}

.outer-fieldset {
    background-color: rgb(248, 248, 248);
    background-color: rgba(248, 248, 248, 0.8);
    color: #333;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
}

.outer-fieldset fieldset {
    background-color: transparent;
}

input[type='text'] {
    width: 150px;
    border: 1px solid #ccc;
    padding: 5px;
}

input.email-input {
    width: 220px;
}

select {
    width: 162px;
    height: 25px;
    border: 1px solid #ccc;
}

label {
    margin: 3px 10px 3px 0;
}

textarea {
    width: 400px;
    height: 150px;
    padding: 5px;
    border: 1px solid #ccc
}

ol li {
    padding-bottom: 0px;
}

.colLeft {
    width: 445px;
    float: left;
    padding-right: 50px;
    overflow: hidden;
    margin-top: 20px;
}

.colLeft fieldset {
    width: 415px;
}

.colLeftLarge {
    width: 640px;
    float: left;
    margin: 20px 50px 0 0;
}

.colLeftLarge fieldset {
    width: 610px;
}

.colRight {
    padding-left: 50px;
    width: 394px;
    float: left;
    overflow: hidden;
    border-left: solid 1px #AAAAAA;
    margin-top: 20px;
}

.colRight fieldset {
    width: 364px;
}

.colRightSm {
    width: 250px;
    float;
    right;
    overflow: hidden
}

.profile-label, .data-col {
    float: left;
}

.data-col {
    float: left;
    position: relative;
    width: 750px;
}

.data-col #errorBlock {
    position: absolute;
    left: 240px;
    top: 0;
}

.opt-check {
    margin-bottom: 4px;
}

#noListError {
    display: none;
}
.visitorActions {
    clear: both;
    padding-top: 10px;
}

#addForm .visitorActions {
    padding-top: 20px;
}

.profile-label {
    font-weight: bold;
    margin-top: 4px;
}

.prop-input label {
    display: block;
    width: 45%;
    float: left;
}

.prop-input, .updateEmail {
    clear: both;
    margin-bottom: 5px;
}

.updateEmail label {
    width: 165px;
    display: block;
    float: left;
}

fieldset legend {
    margin: 0;
    padding: 0;
    background: none;
}

.check-index {
    padding-left: 35px;
}

#eaUpdateErrors {
    display: none;
    padding: 5px 15px;
}

#emailFormat, #captchaBlock {
    padding-top: 15px;
}

.other-inbox {
    border: 1px solid #D6D6D6;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.8);
    padding: 15px;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
}

.other-inbox {
    line-height: 18px;
}

.unsub-opt, .check-index div {
    padding: 4px 0px;
}

.unsubscribe-block label {
    display: block;
    font-size: 14px;
    margin-left: 0;
}

.unsubscribe-block input {
    font-style: italic;
    font-size: 14px;
    width: 250px;
}

.profile-block label {
    margin: 0;
    font-weight: bold;
}

.sect-header {
    font-size: 14px;
    margin: 5px 0 10px;
    font-weight: bold;
}

.btn-primary {
    font-size: 1em;
    font-weight: bold;
    color: #614b00;
    border: 1px solid #c8a228;
    cursor: pointer;
    margin: 0;
    padding: 3px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 1px 1px rgba(116, 116, 116, .3);
    -webkit-box-shadow: 0 1px 1px rgba(116, 116, 116, .3);
    box-shadow: 0 1px 1px rgba(116, 116, 116, .3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px !important;
}

.btn-secondary {
    font-size: 1em;
    font-weight: bold;
    color: #444;
    border: 1px solid #b7b7b7;
    cursor: pointer;
    margin: 0;
    padding: 3px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 1px 1px rgba(116, 116, 116, .3);
    -webkit-box-shadow: 0 1px 1px rgba(116, 116, 116, .3);
    box-shadow: 0 1px 1px rgba(116, 116, 116, .3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
