﻿div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body, div, ul, ol, li, p, table, th, td {
    border: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",sans-serif;
    margin: 0px;
    padding: 0px;
    
}

html {
    font-size: 62.5%;
}

body {
    background: url('images/default/body_bg.gif') repeat-y center center;
}

.ModuleWindow {
    background: rgba(128,128,128,0.7);
    background-attachment: fixed;
    height:100%;
    left: 0px;
    position: fixed;
    width:100%;
    z-index: 1111;
}

#LoadingPic {
    background: url(images/houseinfo/Loading.gif) no-repeat;
    height: 13px;
    left: 50%;
    margin: -6px 0 0 -104px;
    position: absolute;
    top: 50%;
    width: 208px;
    z-index: 5;
}

#CurrentArea {
    background-repeat: repeat;
    height: auto;
    font-size: 1.3rem;
    line-height: 33px;
    overflow: hidden;
    text-indent: 0px;
    padding-left: 2rem;
    text-overflow: initial;
    white-space: normal;
    width: 100%;
}
.hideNewTip
{
    display:none;       
}
.padding_20 {
    padding: 20px;
}

.txtAlignCenter {
    text-align: center;
}

.bkcolor_e {
    background: #f3f2f2 none repeat scroll 0 0;
    border: 1px solid #bebebe;
    font-size:1.2rem;
    padding: 10px;
}

	.InputText {		
    background: #fff;		
    border: 1px solid #999;		
    box-sizing: border-box;		
    font-size: 13px;		
    height: 22px;		
    line-height: 22px;		
    vertical-align: middle !important;		
}		
.txtAutoCompleteInput {		
    border-right: 0px;		
    cursor: default;		
    vertical-align: middle;		
}		
.ACImage {		
    cursor: pointer;		
    margin-left: -1px;		
    vertical-align: middle;		
}		
.selInfo {		
    border: 1px dashed #999;		
    border-radius: 2px;		
    display: inline-block;		
    font-size: 13px;		
    margin-bottom: 2px;		
    margin-right: 2px;		
    padding: 2px;		
    padding-right: 10px;		
    position: relative;		
}		
    .selInfo > a {		
        color: blue;		
        cursor: pointer;		
        position: absolute;		
        right: 1px;		
        top: -5px;		
    }		
        .selInfo > a:hover {		
            color: red;		
        }		
Hide {		
    display: none;		
}