html {
	overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;

  background: #787878 url('../img/layout/body-bg.gif');
  font-family: Trebuchet MS, Verdana;
  font-size: 9pt;
}

.nav {
  margin: 0 1px 0 0;
  padding: 0;

  width: 164px;
  height: 164px;

  border: 0;
}

a {
  color: #023A99;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.forum_title {
  	line-height: 25px;
  	height: 25px;
  	color: #000000;
  	font-weight: bold;
  	font-family: Verdana;
  	font-size: 11pt;
}

ul.login {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}
ul.login li {
  	margin: 0;
  	line-height: 110px;
  	padding-left: 110px;
  	background: no-repeat left top;
  	
  	border-bottom: 1px solid #787878;
}

.td_title {
  	color: #d40000; font-family: Verdana; font-size: 11pt; font-weight: bold; line-height: 25px;
}

small {
  	font-size: 8pt;
}

hr {
  color: #9F9F9F;
  background-color: #9F9F9F;
  height: 1px;
  border-width: 0px;
}

.list_login .item {
  	height: 110px;
  	background: no-repeat left center;
  	
  	vertical-align: center;
  	margin-left: 10px;
  	padding-left: 110px;
  	line-height: 110px;
  	
  	border-bottom: 1px solid #787878;
}
