﻿.confirm-dialog {	
    BACKGROUND: url(Dialog/Images/dialog-head.gif) no-repeat left top;	
    MARGIN: 0px 0px 0px 0px;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
    FONT: 12px/1.25 "Helvetica Neue", Arial, sans-serif;	
    COLOR: #222;
}

.confirm-dialog .title 	
{
    background: url(Dialog/Images/dialog24.gif) no-repeat left top;	
    margin: -15px -31px 0 -20px;
    padding: 20px 31px 20px 20px;
    z-index: 500;
}
.confirm-dialog .title span
{
	color: White;
	font-weight: bold;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(Dialog/Images/dialog24.gif) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px 0px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;
    BACKGROUND: url(Dialog/Images/dialog-base.gif) no-repeat left bottom;	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
    z-index: 500;
}

.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: firebrick;
    TEXT-ALIGN: center;
    margin-top:5px;
} 

.confirm-dialog input {	
    WIDTH:50px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url(Dialog/Images/close24.gif) no-repeat 0px 0px;	
    RIGHT: 0px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -2px;	
    HEIGHT: 26px;	
}   

.ModalBackgroundCss {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 

.ModalPopupMessageCss { font-size: 12px;}
.ModalPopupMessageCss p{ font-size: 12px;}

.base input { text-transform: capitalize; }