.ttContainer
{
    border-top: 1px solid #c0c0c0;
    width: 465px;
    position: relative;
    left: 0px;
    min-height: 200px;
    clear: both;
    float: left;
    padding-bottom: 20px;
}

.ttButons
{
    float: left;
    width: 100px;
    clear: both;
    position: absolute;
    /*z-index: 2;*/
    border: 0px 0px 0px 0px;
}

.ttButons a.hptab
{
    background: url("../images-sb/tabBtnBg.png") 0 100% repeat-x;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    height: 22px;
	 Line-height:22px;
    float: left;
    overflow: visible;
    /*background: white;*/
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    color: black;
    width: 100px;
}

.ttButons a.hptab span
{
    padding: 5px 0px 5px 12px;
}

.ttTextarea
{
    background: url("../images-sb/tabBg2.png") 0 100% repeat-x;
    display: none;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    float: right;
    clear: both;
    z-index: 1;
    width: 364px;
	padding: 10px 0px 10px 10px;
}

.ttTextarea p
{
    padding: 10px 20px 20px 20px;
}

.ttTextarea li 
{
    font-size: 12px;
}
