html{}
body{
    font-family: MuseoSans, Arial, sans-serif;
    color: #333333;
    margin:0;
}

body .maintable{
    margin:0;
    padding:0;
}
td.topmsg{
    margin: 0;
    padding: 0;
}

div#topmsg-msg{
    text-align: center;
    padding:0 0 20px;
    font-weight: 300;
}
table.cb_fields{
    width:100%;
}
table.cb_fields tbody{
    display: block;
}
table.cb_fields td.prompt{
    width: 100%;
    float: left;
    text-align: left;
    display: block;
}
table.cb_fields tr.cb_tag{
    width: 100%;
    display: block;
}
table.cb_fields tr.cb_dest{
    width: 100%;
    display: block;
}
table.cb_fields td.answer{
    width: 100%;
    float: left;
    display: block;
}

table.cb_fields input, table.cb_fields select{
    width:100%;
    position: relative;
    padding: 5px 6px;
    font-size: 15px;
    line-height: 18px;
    margin: 0px 0 10px;
    display: block;
    min-width:150px;
}

button[type=submit].submitme{
    background: #003f69;
    color: #fff;
    border: #003f69;
    width: 50%;
    padding: 9px 12px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    line-height: 24px!important;
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom:0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 11px;
}

/*button[type=submit].submitme::after{
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 3px;
}*/

@media screen and (max-width: 500px){
    button[type=submit].submitme{
        width:100%;
    }
}
/*

HTML{
    overflow-y:scroll
}
BODY{
    font-family:Arial,sans-serif;
    font-size:100%;
    line-height:1.5;
    color:#000;
    background:#fff;
    padding:12px 0 0 0;
    margin:0 0.5em
}
FORM,FIELDSET{
    border:0;
    padding:0;
    margin:0
}
SELECT,BUTTON,INPUT,PRE{
    font-family:Arial,sans-serif;
    font-size:1em
}
SELECT,INPUT[type="text"]{
    border:1px solid #999;
    padding:4px 0 4px 2px
}
SELECT{
    width:100px
}
INPUT[type="text"]{
    width:200px
}
SELECT:focus,INPUT[type="submit"]:focus,INPUT[type="text"]:focus{
    outline:1px dotted #999
}
.maintable{
    background:#d3d3d3;
    -moz-border-radius:1em;
    border-radius:1em;
    box-shadow:0 0 5px #888;
    padding:1em;
    margin:0 auto
}
.maintable TD{
    font-size:12px;
    max-width:350px;
    padding:3px 3px 0 0;
    margin:0 auto
}
.maintable TABLE{
    border-spacing:0
}
FORM .prompt{
    color:#0069a2
}
FORM .answer SELECT,FORM .answer INPUT[type="text"]{
    border:1px solid #0069a2
}
INPUT[type="submit"]{
    font-weight:bold;
    font-size:1.1667em;
    color:#fff;
    background:#005467 url(/images/Phase2/design/buttons/button.png) no-repeat 100% 50%;
    border:0 none;
    border-radius:4px 4px 4px 4px;
    max-width:350px;
    padding:4px 22px 4px 6px;
    display:inline-block;
    cursor:pointer;
    line-height:normal;
    text-decoration:none;
    vertical-align:middle
}
*/