﻿.TextBoxRight
{
    float: left;
    display: inline;
    cursor: pointer;
}
input[type=text]:hover
{
    background-color: #FFFFFF;
    border: 1px solid #BABABA;
}
select
{
    background-color: #FFFFFF;
    border: 1px solid #BABABA;
}
.cityContext
{
    background-color: White;
    border-style: solid;
    border-width: 1px;
    border-color: #BABABA;
    width: 280px;
    height: 200px;
    position: absolute;    
    display: none;
    padding: 2px;
    z-index:10;    
}
.hrcss
{
    width: 100%;
    margin-top: 1px;
    border-style: none;
    border-bottom-style: dotted;
    border-color: #BABABA;
    border-width: 1px;
    height: 1px;
}
#cityContextt1
{
    overflow-y: auto;
    margin: auto;
    text-align: left;
    width: 100%;
    height: 155px;
}

