﻿body 
{
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	font-family: Verdana;
	font-size: 9pt;
	color: #5a5a5a;	
	background-color: #ffffff;
}

/*
Login styles
*/

#login_outer 
{  
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

#login_inner 
{
    width: 350px;
    height: 300px;
    margin-left: -175px;  /***  width / 2   ***/
    position: absolute;
    top: -150px;          /***  height / 2   ***/
    left: 50%;    
}

#qmunity_LoginPanel
{
    width: 300px;
    _width: 330px;
    height: 140px;
    background-color:  rgb(239, 239, 239);
    padding: 20px 0px 0px 30px;    
}


label
{
    float: left;
    display: block;
    width: 100px;
    height: 20px;
    padding-top: 4px;    
}

input
{
    width: 150px;
    border: solid 1px #b7b7b7;
}

.checkbox
{
    float: left;
    width: 20px;
    border: solid 0px #b7b7b7;
}

.button
{
    background-color: #b7b7b7;  
    border: solid 1px white;
    position: relative;
    left: 171px;
    _left: 174px;
    width: 80px;
}

.qmunity_LoginRememberMe
{
    width: 200px;
    padding-top: 2px;
}

#qmunity_loginBottom
{
    text-align:center;
    padding-top: 20px;
}

#qmunity_loginPanel p
{
    margin: 5px;
}

br
{
    clear: both;
}

a
{
    color: #5a5a5a;
    text-decoration: none;
}

a:hover
{
    color: Fuchsia;
}

label.error
{
    color: Red;
    font-weight: bold; 
    float: right;
    width: auto;
    height: auto;
    padding: 0;
}

#qmunity_LoginPanel div
{
    clear: both;
    height: 1px;
}
