
/* --------------------------- Modal Popup ----------------------------------------------- */

.modalBackground 
{
	background-color:#eeeeee;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopUp 
{
	border: solid 1px #999;
	background-color:#ffffff;
	width: 280px;	
	height: auto; 
	overflow:hidden;
	font-size: 12px;
	font-family: Arial;
	color: #221e1f !important;
}

.modalPopUp .popupHeader
{
    background-color: #095694;    
    height: 20px;
    padding: 5px 5px 0 20px;
    overflow: hidden;
	border-bottom: solid 1px #999;
}

.modalPopUp .popupHeader .close a
{
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: url(../images/public/butClose.png) no-repeat 0 0;   
    float: right;     
}

.modalPopUp .popupHeader .close a:hover
{
    background-position: 0 -18px;
}

.modalPopUp .popupHeader h2
{
    margin: 0;
    padding: 0;    
    font-size: 1em;
    color: #fff;
    float: left;
}

.modalPopUp .popupBody
{
    padding: 15px 20px 20px 20px;
}

.modalPopUp .popupBody p
{
    padding: 0;
    margin: 0;    
    line-height: 18px;
	color: #221e1f !important;
}

.modalPopUp .popupBody .buttons
{
    margin: auto;
    position: relative;    
    padding: 10px 0 0 0;
}

.modalPopUp .popupBody .buttons a{
	color: #221e1f !important;
}


/* --------------------------- End Modal Popup ----------------------------------------------- */

