/* Custom Style for a Thickbox */
#TB_window.info
{
	background-color: #8CC63F;
	border: none;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#TB_window.info #TB_ajaxContent
{
	text-align: center;
}
