﻿.timedOut {
	background: url(../../../img/background.jpg) repeat;
	background-position: center center;
	z-index: 1000;
	cursor: wait;
	pointer-events: none;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
/* Overlay */
#osx-overlay {
	background-color: #000;
}

/* Container */
#osx-container {
	background-color: #eee;
	overflow: auto;
	color: #000;
	font: 16px/24px "Lucida Grande",Arial,sans-serif;
	padding-bottom: 4px;
	width: 600px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 64px #000;
}

#osx-container a {
	color: #ddd;
}

#osx-container #osx-modal-title {
	color: #000;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 6px 8px;
	text-shadow: 0 1px 0 #f4f4f4;
}

#osx-container .close {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

#osx-container .close a {
	display: block;
	color: #777;
	font-weight: bold;
	padding: 6px 12px 0;
	text-decoration: none;
	text-shadow: 0 1px 0 #f4f4f4;
}

#osx-container .close a:hover {
	color: #000;
}

#osx-container #osx-modal-data {
	font-size: 12px;
	padding: 6px 12px;
}

#osx-container h2 {
	margin: 10px 0 6px;
}

#osx-container p {
	margin-bottom: 10px;
}

#osx-container span {
	color: #777;
}