
.ebiz-popupwindow-close {
	position: absolute;
	top: 6px;
	left: 300px;
	margin: 0px;
	padding: 0px;
	z-index:999;
}
.ebiz-popupwindow-close img{display:none;}
.ebiz-popupwindow-close a {
	color: #C4D698;
	font-size:0;
	width:100px;
	height:20px;
	display:block;
}
	
.ebiz-popupwindow-content-container {
	background-image: url(/assets/images/templates/popup-bottom.png);
	width:400px;
	min-height:60px;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index:998;
	overflow:visible;
}
	
.ebiz-popupwindow-content {
	background: url(/assets/images/templates/popup-middle.png) 0 0 repeat-y;
	position: relative;
}
.ebiz-popupwindow-content p, .ebiz-popupwindow-content  h1{
	margin: auto 10px auto 10px;
}
#ebiz-corner-topright {
	background: url(/assets/images/templates/popup-header.png) top left no-repeat;
	height:36px;
}
	
#ebiz-corner-bottomleft {
	height: 0px;
	width: 0px;
	position: absolute;
}

.ebiz-popupwindow-content .ebiz-portlet-error-inline {
	margin: 3px 0px;
	background-color: #ffffcc;
	padding: 5px;
	color: #990000;
}
	
.ebiz-popupwindow-content h1 {
	margin-top: 0px;
	color:#00853F;
	font-size: 20px;
	font-weight: bold;
}
	
.ebiz-popupwindow-content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
	
.ebiz-popupwindow-content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}