#modal {
	width: 733px;
	height: 536px;
	position:relative;
	background:url(../modal_ad/images/modal_bkg.gif);
	display:none;
}
	
.close_btn {
	width: 48px;
	height: 49px;
	position:absolute;
	top: 0px;
	left: 0px;
	cursor:pointer;
}

#modal p {
	font-family:"Trebuchet MS", "Century Gothic", arial;
	font-weight: normal;
	font-size:14px;
	text-align: center;
	color:#FFF;
	padding: 11px 0px 2px 0px;
	margin: 0px 0px 0px 50px;
}

#modal a, #modal a:link, #modal a:active, #modal a:hover {
	font-family:"Trebuchet MS", "Century Gothic", arial;
	font-weight: normal;
	font-size:14px;
	text-align: center;
	color:#9a8bf4;
	text-decoration:none;
}
	
	