.dynamic-tab-pane-control.tab-pane {
  position: relative;
//white-space:  nowrap;
//width:    100%;
}
.dynamic-tab-pane-control .tab-row .tab a:hover { 
text-decoration:none; 
color: rgb(0,66,174); 
}
.dynamic-tab-pane-control .tab-row .tab {
width: 73px !important; width /**/: 88px;
height:20px !important; height /**/:27px;
background: url("tab_bg.gif") repeat-x top left;
  font-family:  Arial, Helvitica;
  font-size:   14px;
  display:    inline;
  margin:     1px -5px 1px 5px;
  float:      left;
overflow: hidden;
  padding:    3px 6px 3px 6px;
  border:     1px solid #eee;
  border-bottom: 0;
border-top: 0;
 cursor: pointer;
  z-index: 1;
  position: relative;
  top: 0;
  font-weight: normal;
white-space:nowrap;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
width: 75px !important; width /**/: 89px;
height:20px !important; height /**/:29px;
  border: 1px solid #ededed;
  border-bottom: none;
  z-index:    3;
  padding:    2px 6px 5px 6px;
  margin:     1px -6px -2px 0px;
  top:      -2px;
  background:   #FFFFFF;
  font-weight: normal;
}

.dynamic-tab-pane-control .tab-row .tab a {
width: 75px;
height:20px;
  font-family:  Arial, Helvitica;
  font-size:      14px;
  font-weight: normal;
  color:       #4a697a;
  text-decoration:  none;
  cursor:     pointer;
}

.dynamic-tab-pane-control .tab-row .hover a {
width: 75px;
height:20px;
  font-family:  Arial, Helvitica;
  font-size:      14px;
  font-weight: normal;
  color:       #4a697a;
  color:  rgb(0,66,174);
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
width: 75px;
height:20px;
  font-weight:  normal;
}

.dynamic-tab-pane-control .tab-page {
  clear: both;
  border: 1px solid #ededed;
  background: White;
  z-index: 2;
  position: relative;
  top: -2px;
  color: Black;
  font-family:  Arial, Helvitica;
  font-size: 14px;
  padding: 10px;
}

.dynamic-tab-pane-control .tab-row {
  z-index:    1;
  white-space:  nowrap;
  /*background:   rgb(234,242,255);*/
  height:     1.85em;
  width:      100%;
}
.text_area {
        border : 1px solid #ccc;
        z-index: -3;
        font-size: 11px
}
INPUT, TEXTAREA, SELECT {
  z-index : -3;
  font-size: 11px;
}

