﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.confirm-dialog {	    
    background: url(/images/dialog24.png) no-repeat left top;	
    margin: 0px 0px;	
    width: 500px;	
    padding-top: 14px;	
    position: relative;     
}

.confirm-dialog h2 {	
    color: #EA7F37;
    font-size: 1.5em;
    font-weight: bold;
    TEXT-ALIGN: center;
    padding-bottom: 10px;
} 

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(/images/dialog24.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 460px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    border-top: #ddd 1px solid;	
    background: url(/images/dialog-base.png) no-repeat left bottom;	
    padding-bottom : 4px;	
    MARGIN-LEFT: -6px;	
    MARGIN-RIGHT: -6px;	
    padding-top: 4px;	
    text-align: center;
}

.confirm-dialog input {	
    width:200px;
    height:auto;
}     

.confirm--dialog a{
    text-decoration:none;
} 

.close {	
    DISPLAY: block;	
    BACKGROUND: url(/images/close24.png) no-repeat 0px 0px;	
    left: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}  
