﻿#tt {position:absolute; display:block; background:url(../../images/tt_leftd.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../../images/tt_topd.gif) top right no-repeat; overflow:hidden}
#ttcont {
    background: none repeat scroll 0 0 #EFDABD;
    border: 2px solid #B66B00;
    border-radius: 10px 10px 10px 10px;
    color: #333333;
    display: block;
    margin-left: 5px;
    padding: 12px;
}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../../images/tt_bottomd.gif) top right no-repeat; overflow:hidden}

.helpBtn:hover
{
	background-image: url(../../images/helpBtn.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 13px;
	height: 12px;
	border: 0px;
}
.helpBtn
{
	background-image: url(../../images/helpBtn.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px;
	height: 12px;
	border: 0px;
	top: 3px;
	position: relative;
	cursor: pointer;
	background-color: Transparent; .top:-2px;
}