/* 
	Required Styles
*/
#aToolTip {
    position: absolute;
    display: none;
    z-index: 50000;
}

#aToolTip .aToolTipContent {
    position:relative;
    margin:0;
    padding:0;
}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
    background:rgba(0,0,0,0.6);
    color:#fff;
    margin:0;
    font-size: 12px;
    padding:3px 20px;
    -moz-border-radius:   100px;
    -webkit-border-radius:100px;
    -khtml-border-radius: 100px;
    border-radius:        100px;

    /*-moz-box-shadow: 1px 1px 1px #ccc; *//* for Firefox 3.5+ */
    /*-webkit-box-shadow: 1px 1px 1px #ccc; *//* for Safari and Chrome */
    /*box-shadow: 1px 1px 1px #ccc; *//* for Safari and Chrome */
}

.defaultTheme #aToolTipCloseBtn {
    display:block;
    height:18px;
    width:18px;
    background:url(../images/closeBtn.png) no-repeat;
    text-indent:-9999px;
    outline:none;
    position:absolute;

    margin:2px;
    padding:4px;
}