img { } 

body {
  margin: 0px;
  font-family: Arial, Verdana;
  font-size: 12px;
  background-color: #FFFFFF;
  background-image: url('/static/game/img/blue/bg_square.png');
  color: #3A3A3A;
}

body, html {
  height: 100%;
}

img {
  border: none;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background-color:#FFFFFF;
	padding: 8px;
	color:#000000;
	width: 200px;
	display:none;
}

.login_field, input {
  border: 1px solid #FFFFFF;
  padding: 2px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  width: 110px;
  background-color: #a5deff;
  color: #3d94c7;
}

/*   http://www.search-this.com/2007/02/12/css-liquid-round-corners/   */
.liquid-round {
margin:0px auto; 
background:#fff url(/static/game/img/ui/graybox/leftside.png) repeat-y left top;
}
.top {
width:100%;
height:77px;
background:url(/static/game/img/ui/graybox/top.png) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:77px;
background:url(/static/game/img/ui/graybox/top-right.png) no-repeat right top;
z-index: 5;
}
.center-content {
  
position:relative;
background:url(/static/game/img/ui/graybox/rightside.png) repeat-y right top;
padding-top: 0px;
margin-top: -77px;

padding-right: 0px;
margin-right: 0px;

padding-bottom: 0px;
margin-bottom: -77px;

padding-left: 0px;
margin-left: 0px;

}
.bottom {

width:100%;
height:77px;
background:url(/static/game/img/ui/graybox/bottom.png) no-repeat left bottom;
}
.bottom span {

display:block;
position:relative;
height:77px;
background:url(/static/game/img/ui/graybox/bottom-right.png) no-repeat right top;
}

a {
  text-decoration: none;
}

.ontop {
  position: relative;
  z-index: 99999999;
}
