﻿a:link
{
    color:White;
}

a:visited
{
    color:White;
}

a:hover
{
    color:#FF5A00;
}

a:active
{
    color:White;
}

a.linkJW:link
{
    color:#5A7E92;
    text-decoration:none;
}

a.linkJW:visited
{
    color:#5A7E92;
    text-decoration:none;
}

a.linkJW:hover
{
    color:#FF5A00;
}

a.linkJW:active
{
    color:#5A7E92;
}

body 
{
    background-color:#2B2B2B;
    font-family:Sans-Serif;
    font-size:11px;
}

label span
{
    color:#FF5A00;
}

label
{
    margin-right:5px;
}

input
{
    background-color:Black;
    color:#999;
    border:solid 1px #2C2C21;
    width:125px;
}

#divMain
{
    margin-left: auto;
    margin-right: auto;
    background:url(landing_bg_with_all.jpg) no-repeat;
    width:1000px;
    height:818px;
}

#divBox
{
    width:450px;
    height:379px;
    background-color:Black;
    margin:390px 0px 0px 535px;
    position:absolute;
    color:White;
}

#txtState
{
    width:30px;
    margin-right:13px;
}

#txtRewards
{
    margin-top:3px;
}

#divPerNight
{
    padding-top:119px;
}

#footer
{
    width:1000px;
    height:50px;
    background-color:Black;
    position:absolute;
    margin-top:768px;
    text-align:center;
}

#footer > div
{
    margin-top:19px;
    color:#5A7E92;
    font-size:12px;
    font-weight:bold;
}

.col
{
    text-align:right;
    line-height:2.5;
    margin-top:2px;
}