﻿
.VotingBar
{
	background-image: url(../images/VotingImg.gif);
	background-repeat: repeat-x;
}
.td_bar
{
    border: 1px solid #A5BE4E;
    width: 100%;
    height: 12px;
}
.td_Result
{
    font-size: 12px;
    font-family: Vrinda;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.Popup
{
    border: 2px dashed #336600;
    position: absolute;
    top: 40%;
    bottom: 30%;
    left: 40%;
  

  
    background-color: #d3dfa7;
}
    
