.PopUpWid
{
	top: 250px;
	width: 640px;
	text-align: left;
	padding: 10px;
	position: absolute;
	margin: 0 auto;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 1000;
	background-color: #FAF9F7;
	border: /*0px solid #fff*/4px solid #EFE9DD;
}

.PopUpWid.show
{
	display: block;
	opacity: 1;
	KHTMLOpacity: 1;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	left: -60%;
}

.aggregatoretext-footer {
	width: 97%;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
}

.aggregatoretext-footer a {
	height: 30px;
	line-height: 20px;
}
.btnBeweb {
	display: inline-block;
	position: relative;
	border: solid 1px #bbb;
	background-color: #fff !important;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: .9em;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-bottom: solid 2px #bbb;
	color: #851f29;
}

.aggregatoretext-content {
	height: 340px;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.95em;
	line-height: 1.6;
	color: #222;
	width: 620px;
	padding-right: 10px;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}