#center{
  text-align: center;
}

.content-title{
  font-size: 36px;
}

.green-text{
  color: #62b93d; 
}

.box{
  margin: 30px 35px 30px 35px;	
}

.simple-box{
  background-color: #eee;
  border-top: 1px solid #ccc;
  padding: 7px 0 7px 5px; 
}

.box-left{
  float: left;
  width: 390px;
  height: 320px;
  background-color: #f5f5f5;
  border: 1px solid #c9c9c9;
  overflow: hidden;	
}

.box-left2{
  float: left;
  width: 350px;
  height: 320px;	
}

.box-right{
  float: right;
  width: 390px;
  height: 320px;
  background-color: #f5f5f5;
  border: 1px solid #c9c9c9;
  overflow: hidden;		
}

.box-right2{
  float: right;
  width: 390px;
  height: 320px;
}

.box-right2 table th{
  width: 70px;
  height: 50px; 	
}

.box-right2 table td{
  width: 60px;
  height: 40px; 
  background-color: #cfcfcf; 	
}

.box textarea{
  margin: 0;
  padding: 0;
  border: none;
  width: 390px;
  height: 300px;
  background-color: #f5f5f5;
}

.compare{
  background: url('../images/compare.gif');
  width: 243px;
  height: 84px;	
  border: none;
}

.link a{
  color: #81b070;	
  font-size: 16px;
  font-weight: bold;
}

.link a:hover{
  color: black;	
}

.no-border{
  margin: 0 0 0 20px;
  padding: 10px;
  color: red;
  border: 1px solid red;
}

.upload-box{
  margin: 50px 0 0 0;	
  text-align: left;
}

#result-files th, td{
  padding: 1px;
  border: 1px solid black;	
  overflow: auto;
}

#form-select select{
  font-size: 16px;
  margin: 20px 0 20px 0;	
}

td.less{
  background-color: #eee;
}
