/* .country select, .state select{
    width:200px;
} */
.country .chzn-container, .state .chzn-container{
    font-size: 14px;
    display: none;
}
#country, #state {
    display: block !important;
}
.country .chzn-container .chzn-single, .state .chzn-container .chzn-single{
    width:200px;
    height:24px;
    line-height:24px;
    background:url(https://assets.mybrightsites.com/uploads/sites/11790/themes/23992/aab8824b5f5afa8b733aadb3692ddf974b93c313/select.png?1731504225) no-repeat 0 0;
    cursor:default;
    z-index:1;
    color: #999;
    font-size: 14px;
    font-family: Arial, Helvetica;
    text-decoration: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    filter:none;
}

.country .chzn-drop input, .state .chzn-drop input {
    border: 1px solid #aaa;
    background: #fff url('https://assets.mybrightsites.com/uploads/sites/11790/themes/23992/19c7b832ccf149f68df9c591751c06a7cabd5879/chosen-sprite.png?1731504225') no-repeat 100% -20px;
}

ul.address-list .chzn-drop input{
    border: 1px solid #aaa;
}

.country .chzn-container .chzn-single div, .state .chzn-container .chzn-single div{
    display:none;
}
