﻿/*This is for ajax modal popup- raj*/
.modalPopup {
	border-right: gray 3px solid; 
	padding: 8px; 
	border-top: gray 3px solid; 
	border-left: gray 3px solid; 
	width: 250px; 
	border-bottom: gray 3px solid; 
	background-color: #FFFFFF; 
}

.modalBackground {
	filter: alpha(opacity=70); 
	background-color: gray; 
	opacity: 0.7;
}

.modalPopupTitleBar {
    background-color:#8E236C;
    border-width:0px;
    border-style:outset;
    border-color:#E0CCD8;
    padding:8px;
    height:14px;
    color:White;
    font-weight:bold;
    border-bottom:outset 2px;
}
/****/