﻿.modalBackground 
{
	background-color:Silver;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.modalPopup 
{
	background-image: url(img/pl/34-1.gif);
	background-repeat:no-repeat;	
	width:30px;		
	height:30px;		
}



