body, div, select,td, input{
  font-family: Arial; 
  font-size: 11px;
  text-align: left;
  color: #3E4548;
  line-height: 13px;
}
input{
 padding: 2px 1px;
}
select, input{
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.button{
 background: rgb(0,125,36);
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 border-right: 1px solid #222;
 border-bottom: 1px solid #222;
 color: #fff;
 font-size: 12px;
 padding: 2px 20px;
 text-align: center;
}
.butimg{
  border:none;
  cursor:pointer;
}
input.readonly{
  background: #e6e8e9;
}

 form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}

div#start_info,div#end_info{
 vertical-align: top;
 display: none;
 font-size: 11px;
 white-space: nowrap;
 height: 19px;
 width: 175px;
 margin-top: 3px;
}
div#start_input, div#end_input{
 width: 175px;
 height: 22px;
}
#ajax_result{
  height: 1px;
  display: none;
}
#tab{
  border: 1px solid #D4DADB; 
  background: #fff url(../img/tab_bg.png) bottom right no-repeat;
  width: 719;
  padding: 10px 0px 10px;
}
#tab table{
  margin: auto;
  width: 100%;
}
#tab table td{
  padding: 2px 5px;
}

#tab table td.input{
  border-bottom: 1px solid #F3F3F3;;
  /*background: #F6F7F7;;*/
}
#tab table td.label1{
  text-align:right;
  font-weight:normal;
  /*color: #006F2C;*/
  font-size: 11px;
  font-weight: bold;
  background: #e6e8e9;
  border-bottom: 1px solid #fff;
}
#tab table td.label2{
  text-align:right;
  font-weight:normal;
  /*color: #006F2C;*/
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #F3F3F3;;
  /*background: #3E4548;
  border-bottom: 1px solid #fff;*/
}
#tab table td.value{
  border-bottom: 1px solid #F3F3F3;;
}
/*
#tab table tr.input td label{
  color: #fff;
  background: #006F2C;
  width: 100px;
  display: block;
}
*/
#tab table td.result{
  text-align:right;
  font-weight:bold;
  color: #006F2C;
}
#result_value{
  font-weight:bold;
  color: #006F2C;
}
#bottom{
  background: #fff url(../img/tab_bottom.png) top left no-repeat;
  height: 5px;
  width: 721;
}

