@charset "utf-8";
body {
    margin: 0px;                    
    border: 0px;      
    overflow-x: hidden;  
    //overflow-y: hidden;                  
    background-repeat: no-repeat;
    //background-position:center;        
    //background-repeat: repeat-x;   
    //background-color: black;

}	       
img {
    border: 0px;						
}
a {
    text-decoration:none;
}								
textarea { 
    resize: none; 
}		                            
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}    
.zipcode {
    display: none;
}
.county {

}
.district {

}
.result_loading{
    background: url(../images/loading_Bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;}
.result_loading .loading_icon{
    background: url(../images/result_loading.png) no-repeat;
    width: 345px;
    height: 509px;
    margin: 0 auto;}