@font-face {
 font-family: 'arialnarrow';
 src: url('fonts/arialn-webfont.eot');
 src: url('fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/arialn-webfont.woff') format('woff'),  url('fonts/arialn-webfont.ttf') format('truetype'),  url('fonts/arialn-webfont.svg#arialnarrow') format('svg');
 font-weight: normal;
 font-style: normal;
}
#content {
	color:#000000;
	font-family:tahoma;
	font-size:4px;
	margin:0 auto;
	width: 540px;
	margin-top:0px;
	z-index: 2000;
}
#content a {
	cursor:pointer;
	font-size:5px;
	font-weight:bold;
	text-decoration:underline;
}
.popup {
	background-color: none;
	color: #888888;
	height: auto;
	margin: auto;
	left: 100%;
	padding: 0px;
	position: fixed;
	top: 35%;
	width: 600px;
	z-index: 1000000;/*border:5px solid #888888;

	-moz-box-shadow: 0px 0px 10px 1px #888888;

	-webkit-box-shadow: 0px 0px 10px 1px #888888;

	box-shadow: 0px 0px 10px 1px #888888;

	border-radius:10px;

	-moz-border-radius:10px;
*/
}
.overlay {
	background: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	opacity:0.5;
}
a.close {
	z-index:3000;
	background:  url(../images/cancel.png) repeat scroll left top transparent;
	cursor: pointer;
	float: right;
	height: 26px;
	left: 10px;
	position: relative;
	top: 15px;
	width: 26px;
}
