body {
	font-family:Tahoma,Arial,sans-serif;
	font-size: 12px;
	background: #FFF;
    margin:0;
    padding:0;
	text-align:left;
    color:#2B3138;
}

h1 {
    position:absolute;
    padding:0px;
    margin:0em;
    background:url('./images/logo.png') no-repeat center center;
    font-size:1em;
    top:10px;
    right:10px;
}
h1 a {
    color:#7a7a7a;
    font-weight:normal;
    display:block;
    width:140px;
    height:30px;
}
h1 a:hover { text-decoration:none; }
h1 a span { display:none; }

a { text-decoration:none; }
a:hover { text-decoration: none; }

#bg {
    background: #F6BB42;
    border-bottom: 3px solid #F99D34;
}

#top { background: #FFF; box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); color: #434A54; padding:10px 20px; }
#top table { text-align:left; margin:0; padding:0; color:#434A54; font-size:1em; }
#top table td { padding:0 10px; }
#top table td span { color:#434A54; font-size:1.8em; line-height: 1em; display:block; }
#top table td span.user { font-size:1.1em; font-weight:bold; line-height: 1.6em; }

#login { width:500px; margin:100px auto; box-shadow: 0 0 50px rgba(0,0,0,0.25); border:none; }
#login .box-content { padding:25px; }
#login .captcha { text-align: center; }
#login .input { padding: 9px 12px; width:250px; }
#login table td { vertical-align:middle; }

#bottom { clear:both; padding:10px 20px 10px 20px; text-align:center; color:#2B3138; }
#bottom a { color:#2B3138; }
#bottom a:hover { color:#2B3138; }