html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-family: Arial;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.fullWidth {
    width: 100%;
}

.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

/* End Standard */

#header {
    margin: 0pt auto;
    width: 900px;
    height: 143px;
    background-color: #FFFFFF;
    background: transparent url(../images/logo.jpg) no-repeat top left;
    position: relative;
    border-bottom: 1px dotted #c0c1c4;
}

#content {
    margin: 0pt auto;
    width: 900px;
    margin-top: 26px;
    background-color: #e9e9e9;
    border: 1px solid #d7d6d6;
    color: #666666;
    font-size: 12px;
}

#footer {
    width: 100%;
    height: 60px;
    background-color: transparent;
}

.questionDiv {
    border-bottom: 1px dotted #c0c1c4;
}

.question_title {
    padding: 10px;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
    padding-left: 100px;
}

.question_options {
    padding: 10px;
    padding-left: 250px;
    padding-top: 0px;
}

.question_short_text {
    border: 1px solid #c0c1c4;
    height: 18px;
    padding-top: 2px;
    width: 500px;
}

.question_long_text {
    border: 1px solid #c0c1c4;
    height: 130px;
    padding-top: 2px;
    width: 500px;
}

.multiple_label {
    display: inline;
}

.multiple_option {
    padding: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.navwrap {
    width: 100%;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.back {
    float: left;
    display: none;
    margin-left: 10px;
    background: transparent url(../images/leftarrow.jpg) no-repeat center left;
    padding-left: 14px;
}

.forward {
    float: right;
    margin-right: 10px;
    background: transparent url(../images/rightarrow.jpg) no-repeat center right;
    padding-right: 14px;
}

.navbutton {
    cursor: pointer;
    font-weight: bold;
    color: #1e5da6;
    font-size: 11px;
}

.discwrap {
    width: 850px;
    margin: 0pt auto;
}

p {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.onelinerlabel {
    float: left;
    width: 195px;
}

.onelinewrap {
    clear: both;
    padding: 5px;
}

.onelinewraphigher {
    height: 50px;
}

.onelinetext {
    width: 300px;
    border: 1px solid #c0c1c4;
    height: 18px;
    padding-top: 2px;
}

.onelineshort {
    width: 40px;
}

.yes_no_label {
    display: inline;
}

h1#welcomeh1 {
    bottom: 5px;
    color: #1E5DA6;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    left: 14px;
    position: absolute;
}

label {
    color: #666666;
    font-size: 12px;
}

.clicktoproceed {
    background:transparent url(../images/clicktoproceed.jpg) no-repeat scroll center center;
    height:65px;
    margin:30px auto;
    width:256px;
    cursor: pointer;
}

#clicktoapply {
    background: transparent url(../images/click_to_apply.jpg) no-repeat top left;
    height:66px;
    width:255px;
    position: absolute;
    left: 33px;
}

#clicktodownload {
    background: transparent url(../images/click_to_download.jpg) no-repeat top left;
    height:66px;
    width:255px;
    position: absolute;
    right: 33px;
}

#frontbuttonwrap {
    height: 100px;
    padding-top: 20px;
    position: relative;
}