.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(../img/bt.gif) no-repeat top}

.tooltip b.tooltipbottom{padding:3px 8px 15px;color: #548912;
    background: url(../img/bt.gif) no-repeat bottom} 
    
 
 /* DIV */
#divOption {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    height: 350px;
    width: 500px;
    background-color:#e4e2df;
    border:2px outset #ffffff; 
    display:none;
    margin: 0 50% 0 50%;
    padding: 5px 10px 10px 10px;
    position:absolute; 
}
#divhandle {
    width:100%;
    height:30px;
    cursor:hand;
    background-color:#e4e2df;
}
#divOption input {
    float:right;
    cursor:hand;
    font-weight:bold;
}
#divOption h2 {
    float:left;
    font-size: 12px;
    font-weight:bold;
    padding-top: 5px;
}

#divOption #divtext {
    clear: both;
    /*background-color:#f3f3f3;*/
    border:2px inset #ffffff;
    overflow: auto;
    height: 310px;
}
/* ============== 2009-10-28 TPB - styles for diferentiated Disclaimer popups ======== */
/* ============== (popups selected through class tag) ================================ */

.disclaimer {			font-family:Verdana, Arial, Helvetica, sans-serif;
						height: 250px;
						width:  330px;
						background-color:#e4e2df;
						border:2px outset #ffffff;
						display:block;
						margin: 0 0% 0 0%;
						padding: 10px 10px 10px 10px;
						position:absolute;
						}
					
.disclaimer input {		float:right;
						cursor:hand;
						font-weight:bold;}
						
.disclaimer h2 {		float:left;
						font-size: 12px;
						font-weight:bold;
						padding-top: 5px;}
						
.disclaimer #divtext {	clear: both;
						border:2px inset #ffffff;
						/* overflow: auto; */
						/* height: 210px; */}
/* =================================================================================== */
