
.trading {
  border: 3px solid #634427;
  border-collapse:collapse;
  color:#666666;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  margin:1px;
  padding:2px;
  text-decoration:none;
  border-collpase:collpase; 
  width: 100%;
}

.trading .title {
  background-color:#F7F0E8;
  color:#000000;
  font-size:13px;
  height:30px;
  text-align:center;
}

.trading td, .trading th {
  border: 1px solid #634427;
  color:#333333;
  line-height:16px;
  font-weight: normal;
}

.trading th {
  background-color: #ebdcc9;
}

.search {
  background-color:#EBDCC9;
  font-size:12px;
  height:33px;
  margin-top:6px;
  text-align:right;
  width:590px;
}

.search .filter {
  float: right;
  padding: 5px 8px 1px 0px;
}

.search .filter form {
  float: left;
}

.info {
  float:left;
  font-size:13px;
  padding:5px 0px 20px;
  text-align:right;
  width:590px;
}

.button {
  float: left;
  width: 590px;
}


.content {
  float: left;
  width: 590px;
}



