.main{
  width: 960px;
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#left{
  float: left;
  width: 200px;
  margin-right:8px;
}

#right{
  float: right;
  width: 200px;
}

#centers{
  float: left;
  width: 544px;
}

#centerm{
  float: left;
  width: 752px;
}

#centerl{
  float: left;
  width: 900px;
}
.block{
  width: 100%;
  border: 1px solid #C1B09A;
  margin-bottom: 5px;
}

.blocktitle{
  border-top: #ffffff 1px solid;
  border-left: #ffffff 1px solid;
  border-bottom: #C1B09A 1px solid;
  font-weight: bold; 
  font-size: 14px; 
  background: #E0EDFF url(/images/lanmubbb.gif) repeat scroll 0 0;
  line-height: 26px; height: 30px; 
  padding-left: 10px;
}

.blockcontent{
  width: 100%;
  margin: 0px !important;
  margin: 3px;
}

.blocknote{
  border-top: #C1B09A 1px solid;
  padding: 3px;
  text-align: center;
  background: #F0F7FF;
  line-height: 150%;
}

input{
    font-size: 12px; 
}

.text{
	border: #83b0e1 1px solid; 
	height: 16px; 
	background-color: #ffffff;
	color: #054e86;
	height: 20px;
}

.textarea{
	border: #83b0e1 1px solid; 
	color: #054e86; 
	background-color: #ffffff;
	font-size: 12px; 
}

.button{
    background-color: #DDF2FF;
    border: #83b0e1 1px solid;
    color: #000000;
    height: 20px;
}

.checkbox, .radio{
    border-width: 0; 
}

.select{
	font-size: 12px; 
	height: 18px;
}

.hottext{
  color: #FF0000;
}
.grid{
  background-color: #C1B09A;
}

.gridtop{
  border-top: 1px solid #C1B09A;
  border-left: 1px solid #C1B09A;
  border-right: 1px solid #C1B09A;
  background: #e0edff url(/images/lanmubbb.gif) repeat scroll 0 0;
  vertical-align: middle; 
  text-align: center;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
}

.title{
  background: #e0edff url(/images/lanmubbb.gif) repeat scroll 0 0;
  vertical-align: middle; 
  text-align: center;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;height:30px;
}

.head{
  background: #F0F7FF;
  padding: 3px; 
  font-size: 12px;
  font-weight: bold;
}

.even{
  background: #FFFFFF; 
  padding: 3px;
}

.odd{
  background: #FFFFFF; 
  padding: 3px;
}

.foot{
  background: #F0F7FF; 
  padding: 3px; 
  text-align: center;
}

.bottom{
  height: 9px;
  background: #B7B785; 
}