﻿.carNumCitySelect {
    background-color: White;
    width: 94%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 6px;
    border-top: 1px solid #c2cad8;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    position:fixed;
    z-index: 888;
    border: 1px solid #c2cad8;
}

.carNumCitySelect div {
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 180%; /*background-color: #a5a4a4;*/
    background-color: transparent;
    color: #666666;
    cursor: pointer;
    width: 78%;
    padding: 3px 0;

}