/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
div#ccc-dialog {
	clear: both;
}
div#cccp_additional_codes_link {
	text-align: right;
}
div.contestswp_ajax_loader {
	z-index: 1000;
	left:0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	opacity: 45%;
	display:none;
}
div.contestswp_ajax_loader img {
	top: 50%;
	left: 50%;
	position: relative;
}