﻿#popUpBackGround {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: url(../Images/bianco70.png);
	background-repeat: repeat;
	z-index: 10000;
}
.popUpBody {
  position: fixed;
  z-index: 10001;
}
.caption {
	background-image: url('../images/popup/caption-bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	height:23px;
	color:#FFF;
	padding:3px 4px 0 4px;
	font-weight:bold;
}
.top {
	background-image: url('../Images/popup/top.png');
	background-repeat:repeat-x;
	background-position: left top;
	height: 4px;
}
.top-left {
	background-image: url('../Images/popup/topLeft.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 4px;
	height: 4px;
}
.top-right {
	background-image: url('../Images/popup/topRight.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 13px;
	height: 4px;
}
.bottom {
	background-image: url('../Images/popup/bottom.png');
	background-repeat:repeat-x;
	background-position: left bottom;
	height: 17px;
}
.bottom-left {
	background-image: url('../Images/popup/bottomLeft.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 4px;
	height: 17px;
}
.bottom-right {
	background-image: url('../Images/popup/bottomRight.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 13px;
	height: 17px;
}
.left {
	background-image: url('../Images/popup/left.png');
	background-repeat:repeat-y;
	background-position: left top;
	width: 4px;
}
.right {
	background-image: url('../Images/popup/right.png');
	background-repeat:repeat-y;
	background-position: right top;
	width: 13px;
}