body {
background-color: #E7E7E7;
color: #000000;
background-image: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
h2 {
color: #414141;
background-color: #F3F3F3;
border: 1px solid #cbcbcb;
font-size: 19px;
}
h1, h2 {
border-radius: 6px;
}
h2 {
margin: 4px 0 15px 0;
padding: 8px 8px 10px 8px;
font-weight: normal;
}

.tableclass_form thead > tr > th,
.tableclass_rows thead > tr > th{
padding: 0.3em 5px;
font-size: 12px;
border: 1px solid #000;
font-weight: normal;
background: #535353;
text-align: left;
color: #FFF;
}
#holder h3 {
color: #414141;
background-color: #DFDFDF;
font-size: 15px;
margin: 0 !important;
text-shadow: white 0 1px 0;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-khtml-border-top-right-radius: 6px;
-khtml-border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
padding: 9px !important;
height: 17px !important;
font-weight: normal !important;
clear: both !important;
border: 0 !important;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.tableclass_form{
    margin-bottom: 20px !important;
}