.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
    height:1%;
}

.clearfix{
    display:block;
}
div,ul,li{margin:0,padding:0}
/*a,a:hover{
    text-decoration:none;
    color:#666;
}*/
a img{
    border:0;
}

.ui-fs {
    width: 99%;
    font-size:12px;
    color:#666;
    z-index:1;
    position:relative;
    }

.ui-fs .ui-fs-input {
    height: 22px;
        }

.ui-fs .ui-fs-input input{
    width: 90%;
    height:19px;
    padding-left:5px;
    color: #666;
    line-height: 20px;
    font-size: 12px;
    margin: 0px;
    border: 0 none #FFF;
}

.ui-fs .ui-fs-input .ui-fs-icon {
    height: 18px;
    width: 19px;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    background-image: url(ui-fs-icon.gif);
    background-repeat: no-repeat;
    background-position: center 0px;
    font-size: 0px;
    line-height: 0px;

}
.ui-fs .ui-fs-input .active{
   background-position:center;  
}
 .ui-fs .ui-fs-input a:hover{
     background-color:#ccddee;
 }
.ui-fs .ui-fs-list {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #7f9db9;
    position: absolute;
    z-index: 999;
    display:none;
    background-color:#FFF;
    width:100%;
    margin-top: 1px;
    padding: 0px;
    margin-left: -1px;
}

.ui-fs .ui-fs-list a{
    display:block;
    height: 25px;
    line-height: 25px;
    background: #e0ebf2;
    border-bottom: 1px solid #ccddee;
    padding:0 5px;
}
.ui-fs .ui-fs-list a:hover{
    text-decoration:none;
}
.ui-fs .ui-fs-list a.active{
    color:#fff;
    background-color:#7f9db9;
}
.ui-fs ul li img {
    vertical-align: middle;
    padding: 0 5px;
}

.ui-fs .ui-fs-all {
    background: #e0ebf2;
    border: 1px solid #ccddee;
    padding: 10px;
    position:absolute;
    z-index:999;
    width:278px;
    display:none;
    right: 0px;
}

.ui-fs .ui-fs-all .top {
    position: relative;
}
.ui-fs .ui-fs-all .top select{
    width:120px;
}
.ui-fs .ui-fs-all .close {
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("ui-fs-icon.gif" ) no-repeat right -60px;
    cursor: pointer;
    font-size: 0px;
    line-height: 0px;
}

.ui-fs .ui-fs-all .ui-fs-allinner {
    background: #fff;
    border: 1px solid #ccddee;
    padding: 5px;
}

.ui-fs .ui-fs-all .page {
    border-bottom: 1px solid #ccddee;
}

.ui-fs .ui-fs-all .page div {
    float: left;
}
.ui-fs .ui-fs-all .ui-fs-allinner .list{
    height:150px;
    overflow:hidden;
    width:266px;
}

.ui-fs .ui-fs-all .page div.button {
    float: right;
}

.ui-fs .ui-fs-all .page div.button span {
    padding: 0 5px;
    cursor: pointer;
}

.ui-fs .ui-fs-all .page div.button span.disable {
    color: #999;
    cursor:auto;
}

.ui-fs .ui-fs-all .ui-fs-allinner b {
    color: #ff0000;
}
.ui-fs .ui-fs-all a{
    display:block;
    float:left;
    height:22px;
    width:81px;
    margin:5px 5px 0 0;
    background:#effafe;
    cursor:pointer;
    overflow:hidden;
    border:1px solid #fff;
}
.ui-fs a img{
  vertical-align: middle;
  padding: 0 5px 0 0;
}
.ui-fs .ui-fs-all a:hover{
    background:#e0ebf2;
    text-decoration:none;
    }
.ui-fs .ui-fs-result{
    padding:0px;
    white-space:nowrap;
}
.ui-fs .ui-fs-result a{
    border:1px solid #cde;
    display:block;
    float:left;
    height:20px;
    line-height:20px;
    position:relative;
    cursor:auto;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5;
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0px;
}
.ui-fs .ui-fs-result a:hover{
    text-decoration:none;
    background-color:#e0ebf2;
}
.ui-fs .ui-fs-result a span{
    position:absolute;
    right:1px;
    top:0px;
    display:block;
    width:10px;
    cursor:pointer;
    font-size: 0px;
    line-height: 0px;
    height: 20px;
    background-image: url(ui-fs-icon.gif);
    background-repeat: no-repeat;
    background-position: center -55px;
}