.qtip {
	font-size: 16px;
	line-height: normal;
	max-width: 50%;
}
.qtip-default {
	background: rgba(0,94,121,.9);
	border: 0;
	color: #FFFFFF;
	padding: 1.5em 4em 1.5em 1.5em;
}
	.qtip-close {
		top: 1.5em; right: 1.5em;
	}
	.qtip-default .qtip-icon {
		background: transparent;
		border: 0;
	}
	.qtip-close .ui-icon {
		color: #FFFFFF;
		/*font-size: 0;*/font-size: inherit;
	}



.qtip h1, .qtip h2, .qtip h3, .qtip h4, .qtip h5, .qtip h6 {
	margin: 0;
}



.qtip input[type="submit"],
.qtip input[type="button"],
.qtip .block-button {
	background: #8e9090;
}
.qtip .block-button + .block-button {
	background: #efeded;
	color: #2d373b;
}