﻿/*body {	
    BACKGROUND: #fff;	
    FONT: 12px "Helvetica Neue", Arial, sans-serif;	
    COLOR: #222;
}*/

.confirm-dialog {	
    BACKGROUND: url('../images/bg/dialog24.png') no-repeat left top;
    MARGIN: 0px auto;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;	
    POSITION: absolute;
    z-index : 1000;
}

.confirm-dialog2 {	
    BACKGROUND: url('../images/bg/dialog24.png') no-repeat left top;
    MARGIN: 0px auto;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;	
    POSITION: absolute;
    text-align : left;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url('../images/bg/dialog24.png') no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog2 .inner2 {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url('../images/bg/dialog24.png') no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
    text-align : left;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 0px solid;	
    /*BACKGROUND: url(images/bg/dialog-base.png) no-repeat left bottom;*/	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 14px;	
    TEXT-ALIGN: center;
}

.confirm-dialog2 .base {	
    BORDER-TOP: #ddd 0px solid;	
    /*BACKGROUND: url(images/bg/dialog-base.png) no-repeat left bottom;*/	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 14px;	
    TEXT-ALIGN: center;
}

.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.15em;/*1.25em;*/	
    COLOR: #f60;
    TEXT-ALIGN: left;
    padding-left: 50px;
    line-height: .9em;
} 

.confirm-dialog2 H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.15em;/*1.25em;*/	
    COLOR: #f60;
    TEXT-ALIGN: left;

} 

.confirm-dialog input {	
    WIDTH:50px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url('../images/icn/close24.png') no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}   

.modalBackground {
    /*background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;*/
} 
