@CHARSET "ISO-8859-1";

.pollCover {
    width    : 100%;
    height   : 100%;										
	background : url(smallLoader1.gif) no-repeat center #FFF;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;				
	display : none;
	position : absolute;
	z-index : 10;
} 

.ltw_poll_form { position : relative; }