﻿@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}

.simplegrid {
    margin:15px 0 0 0;
    padding:0;
    list-style-type:none;
}

.simplegrid li {
    text-align: left;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}

#list {
    height: 100%;
width: 265px;
float: left;
overflow:auto;
}

.mouse:hover {
    background-color:#f6f6f6;
}

 a {margin:1px;
    color:#2ca630;
 }   


html{height:100%}    
body{height:100%; margin:0px;padding:0px;} 

#citylist,#chinalist{
    margin-left:3px;
    text-align:center;
    background:#e5eecc;
    border:solid 1px #c3c3c3;
}
#chinalist{
    height:auto;
    overflow:auto;
    display:none;
    position:absolute;
    filter:alpha(Opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
    clear:both;
}
#citylist {
    margin-top:3px;
    width:80px;
}
.province ,.city ,.area { 
    font-size:14px;  
    clear: both;
}
.province div,.city div,.area div{ 
    line-height:22px; 
    float:left; 
    border-bottom:1px dashed #e6e6e6;
    list-style: none;height:auto; 
    padding:8px 10px 8px 10px;
}
.province div div:hover,.city div div:hover,.area div div:hover{
     background:#d24d4d; 
     color:#ffffff;
}
#inputbox {
    width: 334px;
height: 28px;
line-height: 28px;
float: left;
display: inline;
border: none;
border-radius: 7px;
}

#searchbtn {
width: 85px;
height: 30px;
border: 0;
border-radius: 2px;
background-color: #FFF;
background-image: url(../images/search.png);
background-repeat: no-repeat;
background-position: right center;
}

#search {
height: 30px;
background-color: #FFF;
border: 1px solid #BFC1C0;
border-radius: 7px;
float: right;
display: inline;
margin: 45px 274px 0 0;
}
