/* Help button */
 
.HelpButton {  
	background:#43285D;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none!important;
	line-height: 44px;
    width:44px;
    text-align:center;
    border-radius: 0 2px 2px 0;
}

/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}
#aToolTip p{
	color:#fff;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	} 
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	background:#555;
	color:#fff;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: .7em;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(/_imgs/common/tooltip-closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-20px;
		right:-30px;
		margin:2px;
		padding:4px;
	}