/*
Copyright: Vision Launchers LLC.
Author: Alan B. Dowling
Author URI: http://www.immersus.com
Special thanks to Elliot Jay Stocks at http://elliotjaystocks.com for his Starkers theme reset style sheets to help speed things along.
*/

@import "/css/reset.css";
@import "/css/typography.css";
@import "/css/layout.css";
@import "/css/styles.css";
@import "/css/navigation.css";

.xerror {background-color: #FFCCCC;}

#js_content {
	position: fixed;
	left: 25%;
	right: 25%;
	top: 15%;
	width: 545px;
	height: 524px;
	background-color: #FFFFFF;
	padding: 5px;
	opacity: 0.95;
}

#js_icontent {
	width: 545px;
	height: 430px;
	border: none;
	overflow-x: hidden;
}

#js_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}