/* <modal_popup> */
.modalBackground {
	background-color:#eeeeee;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	background-color:#fff;
	width:250px;
}
.modalPopup_header 
{   
    /*width: 240px;   */
    height:20px;
	background-color:#0C2065;
    font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopup_body
{
    width:100%; 
    text-align:center; 
   	color: #000000;
   	text-align: center;
   	padding: 10px 0px 10px 0px;
   	background-color:#fff;
}
.modalPopupBody_inner
{
    padding:5px; 
}


/* <modal_popup> */


.modalPopup2 {
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	background-color:#ffffff;
	/*width: 250px;*/
	width:500px;
}
.modalPopup p
{
    padding-top:5px;
    margin:0px;
    text-align:left;    
}
.modalPopupHeader 
{   
    width: 100%;   
    /* 100% - won't do it (must add for border width */
	background-color:#e2e2c2;
}
.modalPopupHeader_inner 
{   
    font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopupBody
{
    width:100%; 
    text-align:center; 
   	color: #000000;
}
.modal_calendar_clear_date
{
    font-size:0.7em;    
}

.deliveryPickup_watermark
{
    width: 245px;
    height: 21px;
    border: 1px solid #000;
    margin: 7px 0 7px 0;
    padding: 0;
    color: Gray ;
}