﻿.modalBackground 
{
   background-color:#406b4a;
   filter:alpha(opacity=40);
   opacity:0.4;
}

.modalPopup
{
	background-color:#406b4a;
	background-image: url('images/background2.jpg');
	background-repeat: repeat-x;
	border-width:2px;
	border-style:solid;
	border-color:#d79244;
	padding:3px;
	width:400px;
	height:400px;
}