/* CODEWEAVERS FINANCE PLUGIN CSS - SERVICES */ 
#cwEmailMeThisQuoteWindow {
	background:#FFF;
	border: 1px solid #000;
	display:none;
	position:fixed;
	top:30%;
	left:30%;
	width:450px;
	height:115px;
	z-index:10000;
}
#cwEmailMeThisQuoteFrame {
	overflow: hidden;
	width:  100%;
	height: 100%;
}
#cwOverlay {
	background:#CCC;
	display:none;
	filter: alpha(opacity=80);
	opacity:0.8;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
}
#cwCloseButton {
	background: url(https://d3he9si2xmpgay.cloudfront.net/services/plugin/images/clearForm.png) no-repeat;
	cursor:pointer;
	position: absolute;
	top: -12px;
	right: -12px;
	width:30px;
	height:30px;
}
