
*
{
    margin: 0;
    padding: 0;
}
.cl
{
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
    clear: both;
}
html
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: "Segoe UI" ,Arial, sans-serif;
    color: #716f6f;
    font-size: 14px;
    line-height: 14px;
    background-color: #f9f9f9;
}

a img
{
    border: none;
}

input
{
       width: 300px;
       height: 30px;
       font-family: "Segoe UI" ,Arial, sans-serif;
       color: #716f6f;
       font-size: 16px;
       line-height: 26px;
}

#content {}

#bodycontainer {
    margin-top: 100px;
    box-shadow: 2px 2px 5px #999;
    width: 600px;
    height: 500px;
    background-color: #FFFFFF;
}

button, input[type=submit] {
    background-color: #46A247;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-family: "Segoe UI",Arial, sans-serif;
}

#LoginButton {
    float:left;
}

#ReturnButton {
    float: left;
}

button:hover, input[type=submit]:hover {
    opacity: 0.6;
}

#ForgotPassword {
    width: 250px;
    margin-top: 14px;
    text-align: right;
}

.remember {
    float: left;
    font-size: 14px;
}

#cbo_auto_login {
    font-size: 14px;
    text-align: left;
    line-height: 12px;
    height: 14px;
    width: 14px;
}
#bottomcontainer {width:100%;}
#footercontainer {width:100%;}
#footercontainer a:link 
{
    color:#777777;
}
#footercontainer a:visited
{
    color:#777777;
}
#footercontainer a:hover
{
    color:#777777;
}
#footercontainer a:active
{
    color:#777777;
}

.footer
{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    width: 960px;
    color: #777777;
    height:20px;
    font-size:11px;
}

.footer a:link
{
    color:#777777;
}
.footer a:visited
{
    color:#777777;
}
.footer a:hover
{
    color:#777777;
}
.footer a:active
{
    color:#777777;
}

blockquote
{
    padding-right: 25px;
    padding-left: 25px;
}