* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    background-color: #e4e3e3;
}

input {
    border: 1px solid #bbbbbb;
    padding: 2px;
}

td {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

hr {
    border: 1px solid #ffffff;
}

#main {
    margin: auto;
    width: 825px;
    background: transparent url(../images/main_bg.gif) repeat-y;
}

#main_top {
    background: transparent url(../images/main_top_bg.gif) no-repeat;
    height: 37px;
}

#page {
    margin: auto;
    text-align: left;
    width: 775px;
}

#header {
    background: transparent url(../images/header_bg.jpg) no-repeat;
    height: 325px;
}

#content {
    background: #ffffff url('../images/bg_computer.jpg') no-repeat;
    padding: 0 18px;
    border: 1px solid #ffffff;
}

#content p {
    margin: 10px auto;
}

#content .red_underline {
    color: red;
    text-decoration: underline;
    font-weight: bold;
}

#content .headline {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 35px 0 30px 0;
}

#capture {
    display: inline;
    float: right;
    text-align: center;
    width: 230px;
    margin: 25px 20px 0 0;
}

#footer {
    text-align: center;
    background: transparent url(../images/footer_bg.gif) bottom left no-repeat;
    font-size: 11px;
    height: 69px;
}

.sign_up_form table {
    width: 100%;
}

.sign_up_form td {
    text-align: center;
    padding: 5px 0;
}

.sign_up_submit {
    border: none;
    margin-top: 5px;
}

.arrow {
    float: right;
    position: relative;
    top: 297px;
}

.checkmarks {
    list-style-type: none;
}

.checkmarks li {
    background: url(../images/checkmark.gif) no-repeat;
    padding: 10px 0 0 35px;
    font-style: italic;
    font-size: 15px
}

.let_me_show {
    text-align: center;
}

.let_me_show img {
    margin: 20px 0;
}

.clear { clear: both; }

.error {
    position: absolute;
    width: 240px;
    background-color: #990000;
    color: white;
    text-align: center;
}

/* Testing Options */
.option_oval {
    position: absolute;
    float: left;
    z-index: 10;
    margin-top: -12px;
}

.option_header_text {
    position: absolute;
    float: left;
    z-index: 5;
    margin-top: 49px;
}

.option_content_img_b {
    margin-left: 50px;
}