﻿div#overlay {
    background: #FFF;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
    /* for ie */
    filter: alpha(opacity = 0);
}

div#voting-modal {
	background: url(../i/modals/voting-modal-bg.png) no-repeat;
	display: none;
	height: 356px;
	left: 50%;
	margin: -178px 0 0 -219px;
	position: absolute;
	top: 50%;
	width: 439px;
	z-index: 1001;
}

div#voting-modal div.content {
	margin: 70px auto 0;
	position: relative;
	width: 294px;
}

a#modal-close {
	background: url(../i/modals/close.png);
	display: block;
	height: 32px;
	position: absolute;
	right: -50px;
	top: -60px;
	width: 32px;
}

div#recaptchaDiv { margin: 0 0 10px; }

div#captchaInvalidMessage {
	color: #F00;
	display: none;
	line-height: 15px;
	margin: 0 0 10px;
}

div#votingModaler { width: 294px; }

p#thanks-for-voting {
	background: url(../i/modals/thank-you-for-vote.png);
	height: 35px;
	margin: 0 auto 10px;
	width: 235px;
}

a#view-results {
	background: url(../i/modals/view-results.png) 0 0 no-repeat;
	display: block;
	height: 68px;
	margin: 0 auto 5px;
	width: 251px;
}

a#build-a-mural {
	background: url(../i/modals/build-your-mural.png);
	display: block;
	height: 45px;
	margin: 0 auto;
	width: 257px;
}