#voteContainer { position: relative; margin-top: 15px; z-index: 25; }
div#preload { display: none; }
#darkenBackground {	z-index: 20; height: 100%; width: 100%;	background-image: url(images/shader.png); background-repeat: repeat; position:fixed; top: 0px; left: 0px; }

#vote-box { width: 242px; }
#vote-header { height: 137px; width: 242px; background-image: url(images/vote_header.png); }
#vote-A { height: 74px; width: 242px; clear: both; cursor: pointer; }				
#vote-A-box { height: 74px; width: 59px; float: left; cursor: pointer; }
#vote-A-label { height: 74px; width: 183px; background-image: url(images/vote_A_label_up.jpg); float: right; cursor: pointer;}
#vote-A:hover #vote-A-label { height: 74px; width: 183px; background-image: url(images/vote_A_label_over.jpg); float: right; cursor: pointer; }	
#vote-B { height: 72px; width: 242px; clear: both; cursor: pointer; }				
#vote-B-box { height: 72px; width: 59px; background-image: url(images/vote_B_box_unchecked.jpg); float: left;  cursor: pointer; }
#vote-B-label { height: 72px; width: 183px; background-image: url(images/vote_B_label_up.jpg); float: right;  cursor: pointer; }
#vote-B:hover #vote-B-label { height: 72px; width: 183px; background-image: url(images/vote_B_label_over.jpg); float: right;  cursor: pointer; }
#vote-C { height: 52px; width: 242px; clear: both; cursor: pointer; }				
#vote-C-box { height: 52px; width: 59px; background-image: url(images/vote_C_box_unchecked.jpg); float: left;  cursor: pointer; }
#vote-C-label { height: 52px; width: 183px; background-image: url(images/vote_C_label_up.jpg); float: right; cursor: pointer;  }
#vote-C:hover #vote-C-label { height: 52px; width: 183; background-image: url(images/vote_C_label_over.jpg); float: right; cursor: pointer;  }		
#vote-submit { height: 69px; width: 242px; background-image: url(images/vote_submit.gif); cursor: pointer; }  

#results-box { width: 737px; height: 399px; z-index: 26; position: absolute; margin-top: 5px; color: #FFF; font-family: Arial, Helvetica, sans-serif; }
#results-header{ height: 399px; width: 337px; background-image: url(images/results_header.jpg); float: left;}
#results-column { width: 400px; height: 399px; float: left; }
#results-row-A { height: 49px; background-image: url(images/results_top.jpg); }
#results-close { float: right; }
#results-row-B { height: 277px; }
#results-A { width: 82px; height: 277px; background-color: #7ac141; float: left; }
#results-AB-spacer { width: 36px; height: 277px; background-color: #FFF; float: left; }
#results-B { width: 82px; height: 277px; background-color: #7ac141; float: left; }
#results-BC-spacer { width: 31px; height: 277px; background-color: #FFF; float: left; }
#results-C { width: 82px; height: 277px; background-color: #7ac141; float: left; }
#results-right-edge { width: 87px; height: 277px; background-color: #FFF; float: left; background-image: url(images/results_right.jpg); }
#results-A-white { height: 250px; width: 100%; background-color: #FFF;}
#results-A-green { height: 0px; width: 100%; background-color: #7ac141;}
#results-A-text { height: 27px; width: 100%; background-color: #7ac141; color: #FFF; font-family: Arial, Helvetica, sans-serif; text-align: center; font-size: 18px;}
#results-B-white { height: 250px; width: 100%; background-color: #FFF;}
#results-B-green { height: 0px; width: 100%; background-color: #7ac141;}
#results-B-text { height: 27px; width: 100%; background-color: #7ac141; color: #FFF; font-family: Arial, Helvetica, sans-serif; text-align: center; font-size: 18px;}
#results-C-white { height: 250px; width: 100%; background-color: #FFF;}
#results-C-green { height: 0px; width: 100%; background-color: #7ac141;}
#results-C-text { height: 27px; width: 100%; background-color: #7ac141; color: #FFF; font-family: Arial, Helvetica, sans-serif; text-align: center; font-size: 18px;}
#results-row-C { width: 400px; height: 73px; background-image: url(images/results_footer.jpg); }
