html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
}

img {
	border: 0px;
}

p {
color: #000000;
	margin: 0px;
}

input, select, option {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

#overlaydivcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#overlaydivcontent2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#overlaydiv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #000000;
	opacity: .60;
	filter: alpha(opacity=60);
}

#overlaydivsrc {
	width: 100%;
	text-align: center;
}

#buttons {
	height: 60px;
	width: 271px;
	top: 400px;
	left: 50%;
	position: absolute;
	z-index: 101;
}

#buttons #download {
	float: right;
}

#buttons #closeButtons {
	margin-top: 7px;
	float: right;
}