.MACHAND_TOP_TabStrip {
height:20px;
}

.MACHAND_TOP_TabPage { /* inner content */
 border-left: 1px solid black;
 border-bottom : 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;

 margin-top: 1px;
 padding: 15px;
 width: 770px;
}

.MACHAND_TOP_TabStrip .MACHAND_TOP_TabUnselected{
 cursor: pointer;
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 background: gainsboro;
 padding: 2px;
 position: relative;
 text-align: center;
 margin-left: 5px;
 }

.MACHAND_TOP_TabStrip .MACHAND_TOP_TabSelected {
 cursor: pointer;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 border-bottom 1px solid #FFF;
 background: #ffffff;
 top: 1px;
 padding: 2px;
 position: relative;
 text-align: center;
 margin-left: 10px;
}

.MACHAND_TOP_TabStrip .MACHAND_TOP_TabMouseover {
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 background: gainsboro;
}
