﻿
/*重写弹窗头部*/

.ui_title {
height: 35px;
line-height: 35px;
font-size: 15px;
font-family: '微软雅黑';
letter-spacing: 1px;
padding-left: 10px;
background: #27b4f2;
border-bottom: none;
}

.ui_state_focus .ui_title {
text-shadow: none;
}

.ui_title_buttons {
top: 8px;
}

.ui_title_bar {
border-bottom: 1px solid #1aa1d9;
}

.ui_state_focus .ui_title {
color: #FFF;
text-shadow: none;
}

.ui_state_drag .ui_title {
background: #1db0ed;
border-bottom: none;
}

.ui_close:focus {
color: #fff;
}

.ui_close:hover {
color: #C93333;
}