@charset "utf-8";

@import url(/DE/de/stylesheet/reset.css);

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#2C353D;
}
    
@media only screen and (min-width:768px) and (max-width:999px) {
    body {
        font-size:14px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    body {
        font-size:13px;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size:12px;
    }
}

/******************************************************************************/
/* Header                                                                     */
/******************************************************************************/

header {
    position:fixed;
    width:100%;
    padding:10px 5px 10px 5px;
    background-color:#F3F3F3;
    box-shadow:0px 1px 4px #CCCCCC;
    box-sizing:border-box;
}

header > div {
    max-width:1200px;
    margin:0px auto 0px auto;
}

header > div > h1 {
    float:left;
    width:88px;
    height:70px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/source/layout/promotiononeonline_logo.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:contain;
}

header > div > h1 > a {
    display:block;
    width:100%;
    height:100%;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header > div > h1 {
        width:254px;
        height:40px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div > h1 {
        width:190px;
        height:30px;
    }
}

@media only screen and (max-width:479px) {
    header > div > h1 {
        width:130px;
        height:20px;
    }
}

header > div > nav {
    float:right;
}

header > div > nav > div {
    display:none;
    width:32px;
    height:32px;
    background-image:url(/source/layout/promotiononeonline_icons.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    cursor:pointer;
}

header > div > nav > div > p {
    font-size:0em;
    text-indent:-8000px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div > nav > div {
        display:block;
        margin-top:-1px;
    }
}

@media only screen and (max-width:479px) {
    header > div > nav > div {
        display:block;
        margin-top:-6px;
    }
}

@media only screen and (min-width:768px) {
    header > div > nav > ul {
        position:relative;
    }

    header > div > nav > ul > li {
        float:left;
        line-height:50px;
    }

    header > div > nav > ul > li > a {
        padding:25px;
        font-size:1em;
        color:#2C353D;
        text-decoration:none;
    }

    header > div > nav > ul > li >  a > sup {
        font-size:0.7em;
        color:#3C8C3A;
        font-weight:bold;
        vertical-align:top;
    }

    header > div > nav > ul > li > a:hover, header > div > nav > ul > li > a.Active {
        color:#3C8C3A;
    }

    header > div > nav > ul > li > ul {
        position:absolute;
        display:none;
        padding-top:2px;
        background-color:#777777;
    }

    header > div > nav > ul > li:hover > ul {
        display:block;
        min-width:200px;
    }

    header > div > nav > ul > li > ul > li {
        line-height:normal;
        background-color:#FFFFFF;
    }

    header > div > nav > ul > li > ul > li:hover {
        background-color:#F3F3F3;
    }

    header > div > nav > ul > li > ul > li > a {
        display:block;
        padding:10px 20px 10px 20px;
        font-size:1em;
        color:#2C353D;
        text-decoration:none;
        border-bottom:1px solid #E6E6E6;
    }

    header > div > nav > ul > li > ul > li > a > sup {
        font-size:0.7em;
        color:#3C8C3A;
        font-weight:bold;
        vertical-align:top;
    }
}

@media only screen and (max-width:767px) {
    header > div > nav > ul {
        display:none;
        position:fixed;
        width:100%;
        top:65px;
        left:0px;
        padding-bottom:1px;
        background-color:#777777;
        z-index:200;
    }

    header > div > nav > ul > li {
        margin:1px 1px 0px 1px;
    }

    header > div > nav > ul > li > a {
        display:block;
        padding:15px;
        font-size:2em;
        color:#2C353D;
        text-decoration:none;
        background-color:#FFFFFF;
        border-bottom:1px solid #E6E6E6;
    }

    header > div > nav > ul > li >  a > sup {
        font-size:0.7em;
        color:#3C8C3A;
        font-weight:bold;
        vertical-align:top;
    }

    header > div > nav > ul > li > a:hover {
        background-color:#F3F3F3;
    }

    header > div > nav > ul > li > ul > li > a {
        display:block;
        padding:15px 15px 15px 30px;
        font-size:2em;
        color:#2C353D;
        text-decoration:none;
        background-color:#FFFFFF;
        border-bottom:1px solid #E6E6E6;
    }

    header > div > nav > ul > li > ul > li > a > sup {
        font-size:0.7em;
        color:#3C8C3A;
        font-weight:bold;
        vertical-align:top;
    }

    header > div > nav > ul > li > ul > li > a:hover {
        background-color:#F3F3F3;
    }
}

/******************************************************************************/
/* Main                                                                       */
/******************************************************************************/

section {
    padding:90px 0px 30px 0px;
}

section > div#StartHeader {
    height:320px;
    margin-bottom:3em;
    padding-top:80px;
    background-image:url(/source/layout/promotiononeonline_start_header.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

section > div#StartHeader > h2 {
    max-width:1200px;
    margin:0px auto 0px auto;
    padding:20px 0px 0px 5px;
    color:#2C353D;
    font-size:4em;
    text-transform:lowercase;
}

section > div#StartHeader > h2 > a {
    color:#2C353D;
    text-decoration:none;
}
    
@media only screen and (min-width:768px) and (max-width:999px) {
    section {
        padding-top:80px;
    }

    section > div#StartHeader {
        height:270px;
    }

    section > div#StartHeader > h2 {
        padding:15px 0px 0px 5px;
        font-size:3.5em;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    section {
        padding-top:70px;
    }

    section > div#StartHeader {
        height:220px;
    }

    section > div#StartHeader > h2 {
        padding:10px 0px 0px 5px;
        font-size:3em;
    }
}

@media only screen and (max-width:479px) {
    section {
        padding-top:60px;
    }

    section > div#StartHeader {
        height:170px;
    }

    section > div#StartHeader > h2 {
        padding:10px 20px 0px 5px;
        font-size:2.5em;
    }
}

section > div#Header {
    margin-bottom:3em;
    background-color:#454545;
}

section > div#Header > div {
    max-width:1200px;
    margin:0px auto 0px auto;
    padding:0px 5px 0px 5px;
}

section > div#Header > div > h2 {
    float:left;
    font-size:2em;
    line-height:100px;
    color:#FFFFFF;
}

section > div#Header > div > p {
    float:right;
    line-height:100px;
    color:#999999;
}

section > div#Header > div > p > span {
    padding:0px 10px 0px 10px;
}

section > div#Header > div > p > a {
    color:#999999;
    text-decoration:none;
}

section > div#Header > div > p > a:hover, section > div#Header > div > p > a.Active {
    color:#FFFFFF;
}

@media only screen and (max-width:767px) {
    section > div#Header > div > h2 {
        float:none;
        padding-top:15px;
        line-height:2em;
    }

    section > div#Header > div > p {
        float:none;
        padding-bottom:25px;
        line-height:1em;
    }
}

section > div#Content {
    max-width:1200px;
    margin:0px auto 0px auto;
    padding:5px;
}

section > div#Content > div.SectionBoxFlex {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:stretch;
    margin:0px 0px 30px 0px;
}

section > div#Content > div.SectionBoxFlex > div {
    flex:0 1 28%;
    margin-bottom:20px;
    padding:2%;
    background-color:#2C353D;
}

@media only screen and (max-width:768px) {
    section > div#Content > div.SectionBoxFlex {
        flex-direction:column;
    }

    section > div#Content > div.SectionBoxFlex > div {
        flex:0 1 auto;
    }
}

section > div#Content > iframe {
    width:60%;
    height:400px;
    margin:0px 20%; 40px 20%;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    section > div#Content > iframe {
        width:100%;
        height:300px;
        margin:0px 0px 30px 0px;
    }
}

@media only screen and (max-width:479px) {
    section > div#Content > iframe {
        width:100%;
        height:200px;
        margin:0px 0px 20px 0px;
    }
}

section > div#Content div.SectionBox {
    float:left;
    margin:2% 5% 2% 0%;
    box-sizing:border-box;
}

section > div#Content div.SectionBox33 {
    width:30%;
}

section > div#Content div.SectionBox50 {
    width:47.5%;
}

section > div#Content div.SectionBox:last-of-type {
    margin-right:0px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    section > div#Content div.SectionBox33, section > div#Content div.SectionBox50 {
        width:100%;
    }
}

@media only screen and (max-width:479px) {
    section > div#Content div.SectionBox33, section > div#Content div.SectionBox50 {
        width:100%;
    }
}

section > div#Content h3 {
    margin:0px 0px 1em 0px;
    font-size:1.6em;
    font-weight:bold;
}

section > div#Content > div.SectionBoxFlex h3 {
    color:#3C8C3A;
}

section > div#Content h4 {
    margin:0px 0px 0.5em 0px;
    font-size:1.4em;
    font-weight:bold;
}

section > div#Content > div.SectionBoxFlex h4 {
    color:#FFFFFF;
}

section > div#Content h5 {
    margin:0px 0px 0.5em 0px;
    font-size:1.1em;
    font-weight:bold;
}

section > div#Content > div.SectionBoxFlex h5 {
    color:#FFFFFF;
}

section > div#Content p {
    margin:0px 0px 1em 0px;
    line-height:1.3em;
    font-size:1.1em;
}

section > div#Content > div.SectionBoxFlex p {
    color:#FFFFFF;
}

section > div#Content p#ForgotYourPassword {
    margin-top:5px;
    font-size:0.85em;
    text-align:right;
}

section > div#Content p.ReadMore {
    text-align:right;
}

section > div#Content p.ReadMore > span {
    margin-right:10px;
    font-weight:bold;
    color:#3C8C3A;
}

section > div#Content p > strong {
    font-weight:bold;
}

section > div#Content p > a {
    color:inherit;
}

section > div#Content ul {
    margin:0px 0px 1em 20px;
    list-style-type:disc;
}

section > div#Content ul > li {
    line-height:1.3em;
    font-size:1.1em;
}

section > div#Content ul > li > strong {
    font-weight:bold;
}

section > div#Content ul > li > a {
    color:#2C353D;
}



section > div#Content div#Tabs {
    border:none;
}

section > div#Content div#Tabs > ul {
    margin:0px;
    background:#FFFFFF;
    border:none;
    border-bottom:1px solid #F3F3F3;
}

section > div#Content div#Tabs > ul > li.ui-state-active {
    background:#3C8C3A;
    border-color:#3C8C3A;
}

section > div#Content div#Tabs > ul > li.ui-state-active > a {
    color:#FFFFFF;
}

section > div#Content div#Tabs > div {
    padding:10px 0px 0px 0px;
}




section > div#Content table, #TransactionCustomerLoad table, #CustomerCeck table, #DashboardDetail table {
    width:100%;
    margin:0px 0px 30px 0px;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
}

section > div#Content table > colgroup > col.ColWidth20, #TransactionCustomerLoad table > colgroup > col.ColWidth20, #CustomerCeck table > colgroup > col.ColWidth20, #DashboardDetail table > colgroup > col.ColWidth20 {
    width:20px;
}

section > div#Content table > thead > tr > th, #TransactionCustomerLoad table > thead > tr > th, #CustomerCeck table > thead > tr > th, #DashboardDetail table > thead > tr > th {
    height:25px;
    padding:0px 5px 0px 5px;
    background-color:#454545;
    border:1px solid #2C353D;
    text-align:center;
    font-weight:bold;
    line-height:25px;
    color:#FFFFFF;
    text-transform:uppercase;
    letter-spacing:0.08em;
}

section > div#Content table > tbody, #TransactionCustomerLoad table > tbody, #CustomerCeck table > tbody, #DashboardDetail table > tbody {
    background-color:#E6E6E6;
}

section > div#Content table > tbody > tr.RowInvert, #TransactionCustomerLoad table > tbody > tr.RowInvert, #CustomerCeck table > tbody > tr.RowInvert, #DashboardDetail table > tbody > tr.RowInvert {
    background-color:#FFFFFF;
}

section > div#Content table > tbody > tr:hover, #TransactionCustomerLoad table > tbody > tr:hover, #CustomerCeck table > tbody > tr:hover, #DashboardDetail table > tbody > tr:hover {
    background-color:#CCCCCC;
}

section > div#Content table > tbody.Error, #TransactionCustomerLoad table > tbody.Error, #CustomerCeck table > tbody.Error, #DashboardDetail table > tbody.Error {
    background-color:#FF0000;
}

section > div#Content table > tbody > tr > td, #TransactionCustomerLoad table > tbody > tr > td, #CustomerCeck table > tbody > tr > td, #DashboardDetail table > tbody > tr > td {
    height:20px;
    padding:5px 5px 3px 5px;
    border:1px solid #2C353D;
    text-align:left;
    line-height:20px;
    vertical-align:top;
}

section > div#Content table > tbody > tr > td strong, #TransactionCustomerLoad table > tbody > tr > td strong, #CustomerCeck table > tbody > tr > td strong, #DashboardDetail table > tbody > tr > td strong {
    font-weight:bold;
}

section > div#Content table > tbody > tr > td a, #TransactionCustomerLoad table > tbody > tr > td a, #CustomerCeck table > tbody > tr > td a, #DashboardDetail table > tbody > tr > td a {
    color:inherit;
}

section > div#Content table > tbody > tr > td.AlignCenter, #TransactionCustomerLoad table > tbody > tr > td.AlignCenter, #CustomerCeck table > tbody > tr > td.AlignCenter, #DashboardDetail table > tbody > tr > td.AlignCenter {
    text-align:center;
}

section > div#Content table > tbody > tr > td.AlignRight, #TransactionCustomerLoad table > tbody > tr > td.AlignRight, #CustomerCeck table > tbody > tr > td.AlignRight, #DashboardDetail table > tbody > tr > td.AlignRight {
    text-align:right;
}

section > div#Content table > tbody > tr > td.Green, #TransactionCustomerLoad table > tbody > tr > td.Green, #CustomerCeck table > tbody > tr > td.Green, #DashboardDetail table > tbody > tr > td.Green {
    color:#00FF00;
}

section > div#Content table > tbody > tr > td.Red, #TransactionCustomerLoad table > tbody > tr > td.Red, #CustomerCeck table > tbody > tr > td.Red, #DashboardDetail table > tbody > tr > td.Red {
    color:#FF0000;
}

section > div#Content table > tbody > tr > td.NoWrap, #TransactionCustomerLoad table > tbody > tr > td.NoWrap, #CustomerCeck table > tbody > tr > td.NoWrap, #DashboardDetail table > tbody > tr > td.NoWrap {
    white-space:nowrap;
}

section > div#Content table > tbody > tr > td.Image, #TransactionCustomerLoad table > tbody > tr > td.Image, #CustomerCeck table > tbody > tr > td.Image, #DashboardDetail table > tbody > tr > td.Image {
    width:120px;
}

section > div#Content table > tbody > tr > td.Image img, #TransactionCustomerLoad table > tbody > tr > td.Image img, #CustomerCeck table > tbody > tr > td.Image img, #DashboardDetail table > tbody > tr > td.Image img {
    width:120px;
    margin:0px;
    padding:0px;
}

section > div#Content table > tbody > tr > td.Status > span, section > div#Content table > tbody > tr > td.Action > a, #TransactionCustomerLoad table > tbody > tr > td.Status > span, #TransactionCustomerLoad table > tbody > tr > td.Action > a, #CustomerCeck table > tbody > tr > td.Status > span, #CustomerCeck table > tbody > tr > td.Action > a, #DashboardDetail table > tbody > tr > td.Status > span, #DashboardDetail table > tbody > tr > td.Action > a {
    display:block;
    width:16px;
    height:16px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/source/layout/promotiononeonline_icons.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}

section > div#Content table > tbody > tr > td.Status1 > span, #TransactionCustomerLoad table > tbody > tr > td.Status1 > span, #CustomerCeck table > tbody > tr > td.Status1 > span, #DashboardDetail table > tbody > tr > td.Status1 > span {
    background-position:0px -32px;
}

section > div#Content table > tbody > tr > td.Status0 > span, #TransactionCustomerLoad table > tbody > tr > td.Status0 > span, #CustomerCeck table > tbody > tr > td.Status0 > span, #DashboardDetail table > tbody > tr > td.Status0 > span {
    background-position:-16px -32px;
}

section > div#Content table > tbody > tr > td.Status-1 > span, #TransactionCustomerLoad table > tbody > tr > td.Status-1 > span, #CustomerCeck table > tbody > tr > td.Status-1 > span, #DashboardDetail table > tbody > tr > td.Status-1 > span {
    background-position:-32px -32px;
}

section > div#Content table > tbody > tr > td.ActionEdit > a, #TransactionCustomerLoad table > tbody > tr > td.ActionEdit > a, #CustomerCeck table > tbody > tr > td.ActionEdit > a, #DashboardDetail table > tbody > tr > td.ActionEdit > a {
    background-position:-48px -32px;
}

section > div#Content table > tbody > tr > td.ActionDelete > a, #TransactionCustomerLoad table > tbody > tr > td.ActionDelete > a, #CustomerCeck table > tbody > tr > td.ActionDelete > a, #DashboardDetail table > tbody > tr > td.ActionDelete > a {
    background-position:-48px -48px;
}

section > div#Content table > tbody > tr > td.ActionAdminLogin > a, #TransactionCustomerLoad table > tbody > tr > td.ActionAdminLogin > a, #CustomerCeck table > tbody > tr > td.ActionAdminLogin > a, #DashboardDetail table > tbody > tr > td.ActionAdminLogin > a {
    background-position:-64px -32px;
}

section > div#Content table > tbody > tr > td.ActionDownload > a, #TransactionCustomerLoad table > tbody > tr > td.ActionDownload > a, #CustomerCeck table > tbody > tr > td.ActionDownload > a, #DashboardDetail table > tbody > tr > td.ActionDownload > a {
    background-position:-80px -32px;
}





section > div#Content form > fieldset > div, section > div#Content form > fieldset > div > div > div, #TransactionCustomerLoad form > fieldset > div {
    margin-bottom:15px;
}

section > div#Content form > fieldset > div.FieldBox25, section > div#Content form > fieldset > div > div > div.FieldBox25, #TransactionCustomerLoad form > fieldset > div.FieldBox25 {
    float:left;
    width:24.25%;
    margin-right:1%;
}

section > div#Content form > fieldset > div.FieldBox50, section > div#Content form > fieldset > div > div > div.FieldBox50, #TransactionCustomerLoad form > fieldset > div.FieldBox50 {
    float:left;
    width:49.5%;
    margin-right:1%;
}

@media only screen and (max-width:479px) {
    section > div#Content form > fieldset > div.FieldBox25, section > div#Content form > fieldset > div > div > div.FieldBox25, #TransactionCustomerLoad form > fieldset > div.FieldBox25, section > div#Content form > fieldset > div.FieldBox50, section > div#Content form > fieldset > div > div > div.FieldBox50, #TransactionCustomerLoad form > fieldset > div.FieldBox50 {
        float:none;
        width:100%;
        margin-right:0px;
    }
}

section > div#Content form > fieldset > div.FieldBox25Last, section > div#Content form > fieldset > div > div > div.FieldBox25Last, #TransactionCustomerLoad form > fieldset > div.FieldBox25Last, section > div#Content form > fieldset > div.FieldBox50Last, section > div#Content form > fieldset > div > div > div.FieldBox50Last, #TransactionCustomerLoad form > fieldset > div.FieldBox50Last {
    margin-right:0px;
}



section > div#Content form > fieldset > div > label, section > div#Content form > fieldset > div > div > div > label, #TransactionCustomerLoad form > fieldset > div > label {
    display:block;
    margin:0px 0px 5px 0px;
    font-size:1.1em;
    font-weight:bold;
    color:#2C353D;
    text-transform:uppercase;
}

section > div#Content form > fieldset > div > label > span#PromotionTimestampStartAdd, section > div#Content form > fieldset > div > div > div > label > span#PromotionTimestampStartAdd {
    font-size:0.8em;
    font-weight:normal;
    text-transform:none;
    cursor:pointer;
}

section > div#Content > div.SectionBoxFlex form > fieldset > div > label, section > div#Content > div.SectionBoxFlex form > fieldset > div > div > div > label {
    color:#FFFFFF;
}

section > div#Content form > fieldset > div > label.FormLabelLeft, section > div#Content form > fieldset > div > div > div > label.FormLabelLeft {
    float:left;
    width:auto;
    margin:0px 20px 0px 10px;
    font-weight:normal;
    text-transform:none;
}

section > div#Content form > fieldset > div > label.FormLabelLeft80, section > div#Content form > fieldset > div > div > div > label.FormLabelLeft80 {
    width:80%;
}

section > div#Content form > fieldset > div > label > a, section > div#Content form > fieldset > div > div > div > label > a {
    color:#2C353D;
}

section > div#Content form > fieldset > div > input, section > div#Content form > fieldset > div > select, section > div#Content form > fieldset > div > textarea, section > div#Content form > fieldset > div > div > div > input, section > div#Content form > fieldset > div > div > div > select, section > div#Content form > fieldset > div > div > div > textarea, #TransactionCustomerLoad form > fieldset > div > input {
    display:block;
    width:100%;
    height:32px;
    line-height:32px;
    padding:0px 5px 0px 5px;
    font-size:1.1em;
    color:#2C353D;
    border:1px solid #2C353D;
    border-radius:3px;
    box-sizing:border-box;
}

section > div#Content form > fieldset > div > input::-moz-placeholder, section > div#Content form > fieldset > div > div > div > input::-moz-placeholder, #TransactionCustomerLoad form > fieldset > div > input::-moz-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset > div > input::-webkit-input-placeholder, section > div#Content form > fieldset > div > div > div > input::-webkit-input-placeholder, #TransactionCustomerLoad form > fieldset > div > input::-webkit-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset > div > input:-ms-input-placeholder, section > div#Content form > fieldset > div > div > div > input:-ms-input-placeholder, #TransactionCustomerLoad form > fieldset > div > input:-ms-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset > div > textarea::-moz-placeholder, section > div#Content form > fieldset > div > div > div > textarea::-moz-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset > div > textarea::-webkit-input-placeholder, section > div#Content form > fieldset > div > div > div > textarea::-webkit-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset > div > textarea:-ms-input-placeholder, section > div#Content form > fieldset > div > div > div > textarea:-ms-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset > div > input[type=checkbox], section > div#Content form > fieldset > div > input[type=radio], section > div#Content form > fieldset > div > div > div > input[type=checkbox], section > div#Content form > fieldset > div > div > div > input[type=radio] {
    float:left;
    width:auto;
    height:auto;
}

section > div#Content form > fieldset > div > input.InputTransactionCurrency, section > div#Content form > fieldset > div > div > div > input.InputTransactionCurrency {
    text-align:right;
}


section > div#Content form > fieldset > div > input.InputTransactionCurrency.InputTransactionCurrencyReadOnly, section > div#Content form > fieldset > div > div > div > input.InputTransactionCurrency.InputTransactionCurrencyReadOnly {
  background-color:#C0C0C0;
}

section > div#Content form > fieldset > div > input.InputTransactionCurrency.InputTransactionCurrencyReadOnlyBlue, section > div#Content form > fieldset > div > div > div > input.InputTransactionCurrency.InputTransactionCurrencyReadOnlyBlue {
  background-color:#99CCFF;
}

section > div#Content form > fieldset > div > input[type=submit], section > div#Content form > fieldset > div > div > div > input[type=submit], section > div#Content form > fieldset > div > input[type=button], section > div#Content form > fieldset > div > div > div > input[type=button] {
    display:inline-block;
    width:auto;
    height:40px;
    line-height:40px;
    margin:0px 10px 20px 0px;
    padding:0px 10px 0px 10px;
    color:#FFFFFF;
    text-decoration:none;
    background-color:#3C8C3A;
    border:none;
    cursor:pointer;
}

section > div#Content form > fieldset > div > textarea, section > div#Content form > fieldset > div > div > div > textarea {
    height:200px;
}

section > div#Content a#Back, section > div#Content a.SubmitButton {
    display:inline-block;
    width:auto;
    height:39px;
    line-height:39px;
    margin:0px 10px 20px 0px;
    padding:0px 10px 0px 10px;
    font-size:1.1em;
    color:#FFFFFF;
    text-decoration:none;
    background-color:#3C8C3A;
    border:none;
    border-radius:3px;
}

/******************************************************************************/
/* Footer                                                                     */
/******************************************************************************/

footer {
    position:fixed;
    bottom:0px;
    width:100%;
    overflow:hidden;
    background-color:#F3F3F3;
}

footer > div {
    max-width:1200px;
    margin:0px auto 0px auto;
    padding:5px;
}

footer > div > nav {
    float:right;
}

footer > div > nav > ul {
}

footer > div > nav > ul > li {
    float:left;
    margin-right:10px;
    padding-right:10px;
    line-height:20px;
    color:#2C353D;
    border-right:1px solid #2C353D;
}

footer > div > nav > ul > li:last-child {
    margin-right:0px;
    padding-right:0px;
    border-right:none;
}

footer > div > nav > ul > li > a {
    color:#2C353D;
    text-decoration:none;
}

footer > div > p {
    float:left;
    line-height:20px;
    color:#2C353D;
    font-weight:bold;
}

footer > div > p > a {
    color:#2C353D;
    text-decoration:none;
}

footer > div > p > a > span {
    float:left;
}

footer > div > p > a > span#SolutionOne {
    display:block;
    width:136px;
    height:20px;
    margin-left:5px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/source/layout/solutiononeonline_logo.png);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:contain;
}

@media only screen and (max-width:479px) {
    footer > div > nav {
        float:none;
        margin-bottom:10px;
    }
}

/******************************************************************************/
/* General                                                                    */
/******************************************************************************/

.ClearAfter:after {
    display:block;
    clear:both;
    height:0px;
    content:'.';
    font-size:0em;
    text-indent:-8000px;
}

.Error, .Error > a {
    color:#FF0000;
}

/******************************************************************************/
/* Responsive                                                                 */
/******************************************************************************/

@media only screen and (min-width:1000px) {
}
    
@media only screen and (min-width:768px) and (max-width:999px) {
}

@media only screen and (min-width:480px) and (max-width:767px) {
}

@media only screen and (max-width:479px) {
}