.ui-help-popup{
	display: inline-block;
	position: relative;
	z-index: 20;
}

.ui-help-popup.ui-help-active{
	z-index: 999;
}

.ui-help-link{
	display: inline-block;
	text-decoration: none;
	padding: 4px 10px;
	background: #eeeeee;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	text-shadow: 0 1px white;
	position: relative;
}

.ui-help-link:hover, .ui-help-link-active{
	text-decoration: none;
	background: #cccccc;
}

.ui-help-content-wrapper{
	display: none;
	position: absolute;
	background: #cccccc;
	top: 0;
	left: 0;
	padding: 30px 20px 20px 30px;
}

.ui-help-content{
	background-color: #FFF;
	padding: 10px;
	display: none;
}

.ui-help-title{
	margin: -25px 0 10px 0;
}

.ui-help-close-btn{
	position: absolute;
	top: 10px;
	right: 25px;
}

a.ui-help-button, a:visited.ui-help-button{
	float: right;
	padding: 10px 20px;
	margin-top: 10px;
	text-decoration: none;
	color: #FFF;
	background: #d0e4f7;
}

a.ui-help-button:hover, a.ui-help-button:active, a.ui-help-button:focus{
	text-decoration: none;
	background: #87bcea;
}

.ui-help-overlay {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 998;
    display:none;
    background: black url(../../suncorp/common/img/blank.png) repeat 0 0;
    opacity: .50;
    filter:Alpha(Opacity=50);
}
