body {
  font-family: Tahoma;
  font-size: 12px;
  color: #636262;
  background: #fff;
}

#center{
  
}

#left {
  background: #fff;
}

#right {
  
}

#header {
  
}

#footer {
  
}

.messages {
  width: 685px;
  border: 1px dotted #b60000;
  padding: 10px;
  margin-top: 20px;
  background: #fffeee;
  line-height: 20px;
  color: #b60000;
  
}

.nomessages {
  border: 0px dotted #b60000;
  padding: 0px;
  margin-top: 0px;
}

.messageindent {
 padding-left: 40px;
}

span.ar {
 color: #24ABAD;
 font-weight: bold;
}

td.button_base {
 border: 1px solid #ddd;
 width: 100px;
 background: #f3f3f3;
 cursor: pointer;
}

td.button_base:hover {
 background: #eeeeee;
 border-top: 1px solid #a7a7a7;
 border-left: 1px solid #a7a7a7;
}

 
