.tab-button	 { 
    width: 150; 
    height: 20; 
    font-weight: normal; 
    background: #ffffff; 
    border-top: 1px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonhighlight;  
/*    border-right: 1px solid buttonshadow; */
    cursor: hand; 
    padding-top: 2px; 
    padding: 3;
}

.tab-body_first {
    position: relative; 
    left:10px;
    top:2px;

}


.tab-body	{ 
    background: #FFFFDD; 
    line-height: 14pt;
    border-top: 0px solid buttonhighlight; 
    border-left: 0px solid buttonhighlight; 
    border-bottom: 1px solid buttonshadow; 
    border-right: 1px solid buttonshadow; 
    border-style: ridge;
    padding: 10 10 10 10;
    position: relative; 
    left:0px;
    top:0px;
    position: absolute;
/*     left:310px;
    top:344px; */
    left:270px;
    top:10px;
    width:556px;
    z-index:1;
    visibility: hidden
}
