body, html {width: 100%; margin: 0px; padding: 0px; text-align: center; }

table {
border: 0px;
margin-left: 30px;
border-spacing: 2px;
}

input{ 
padding: 2px 5px;
margin: 0px;
border: 1px solid #ccc; 
color: #666666; 
background-color: #efefef; 
font-family: verdana; 
font-size: 11px; 
font-weight: bold;
width: 150px; 
}

input[type="submit"] {
width: auto;
}

select { 
background-color: black; 
border: 1px solid #666; 
color: #ccc; 
font-family: verdana; 
font-size: 11px; 
font-weight: bold; 
}

#wrapper { 
margin: 0px auto; 
margin-top: 150px;
width: 100%; 
height: 380px; 
text-align: center; 
border: 0px solid #aaa; 
color: #666666; 
background-image: url('../images/login_bg.png'); 
background-repeat: repeat-x; 
color: #ccc;
font-weight: bold;
font-family: verdana,arial,sans-serif; 
font-size: 11px; 
line-height: 1.3em;
}

#inner_wrapper {
position: relative;
text-align: left;
margin: 0px auto;
padding-top: 65px;
width: 300px;
}

/* IE 6 fix */
#inner_wrapper table td { 
color: #666666; 
color: #ccc; 
font-weight: bold;
font-family: verdana,arial,sans-serif; 
font-size: 11px; 
line-height: 1.3em;
}

form { 
margin: 0px;
}
/* end IE 6 fix */

div.title {
color: #8FBA04;
font-size: 15px;
text-align: center;
padding: 30px;
}

.gray { 
color: #ccc !important; 
}

div.logo { 
text-align: center;
padding: 30px;
}

div.logo a {
color: #8FBA04;
text-decoration: none; 
font-size: 11px; 
}

div.logo a:hover { 
text-decoration: underline; 
}

td.login {
text-align: center;
padding-top: 10px;
}

div.logo_failed {
position: absolute;
top: 116px;
left: -150px;
color: red;
width: 600px;
text-align: center;
}

small.version{
position: absolute;
padding-top: 8px;
font-family: verdana;
font-size: 8px;
color: #999;
}

