﻿html, body, form 
{
    padding: 0px;
    margin: 0px;
}
body 
{
    background-image: url('/images/background_blackcarbon2.png');
    color: White;
    font-family: 'Lucida Sans Console', 'Lucida Grande', tahoma, calibri, verdana, geneva, arial, helvetica, sans-serif;
}
a img
{
    border-style: none;
}
input[type="text"],input[type="button"],input[type="submit"],input[type="password"]
{
    -moz-border-radius: 8px;
    border-radius: 8px;
}
input[type="text"],input[type="password"]
{
    background-color: #FAFAFA;
    width: 162px;
    height: 22px;
    font-size: 18px;
    padding-left: 4px;
}
.button
{
    height: 28px;
    color: #000;
    background-color: #dadaec;
    border: 1px solid #999;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Arial;
    min-width: 100px;
}
a.button
{
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
    padding-top: 6px;
    height: 20px;
}
.button-green:hover,.button-green:focus
{
	color:#009900;
}
.button-red:hover,.button-red:focus
{
	color:#990000;
}
.aspnetcheckbox
{
    color: White;
}
.header
{
    background-color: rgb(238, 238, 238);
    color: Black;
    text-align: center;
    padding: 4px 4px;
}
@media (max-width: 900px) {
    .header {
        min-width: 382px;
    }
    .header img {
        width: 100%;
    }
}
@media (max-width: 900px) {
    .header {
        min-width: 370px;
    }
    .header img {
        width: 100%;
    }
}
.content
{
    background-image: url('/images/background_red_gradient.jpg');
    width: 370px;
    padding: 10px;
    margin: 18px auto 0px auto;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}
.content fieldset legend
{
    font-weight: bold;
    color: White;
}
.content .warning
{
    padding-left: 8px;
    padding-right: 8px;
}
.content .warning p:first-of-type
{
    margin-top: 0px;
}
.content .options .button
{
    margin-top: 12px;
    margin-left: 2px;
    margin-right: 2px;
    width: auto;
}
.footer
{
    width: 370px;
    margin: 116px auto 16px auto;
    text-align:center;
    font-size: 13px;
}
.row
{
    margin-top: 8px;
    margin-bottom: 8px;
    clear: both;
    text-align: center;
}
.row label
{
    display: block;
    float: left;
    width: 146px;
    text-align: right;
    padding-right: 4px;
    margin-bottom: 12px;
    margin-top: 4px;
}
.row input
{
    display: block;
    float: left;
    margin-bottom: 10px;   
}
.row a.button
{
    display: block;
    float: left;
    margin-bottom: 10px; 
padding-top: 4px;
height: 22px;  
}
.row input[type="submit"].solo,.row input[type="button"].solo,.row a.solo
{
    display: inline-block;
    float: none;  
    min-width: 100px;
    font-size: 16px; 
    vertical-align: top;
}

input.textbox-username {
    background-image: url('/images/username-field.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
input.textbox-password
{
    background-image: url('/images/password-field.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
input.textbox-solo
{
    width: 80%;
    float: none; 
    display: inline;
}
.aspnetcheckbox input
{
    margin-right: 4px;
    margin-top: 0px;
}
.aspnetcheckbox label
{
    margin-top: -4px;
    display: inline;
    width: auto;
}