/**
 * 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;
}
div#contest_code_checker_contest_lookup_container {
	margin-left: auto;
	margin-right: auto;
}
.ccc_form_element label {
    display: block;
}
.ccc_form_element .error {
    color:  red;
}
.ccc_form_element input[type="text"], .ccc_form_submit input {
    padding: 0.5em;
    min-width:  50%;
}
.ccc_form_submit {
    text-align: center;
    padding: 1em 0em;
}