﻿.TCDialogDiv {
    border: solid 1px #5284bc;
}
.TCDialogTit {
    background-color: #1d91db;
    height: 30px;
}
.TCDialogTitContent {
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*注意要配合TCDialogTitContent使用*/
.TCDialogTitContentDrag {
    cursor: move;
}
.TCDialogbtnClose {
    background: transparent url("../../Images/TcDialog/close.png") 0 0;
    display: block;
    width: 31px;
    height: 20px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    outline-style: none;
    border: 0;
}
.TCDialogbtnClose:hover {
    background-position: 0px -20px;
}
/*注意要配合TCDialogbtnClose使用*/
.TCDialogbtnCloseOver {
    background-position: 0px -20px;
}
.TCDialogContent {
    width: 5px;
    background-color: #1d91db;
    float: left;
}
.TCDialogContentBody {
    border: solid 1px #5284bc;
    float: left;
    background-color: #fff;
}
.TCDialogBottom {
    height: 5px;
    background-color: #1d91db;
}
.DivCloseButton {
    width: 31px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.divLeftPic {
    width: 30px;
    height: 30px;
    float: left;
}