#loginOuter {
 	background-image: url('../images/login_bg.jpg');  
   height: 20px;
}

#loginPanel{
   width: 100%;
   height: 20px;
}

/********************** LOGIN ******************************/
#login{
   border: 0px solid;
   text-align: right;
   visibility: visible;
   width: 500px;
}

#login td{
   color:#fff;
}

#login input.text{
   width:80px;
}

#login input.go{
	font-size: 10px;
   border: 1px solid #353690;
   font-weight: bold;
   background-color: white;
   height: 17px
}

#login a{
   color:#fff;
	text-decoration : none;
}

#login a:hover{
   color:#fff;
	text-decoration : underline;
}