﻿/* 
	Modal Stylesheet
	© copyright 2009 webuild solutions
	http://www.webuild.pt
*/

#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

	z-index: 9;
	background-color:#333333;
	display: none;
	opacity: 0.50;
	filter: alpha(opacity=50)
}
#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
	*margin-left:-311px;
	*margin-top:-225px;
	
	z-index: 10;
	background-color: white;
	background:#fff url(../images/banner_popup.jpg) left top no-repeat;
	display: none;
	width: 623px;
	height: 449px;
	border: 0;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
}

#modalWindow a {
	display:block;
	width:220px;
	height:100px;
	float:right;
	margin:318px 0 0 0;
	}

#fechar {
	float:right;
	display:block;
	width:90px;
	height:30px;
	margin:0 5px;
	cursor:pointer;
	cursor:hand;
	}