﻿.vote_div
{
    position: absolute;
    z-index: 20;
    height: 250px;
    background-image: url('img/gray_bg.jpg');
    background-repeat: repeat-x;
    border: 2px solid #1375a6;
    left: 35%;
    width: 30%;   
}

.um_cell
    {
        width: 40%;
        font-size: 10px;
        vertical-align: top;
    }

.um_cell2
    {
        width: 60%;
    }    
    
.um_select
    {
        width: 175px;
        font-size: 10px;
    }
    
.um_tbox
    {
        width: 170px;
        font-size: 10px;
    }
    
.um_text
{
    color: #FFFFFF;
    background-color:
}

.um_button
{
    width: 40px;
    height: 18px;
    background-color: #DCDCDC;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
}

.tbl_enter
{
    position: relative; 
}

.um_textb
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    border: 1px solid #7b9cbf;
}

.LoginMSG   
{
    height: 30px;
    width: 150px;
    background-color: #ece9d8;
    border: 2px solid #000;
    position: absolute;
    left: 85%;
    top: 7%;
    text-align: center;
}

.um_CompTd
{
    background-color: #e6edef;
    text-align: right;
    border-bottom: 1px solid #FFF;
    width: 30%;
}