.ValClass > ul {
    padding-top: 15px
}

p {
    font-size: 14pt;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contentLi {
    margin: 10px;
    background: #fff;
    font-size: 1em;
}

    #contentLi > div {
        margin-left: auto;
        margin-right: auto;
        width: 600px;
    }

.ErrorLayout {
    padding-top: 30px;
    padding-left: 10px;
}

#contentLi .pageHeaderLi {
    padding: 15px;
    color: #434343;
}

.submitContLi {
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}

.actionButtonLi {
    text-decoration: none;
    background: #3D6AA2;
    border-radius: 2px;
}

    .actionButtonLi span, .actionButtonLi input {
        display: block;
        padding: 10px;
        background: none;
        border: none;
        color: #fff;
        font-size: 1em;
    }

.pageContainerLi label {
    display: block;
    padding-bottom: 3px;
}

input#EmailAddress:focus {
    background-color: #FFFFCC !important;
}

input#EmailAddress {
    width: 300px;
    display: block;
    font-size: 1.0em;
    color: #666;
    outline: none;
    margin-bottom: 3px;
    background: #F6F6F6;
    box-shadow: inset 0 1px 2px #E4E4E4;
    border-radius: 2px;
    border: solid 1px #ACACAC;
    padding: 10px;
}

::-webkit-input-placeholder {
    color: #BBB;
    font-weight: normal !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #BBB;
    font-weight: normal !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #BBB;
    font-weight: normal !important;
}

:-ms-input-placeholder {
    color: #BBB;
    font-weight: normal !important;
}

.pageContainerLi p {
    padding-bottom: 10px;
    color: #272727;
    font-size: 1.1em;
}

#contentLi .pageHeaderLi h2 {
    font-size: 2.4em;
    margin-bottom: 15px;
    font-weight: normal;
    color: #434343;
    padding: 0px;
}

.pageContainerLi {
    padding-left: 15px;
    clear: both;
}

p.checkBoxLabel {
    padding-left: 5px;
}

body {
    font-family: "Helvetica", "Arial", "FreeSans", "Verdana", "Tahoma", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 14px;
}

#contentLi .pageHeaderLi p {
    line-height: 1.5em;
}

.validation-summary-errors {
    font-weight: bold;
    color: red;
    padding-bottom: 8px;
    padding-left: 15px;
}

.MainMenuBackground {
    height: 1px !important;
}

#main {
    background: #F6F6F6;
    padding-bottom: 4px;
}

#Reset {
    font-size: 1.2em;
    padding: 5px;
    cursor: pointer;
    border: none;
    color: #fff;
}

#Message {
    color: #222;
    font-weight: bold;
    line-height: 25px;
}


input#UserId:focus {
    background-color: #FFFFCC !important;
}

input#UserId {
    width: 300px;
    display: block;
    font-size: 1.0em;
    color: #666;
    outline: none;
    margin-bottom: 3px;
    background: #F6F6F6;
    box-shadow: inset 0 1px 2px #E4E4E4;
    border-radius: 2px;
    border: solid 1px #ACACAC;
    padding: 10px;
}
