/*右侧悬浮�?*/
 .slide_bar {
    position: fixed;
    bottom: 130px;
    right:5px;
    z-index: 100;
}

.slide_bar span {
    position: relative;
    display: block;
    border: 1px solid #fff;
    border-bottom-color: #0096ff;
    /*padding: 15px 10px;*/
    /*padding:15px;*/
    background:#2095ff;
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.slide_bar i {
    width:46px;
    height:46px;
    display: block;
    /*margin-left:10px;*/
}

.slide_bar p {
    color:#fff;
    text-align:center;
    margin: 0;
}

.sign1 {
    background: url("../images/sprites.png") no-repeat 10px 9px;
}

.sign2 {
    background: url("../images/sprites.png") no-repeat 5px -35px;
}

.form_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    /*background-color: rgba(244, 244, 244, 0.5);*/
    visibility:hidden;
}

.form_overlay_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.6;
    filter:alpha(opacity=60);
}

.form_panel {
    background-color: #fff;
    border-radius: 5px;
    left: 50%;
    /*margin: -45% 0 0 -250px;*/
    margin: 0 0 0 -275px;
    max-height: 90%;
    overflow-y: auto;
    padding: 30px;
    position: fixed;
    top:50%;
    max-width: 782px;
    min-width:550px;
}

.form_title {
    border-left: 3px solid #50abf2;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.form_overlay .cancel {
    float: right;
    margin-top: -28px;
    color: #000;
    cursor: pointer;
    font-size:25px;
}

.form_overlay #details {
    padding: 20px 0;
}

.form_overlay #details a {
    margin-right:20px;
    color: #555;
}

.form_overlay #details a:hover {
    text-decoration:none;
}
