.relsample {
	width: 100%;
	position: relative;
	background-color: #fff7f7;
}
.relsample .top_left, .relsample .top_right, .relsample .bottom_left, .relsample .bottom_right {
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	position: absolute;
	background-color: #D9E0F2;
}
.relsample .top_left {
	top: 0px;
	left: 0px;
	background-image: url("pmg/corner_top_left.gif");
}
.relsample .top_right {
	top: 0px;
	right: 0px;
	background-image:url("pmg/corner_top_right.gif");
}
.relsample .bottom_left {
	bottom: 0px;
	left: 0px;
	background-image: url("pmg/corner_bottom_left.gif");
}
.relsample .bottom_right {
	bottom: 0px;
	right: 0px;
	background-image: url("pmg/corner_bottom_right.gif");
}
.relsample .content {
	position: relative;
	padding: 20px;
}
.relsample .contentPub {
	position: relative;
	text-align:center;
	padding: 20px;
}