	.modal {
	background-color:#fff;
	display:none;
	font-family: arial, helvetica, Tahoma;
	font-size: 112%;
	width:625px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 20px #fff;
	-webkit-box-shadow: 0 0 20px #fff;
}

div#disclaimer img {
	margin-bottom: 1em;
}

.modal h2 {
	/*background:url(/img/global/info.png) 0 50% no-repeat;*/
	margin: 0;
	padding: .5em 0;
	border-bottom:1px solid #333;
	font-size: 1.5em;
}

p#buttons {
	float: left;
	text-align: center;
	width: 100%;
}

p#buttons a {
	background: #c03;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: 2;
	margin: 1em .5em;
	padding: .5em;
	text-decoration: none;
	width: auto;
}

p#buttons a:hover {
	background: #c00;
	color: #fc0;
}