#magicBox {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #fff;
	border: 7px solid #545454;
	display: none;
	position: absolute;
	z-index: 50; }
		
	#magicHeader {
		background-color:#e5e5e5;
		padding: 7px 0 6px 10px; }
		
		#magicTitle {
			font-size:1.1em;
			font-weight: bold;
			text-decoration: none;  }
		
		#magicClose {
			background: transparent url(images/close.png) no-repeat;
			cursor: pointer;
			height: 28px;
			position: absolute;
			right:-16px;
			top:-16px;
			width:28px; }
			
			#magicClose:hover {
				background-position:-28px 0; }
		
	#magicContent {
		max-height: 600px;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 10px 15px 15px; }
		
		/* Stupid IE6 hack - remove when deprecated */
		* html #magicContent {
			height:600px;
			height:expression(this.scrollHeight > 600 ? "600px" : "auto");
			width:700px;
			width:expression(this.scrollHeight > 600 ? "700px" : "auto"); }
			
		/* Stupid IE6 hack - remove when deprecated */
		select.hidden {
			visibility:hidden; }
			
#magicLoader {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	border: 7px solid #545454;
	border-radius:5;
	display:none;
	padding:20px;
	position:absolute;
	z-index:50; }
		
#magicBackground {
	background-color: #666666;
	display: none;
	height: 100%;
	opacity: 0.7;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 49; }