﻿body {	
   /* BACKGROUND: #fff;	
    FONT: 12px/1.25 "Helvetica Neue", Arial, sans-serif;	
    COLOR: #222; */
}

.confirm-dialog {	
    BACKGROUND: url("../img/bg/dialog24.png") no-repeat left top;	
    color:#000;
    MARGIN: 0px auto;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url("../img/bg/dialog24.png") no-repeat left bottom;
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 



.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    /*BACKGROUND: url("../img/bg/dialog-base.png") no-repeat left bottom;	*/
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center
}

.confirm-dialog .base a{	
    color:#000;
    TEXT-ALIGN: center
}


.confirm-dialog H2 {	
    font:bold 14px/16px "Trebuchet MS";
    color:#00aeef;
    TEXT-ALIGN:  left;
    
} 

.confirm-dialog input {	
    WIDTH:100px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url("../img/icn/close24.png") no-repeat 0px 0px;	
    LEFT: 285px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: 15px;	
    HEIGHT: 26px;	
}   

.modalBackground {
    filter:alpha(opacity=70);
    opacity:0.7;
} 


.confirm-dialog .base input {	
    border:1px solid #ddd;	
    font:normal 12px/14px "Trebuchet MS"; color:#666;
    
}

.confirm-dialog .base .btns {	
    color:#000;

}

.confirm-dialog .base .btns input{	
    color:#000;
width:20px;
margin:0px; padding:5px 0px 0px 0px;
 border:0px;
}
