body {
	margin: 0;
	background: #EBE8EE;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 13px;
}

img { -ms-interpolation-mode: bicubic; }

a img {
	border: 0;
}

a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f9f9f9;
}

.fullscreen {
	position: absolute;
	display: none;
}

#fullscreenholder {
	width: 100%;
	height: 100%;
	background:url(/fullscreenpages/images/ajax-load.gif) center center no-repeat;
	z-index: 1;
	position: absolute;
}

#prompt {
	height: 80px;
	width: 250px;
	z-index: 1;
	display: none;
	position: absolute;
	color: #FFF;
}

#prompt .bg {
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}