#modal {
       font-family: Arial, Helvetica, sans-serif;
       background:#0a94d5;
       display:none;
       width:350px;
       padding:15px;
       text-align:left;
       -moz-box-shadow: 0 0 30px #000;
       -webkit-box-shadow: 0 0 30px #000;
       color: #FFF;
}

#modal h2 {
       /*background:url(images/info_icon.gif) 0 50% no-repeat;*/
       margin:0px;
       padding:10px 0 10px 75px;
       font-size:18px;
       color: #FFF;
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
}
#modal .close
{
	background-color:#C0DEEC;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #0E4E6C #0E4E6C #FFFFFF;
	color: #094d6d;
	cursor: pointer;
	font-size:11px;
	line-height:18px;
	padding: 3px 5px;
	font-weight: bold;
	text-align:center;
	margin: auto auto 0px auto; 
	width: 100px;
}

