﻿/*删除确认提示框样式*/
#deleteMsg
{
    width:300px;height:160px;position:fixed;top:30%;left:33%;background:#ffffff;border:3px solid #999999;
    display:none;z-index:99999;
}
.deleteTitle
{
    width: 100%;height: 42px;background: url('../Images/dlg_hd_m.png') repeat-x 0 0 #EEE;float:left;
}
#deleteMsg h3
{
    margin:0px;padding:0px;width:260px;height:42px;line-height:40px;font-size:14px;padding-left:10px;
}
.deleteTitle a
{
    width:20px;height:20px;background: url('../Images/btn_icon.gif') no-repeat scroll -109px -111px transparent;margin-top:10px;
}
.deleteTitle *
{
    float:left;
}
.msgContent
{
    width:100%;height:48px;float:left;text-align:center;padding: 10px 0px;line-height: 24px;
    color: #333;font: 12px/1.5 tahoma,arial,\5b8b\4f53;
}
.deleteBtn
{
    width:100%;float:left;text-align:center;
}
.deleteBtn a
{
    width:60px;height:25px;display:inline-block;line-height:25px;border:1px;text-decoration:none;
    color:White;/*padding-left:20px;*/font-size:13px;background: #0678BE;
}
.confirmBtn
{
    /*background: url('../Images/btn_sprit.gif') no-repeat 0 -440px;*/
}
.deleteBtn span
{
    height:37px;display:block;float:left;
}
.confirmBtn span
{
    width:50px;text-align:left;
    background: url('../Images/btn_sprit.gif') no-repeat right -440px;
}

.cancelBtn
{
    background: url('../Images/btn_sprit.gif') no-repeat 0 0;margin-left:5px;
}
.cancelBtn span
{
    color:Black;width:50px;text-align:left;background: url('../Images/btn_sprit.gif') no-repeat right 0;
}
