html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: verdana;
    font-size:11px;
}

table {
    border-width: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.brand-background {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-image: url('/images/background_rio.jpg');
}

.input-container {
    width: 500px;
    text-align: left;
    padding: 0;
}

.input-text {
    font-size: 12px;
    margin: 3px;
    padding: 3px;
    border: 1px solid #A2A2A2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 250px;
}

label {
    display: block;
    margin-bottom: 8px;
}
label span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
}
#domains label, #uid label {
    float: left;
    width: 300px;
}
fieldset {
    max-width: 900px;
    margin-bottom: 20px;
}

.label {
    font-size: 14px;
    text-align: left;
    padding: 0px 5px 0px 30px;
    color: #333333
}

.label-rememberme {
    font-size: 11px;
    text-align: left;
    padding: 0;
    color: #333333
}

.label-help {
    color: #555555;
    text-decoration: none;
    font-size: 11px;
}

.login-button {
    height: 27px;
    width: 100px;
    font-size: 12px;
    color: white;
    padding-top: 0;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-color: transparent;
    background: url(/images/buttonBackground.jpg) 50% 50% repeat-x;
}

.login-button:hover {
    color: #222222;
    cursor: pointer;
}

.login-note {
    scroll: auto;
    width: 80%;
    text-align: left;
    font-family: verdana;
    font-size: 12px
}

.logo {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    border: none;
}

.panel {
    color: #2f70b2;
    /*height: 202px;*/
    width: 405px;
    border-style: solid;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 3px 4px 4px #888888;
    -webkit-box-shadow: 3px 4px 4px #888888;
    -moz-box-shadow: 3px 4px 4px #888888;
    position: relative;
    margin: 0 auto;
    border-color: #8E8D8D;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(51,51,51, 0.85);
    -webkit-box-shadow: 0 0 8px rgba(51,51,51, 0.85);
    -moz-box-shadow: 0 0 8px rgba(51,51,51, 0.85);
}

.panel-form {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px
}

.panel-title {
    background-color: #555555;
    border-color: transparent;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 20px;
}

.com_panelTitle {
    background-color: #404A5B;
    /*background: #8E8D8D !important;*/
    border-color: transparent;
    border-bottom: 4px solid #f67a20;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /*height: 20px;*/
}
.com_button {
    font-family: verdana;
    border:0px solid #677391;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 4px;
    /*background-color: #c6c7c8;*/
    /*background-repeat: repeat;*/
    color: white;
    cursor: pointer;
    /*background-color: #68758F;*/
    background-image: -moz-linear-gradient(top, #677391, #313745); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #677391),color-stop(1, #313745)); /* Safari & Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#677391', endColorstr='#313745'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#677391', endColorstr='#313745')"; /* IE8 */
    /*background-image: url(../images/grid-header-hover.jpg);*/
    height: 25px;
    min-width: 60px;
    box-shadow: 1px 5px 3px #b1b1b1;
    -webkit-box-shadow: 1px 5px 3px #b1b1b1;
    -moz-box-shadow: 1px 5px 3px #b1b1b1;
    text-align: center;
    vertical-align: middle;
}
.com_button:hover {
    background-color: #757575;
    background-image: -moz-linear-gradient(top, #8a9ac2, #4f5a71); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8a9ac2),color-stop(1, #4f5a71)); /* Safari & Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8a9ac2', endColorstr='#4f5a71'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8a9ac2', endColorstr='#4f5a71')"; /* IE8 */
    /*background-color: #e6e7e8;*/
    /*border-color: #777777;*/
}

.error-text {
    color: #BB0000;
    width: 60%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
