﻿body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

/* Overlay */
#simplemodal-overlay {
	background-color: #000;
	cursor: wait;
}

#simplemodal-container div.modalClose {
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
}

span.closeX {
	font-family: Lucida Console;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
