/*************/
/* CSS Reset */
/*************/
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,
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;
}

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;
}
/*************/
/* CSS Reset */
/*************/



body{
    leftmargin: 0;
    topmargin: 0;
    marginwidth: 0;
    marginheight: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url(images/new_bkgd.jpg);
    /*margin-top: 200px;*/
}

li {
    margin-top: 5px;
}

a:link {
    color: #d94d72;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

a:visited {
    color: #d94d72;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

a:hover {
    color: #d94d72 !important;
    text-decoration: underline;
}

a:active {
    color: #d94d72 !important;
    text-decoration: underline;
}

.errors_announcement {
    color: #FF0000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.error_message {
    color: #FF0000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.error_li {
    color: #FF0000;
}

.starz_input {
    margin-top: 3px;
    height: 15px;
    border: 1px solid #b2b8bd;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#content_left {
    position: fixed;
    width: 324px;
    height: 500px;
    top: 275px;
    left: 0px;
}

#content_right {
    margin-left: 324px;
}

#content {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto
    text-align: left;
    width: 400px;
}

#content_entry {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto
    text-align: left;
    width: 400px;
}

#question {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

#answer_div {
    text-align: center;
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
}

#heading {
    color: #d94d72;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.footer {
    color:#5B616F;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}
