textarea#hidden {
display: none;
}
input.infoTxtBox {
background: transparent;
border: 0;
padding: 0 0 0 5px;
}
#estDetail textarea { 
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
height: 30px;
border: 0;
margin: 0;
padding: 0;
}
input.btn {
float: left;
clear: both;
margin: 0 0 30px;
}
table {
text-align: center;
border-left: 1px solid #f0f0f0;  
clear: both;
}
table#itemTable {
width: 600px; 
margin: 0;
padding: 0;
}
table#itemTable th {
background: #0066CC;
color: #fff;
height: 30px;
text-align: center;
border-right: 1px solid #f0f0f0;
font-size: 11px;
border-bottom: 1px solid #fff;
}
table#itemTable td { 
font-size: 11px;
border-right: 1px solid #f0f0f0;
margin: 0;
padding: 5px;
}
table#itemTable td.label {
text-align: left;
}


