.ejWindow {
	background:#F3F3E9;
	border:1px thin #FFF;

}

.ejTitle {
	color:#FFF;
	height:25px;
	padding:3px 10px 3px 3px;
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
}

.ejClose {
	float:right;
	cursor:pointer;
	background:transparent url('close.gif') repeat-x;
	height:18px;
	width:18px;
	margin:2px;
}

.ejTitlebar {
	background:transparent url('tb.gif') repeat-x;
	height:25px;
}

.ejContent {
	padding:3px;
	color:#000;

}
.ejButtons {
	text-align:right;
	padding:5px;
}
.ejButton {
	width:90px;
}

#ejScreenBlock {
	background:black;
	z-index:2000;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
}

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	//background-color: #000;
	//back\ground-color: transparent;
	//background-image: url(blank.gif);
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

#quote_top {
	background:transparent url('top.gif') no-repeat;
	height:26px;
	width:700px;
	border-bottom:1px solid #000;
}
#quote_bottom {
	background:transparent url('bottom.gif') no-repeat 0 100%;
	height:26px;
	width:700px;
	display:inline-block;
	clear:both;
}
#quote_element {
	martgin-bottom:26px;
	padding-bottom:26px;
}

#quote_title {
	font-size:11px;
	font-weight:bold;
	padding-left:20px;
	padding-top:8px;
}
#quote_close {
	font-size:11px;
	float:right;
	margin-right:20px;
	font-weight:bold;
	padding-top:8px;
	cursor:pointer;
	text-decoration:underline;
}
