label.valid {
  /* width: 24px;
  height: 24px;
  background: url(../images/valid.png) center center no-repeat; 
  display: inline-block;
  text-indent: -9999px; */
}
label.error {
  font-weight: bold;
  font-size: 8pt;
  color: red;
  padding: 0px 0px;
  /* margin-top: 2px; */
}
.control-group {
    display: inline-block;
    vertical-align: top;
}
.headtab {
    background: transparent url(../images/new/html_bg.jpg) repeat 0 0;
    background: transparent url(../images/new/head_bg.png) repeat-x 0 0;
    table-layout: auto;
    width: 100%;
}
.tdcenter {
    text-align: center;
}

.selectedoption {
    font-size: 12pt;
    font-weight: bold;
    color: green;
}
.tab-content.syscontent {min-height:500px}