.citymain
{
    display:none;
    text-align: left;
    margin-top: 4px;
    background: url(../CityChoose/jcwt.png);
    width:300px;
    height:auto;
}
.cityframe
{
    background: url(../CityChoose/bg-white-lock.png) repeat;
    /*background: url(../CityChoose/test.png) repeat;  */
    width: auto; 
    height:auto;
    overflow-y:auto;
    margin-bottom: 0px; 
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    -ms-border-radius: 7px; 
    -o-border-radius: 7px; 
    border-radius: 7px; 
}
.cityframe input
{
    /* background-color:none; */
    border:solid 1px #66B3F5;;
    /* color:darkgreen; */
    text-decoration:none;
    font-size:12px;
    /* margin-right:5px; */
    margin: 3px 5px 0px 0px;
    background-color: transparent;
    padding: 3px;
}
.cityframe input:hover
{
    text-decoration:none;
    font-size:12px;
    color:#FF7256;
    cursor:pointer;
}
.on
{
    /* background-color:darkgreen; */
    color:green !important;
    font-weight:bold;
}