/* Login */

.login_text {
font-family: Arial;
font-size: 12px;
color: #000000;
font-weight: none;
text-decoration: none;
}

.login_table {
width: 390px;
height: 200px;
background: #ffffff;
padding: 0px;
margin: 0px;
font-family: Tahoma;
font-size: 16px;
color: #000000;
font-weight: none;
text-decoration: none;
text-align: left;
}

.login_welcome {
background: #ffffff;
padding: 0px;
margin: 0px;
font-family: Tahoma;
font-size: 14px;
color: #000000;
font-weight: none;
text-decoration: none;
text-align: left;
}

.login_alert {
font-family: Tahoma;
font-size: 16px;
color: #FF0000;
font-weight: none;
text-decoration: none;
}


.login_input {
width: 175px;
background-color: #FFEEEE;
border-style: solid;
border-width: 1px;
border-color: #555555;
font-family: Tahoma;
font-size: 16px;
font-weight: normal;
color: #000000;
text-decoration: none;
padding-left: 3px;
padding-right: 3px;
}


.login_button {
width: 130px;
height: 40px;
background: url('/login/images/login_button.png');
border-style: none;
font-family: Tahoma;
font-size: 18px;
font-weight: normal;
color: #000000;
text-decoration: none;
padding-left: 3px;
padding-right: 3px;
vertical-align: top;
cursor: pointer;
cursor: hand;
}
