/*baidu.ui.Dialog*/
.tangram-dialog {
    border : #9ecae8 solid 1px;
    background : #ffffff;
}
.tangram-dialog-title{
    background : #c7deed;
    border-top : #d8e8f2 solid 1px;
    border-bottom : #9ecae8 solid 1px;
    padding : 5px 12px;
    font-size : 14px;
    font-weight : bold;
    color : #1c4a79;
    cursor : move;
}
.tangram-dialog-content {
    font-size : 12px;
    padding : 5px;
}
.tangram-dialog-close {
    cursor:pointer;
    position : absolute;
    right : 8px;
    top : 8px;
    width : 11px;
    height : 11px;
    font-size : 0px;
    background : url("../images/tangram-dialog.png") no-repeat 0 0;
}
.tangram-dialog-close-hover,.tangram-dialog-close-press {
    background-position : 0 -11px;
}
.tangram-dialog-footer {
    background : #e6f3fb;
    border-top : #9ecae8 solid 1px;
    height : 20px;
    padding : 5px;
}
.tangram-dialog-accept,.tangram-dialog-cancel,.tangram-dialog-button-label {
    background : url("../images/tangram-button.png");
    position : relative;
    display : inline;
    float : left;
}
.tangram-dialog-accept,.tangram-dialog-cancel {
    cursor : pointer;
    background-position : left 0px;
    margin-right : 10px;
    padding-left : 5px;
    margin-left: 150px;
}
.tangram-dialog-button-label {
    background-position : right 0px;
    margin-right : -5px;
    width : 50px;
    height : 20px;
    padding-right : 5px;
    font-size : 12px;
    font-weight : 700;
    font-family : STHeiti,SimSun;
    color : #35608C;
    line-height : 20px;
    text-align : center;
}
.tangram-dialog-accept-hover,.tangram-dialog-cancel-hover {
    background-position : left -20px;
}
.tangram-dialog-accept-hover .tangram-dialog-button-label{
    background-position : right -20px;
}
.tangram-dialog-cancel-hover .tangram-dialog-button-label {
    background-position : right -20px;
}
.tangram-dialog-accept-press,.tangram-dialog-cancel-press {
    background-position : left -40px;
}
.tangram-dialog-accept-press .tangram-dialog-button-label{
    background-position : right -40px;
}
.tangram-dialog-cancel-press .tangram-dialog-button-label{
    background-position : right -40px;
}



.tangram-dialog-img { 
	float : left; 
	width : 16px; 
	height : 15px; 
    background : url("../images/tangram-dialog.png") no-repeat 0 -22px;
}
.tangram-dialog-text{ 
	float : left; 
	clear : right; 
} 