#osx-modal-content,#osx-modal-data {
	display: none;
}

#osx-overlay {
	background-color: #000;
	cursor: wait;
}

#osx-container {
	background-color: #eee;
	color: #000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: .9em;
	padding-bottom: 4px;
	width: 600px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-box-shadow: 0 0 64px #000;
	-webkit-box-shadow: 0 0 64px #000;
}

#osx-container a {
	color: #228822;
}

#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;
	float: right;
}

#osx-container .close a {
	display: block;
	color: #777;
	font-size: .8em;
	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 {
	padding: 6px 12px;
}

#osx-container h2 {
	margin: 10px 0 6px;
}

#osx-container p {
	margin-bottom: 10px;
}

#osx-container span {
	color: #777;
	font-size: .9em;
}

#osxs-modal-content,#osxs-modal-data {
	display: none;
}

#osxs-overlay {
	background-color: #000;
	cursor: wait;
}

#osxs-container {
	background-color: #eee;
	color: #000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: .9em;
	padding-bottom: 4px;
	width: 600px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-box-shadow: 0 0 64px #000;
	-webkit-box-shadow: 0 0 64px #000;
}

#osxs-container a {
	color: #228822;
}

#osxs-container #osxs-modal-title {
	color: #000;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 6px 8px;
	text-shadow: 0 1px 0 #f4f4f4;
}

#osxs-container .close {
	display: none;
	float: right;
}

#osxs-container .close a {
	display: block;
	color: #777;
	font-size: .8em;
	font-weight: bold;
	padding: 6px 12px 0;
	text-decoration: none;
	text-shadow: 0 1px 0 #f4f4f4;
}

#osxs-container .close a:hover {
	color: #000;
}

#osxs-container #osxs-modal-data {
	padding: 0px 12px;
}

#osxs-container h2 {
	margin: 10px 0 6px;
}

#osxs-container p {
	margin-bottom: 10px;
}

#osxs-container span {
	color: #777;
	font-size: .9em;
}

#osxButtons {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: -7px;
	width: 200px;
	left: 70px;
}

.simplemodal-close {
	clear: none;
	float: left;
	position: relative;
}