body{
    font-family: 'Titillium Web',sans-serif;
    -webkit-text-stroke: 0px rgba(0, 0, 0, 0.4);
}

.float-fix {
    clear: both;
}

#vote_container {
	width: 500px;
	background-color: #DDF7FF;
	margin: 0 auto 0 auto;
	/* margin-top: 50px; */
	padding-bottom: 20px;
    border-radius: 5px;
}

#vote_title {
    width: 460px;
    margin: 10px 20px 5px 20px;
    float: left;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
}

#vote_text {
	width: 460px;
	min-height: 20px;
    margin: 0px 20px 10px 20px;
	float: left;

}

#voteTotalCount {
    font-size: 16px;
    width: 470px;
    height: 20px;
    float: left;
    margin-bottom: 10px;
    direction: rtl;
}

#voteTime {
    font-size: 14px;
    width: 460px;
    height: 20px;
    float: left;
    margin: 0px 20px 10px 20px;
    direction: rtl;
}


#picOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
}

#picOverlayBg {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.0;
}


#picOverlayContainer {
    width: 750px;
    height: 750px;
    background-color: white;

    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}




#picOverlayTopCross {
    width: 40px;
    height: 40px;
    background-color: white;
    float: right;

    text-align: center;
    font-size: 35px;
    line-height: 1.3em;
    color: #000000;
    font-family:"Lucida Console", Monaco, monospace;

    opacity: 0.5;

    position: absolute;
    right: 0;

    cursor: pointer;

    z-index: 500;
}

#picOverlayArrowLeft, #picOverlayArrowRight {
    width: 40px;
    height: 50px;
    background-color: #ffffff;
    background-image: url('../img/icons/arrow.png');
    background-repeat: no-repeat;
    position: relative;
    top: 448px;
    opacity: 0.5;
    cursor: pointer;
}

#picOverlayArrowRight{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    right: 10px;

}


#picOverlayMid {
    width: 100%;
    height: 100%;
    float: left;
    background-color: white;
}

.picOverlayMidPic {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
}



.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#test {
    width: 600px;
    padding: 30px;
    display:none;


    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);

}

.modal_close { position: absolute; top: 5px; right: 5px; display: block; width: 32px; height: 32px; background: url(../img/icons/close.png); z-index: 2; }
