﻿@charset "utf-8";
/* CSS Document */
.Cwindow {
    position: fixed;
    right: 0;
    bottom: 0;
}

.Cwindow_conter {
    width: 405px;
    border: 1px solid #666;
    height: 480px;
    background: #fff;
    display: none;
}

.Cwindow_title {
    background: url(../images/Cwindow_title.png) repeat-x;
    height: 25px;
    line-height: 25px;
    border: 1px solid #89bf44;
    border-bottom: 1px solid #666;
}

.Cwindow_close {
    float: right;
    background: url(../images/Cwindow_close.png) no-repeat;
    height: 9px;
    width: 11px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 7px;
}

.Cwindow_title h2 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding-left: 10px;
}

.Cwindow_text {
    font-size: 12px;
    line-height: 25px;
    padding: 0 5px;
}

    .Cwindow_text a {
        text-decoration: none;
    }
.cwindow_More {
     line-height: 25px;
     height:25px;
     text-align:right;
     background-color:#F0F0F0;
     border:1px solid #F0F0F0;
     margin-left:-5px;
}
.cwindow_More a{
     margin-right:20px;
}
.Cwindow_times {
    float: right;
    color: #999;
}

.Cwindow_dialog {
    vertical-align: bottom;
    margin-top: 5px;
}



.Cwindow_submit {
    text-align: left;
}

    .Cwindow_submit a {
        background: url(../images/Cwindow_submit.png) no-repeat;
        width: 50px;
        height: 26px;
        display: inline-block;
         
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

.CwindowFlow {
    height: 240px;
    overflow-y: auto;
}

    .CwindowFlow p {
        padding-top: 5px;
        padding-left: 5px;
    }

.Cwindow_smallTitle {
    width: 16px;
    height: 78px;
    background: url(../images/Cwindow_smallTitle.gif) no-repeat;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
}

    .Cwindow_smallTitle a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
