﻿.confirm-dialog, .DialogPopupCss {	
    /*BACKGROUND: url(Dialog/Images/dialog-head.gif) no-repeat left top;	*/
    MARGIN: 0px 0px 0px 0px;	
    WIDTH: 455px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
    FONT: 12px/1.25 "Helvetica Neue", Arial, sans-serif;	
    COLOR: #222;
}

.confirm-dialog .title, .DialogPopupCss .DialogPopupTitleCss
{
    background: url(Dialog/Images/dialog-head.png) no-repeat left top;	
    margin: -8px -31px 0 -20px;
    padding: 18px 31px 20px 20px;
    z-index: 500;
    width: 100%;
}
.confirm-dialog .title span, .DialogPopupCss .DialogPopupTitleCss span
{
	color: White;
	font-weight: bold;
}

.confirm-dialog .inner, .DialogPopupCss .DialogWindowCss {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(Dialog/Images/dialog-body.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px 0px 0px;	
    WIDTH: 415px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base, .DialogPopupCss .DialogPopupActionCss {	
    BORDER-TOP: #ddd 1px solid;
    BACKGROUND: url(Dialog/Images/dialog-base.png) no-repeat left bottom;	
    PADDING-BOTTOM: 6px;	
    MARGIN-LEFT: -14px;	
    MARGIN-RIGHT: -9px;
    PADDING-TOP: 6px;	
    TEXT-ALIGN: center;
    z-index: 500;
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 1px;
}

.confirm-dialog H2, .DialogPopupCss H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: firebrick;
    TEXT-ALIGN: center;
    margin-top:5px;
} 

.DialogPopupMessageCss,.ModalPopupMessageCss
{
	margin: 0px;
}

.DialogPopupActionCss input{float:none;}

.close {	
    DISPLAY: block;	
    BACKGROUND: url(Dialog/Images/close.png) no-repeat 0px 0px;	
    RIGHT: -3px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: 5px;	
    HEIGHT: 26px;	
}   

.ModalBackgroundCss, .DialogBackgroundCss {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 

.popup .label {	float: left; font-size:11px; font-weight: bold; margin-left:0px; padding: 10px 8px 0px 5px; text-align: left; height: 18px; width: 100%;	}
.popup .input {	float: left; padding: 0px 0px 0px 0px; text-align: left; height: 28px; width: 100%; 	}
.popup .inputTxt {	float:left; background: url('Form/Images/FormInput.png') right top no-repeat; border: none; color: rgb(0,0,0); font-size: 12px; font-weight: normal; height: 28px; width: 394px; margin:0px; margin-top:1px; padding: 2px 3px 0px 5px;	}
.popup .inputNone {	background: none; border: none; color: rgb(0,0,0); font-size: 12px; height: 28px; width: 394px; margin:0px; padding: 2px 3px 0px 5px;	}
.popup .inputShortTxt {	background: url('Form/Images/FormInputShort.png') right top no-repeat; border: none; color: rgb(0,0,0); font-size: 12px; font-weight: normal; height: 28px; width: 182px; margin:0px; margin-top:1px; padding: 2px 3px 0px 5px;	}
.popup .inputShortNone {	background: none; border: none; color: rgb(0,0,0); font-size: 12px; height: 28px; width: 182px; margin:0px; padding: 2px 3px 0px 5px;	}
.popup .inputShort4Txt {	background: url('Form/Images/FormInputShort2.png') right top no-repeat; border: none; color: rgb(0,0,0); font-size: 12px; font-weight: normal; height: 28px; width: 84px; margin:0px; margin-top:1px; padding: 2px 3px 0px 5px;	}
.popup .inputShort4None {	background: none; border: none; color: rgb(0,0,0); font-size: 12px; height: 28px; width: 80px; margin:0px; padding: 2px 3px 0px 5px;	}
