.pnlRight {
	float:right;
	clear:right;
	border:none;
	border-collapse:collapse;
	margin-left:5px;
	margin-bottom:5px;
	}

.pnlRight td,
.pnlRight tr {
	padding:0px;
	margin:0px;
}

.pnlRight .content {
	border-top:2px solid red;
	border-bottom:2px solid red;
	padding:3px;
	padding-left:0px;
	padding-right:10px;
	}

.pnlRight .topleft,
.pnlRight .left,
.pnlRight .bottomleft {
	background: url(/_images/layout/container/left.gif) repeat-y left;
	}
	
.pnlRight .topright,
.pnlRight .right,
.pnlRight .bottomright {
	background: url(/_images/layout/container/right.gif) repeat-y right;
	}

.pnlRight .top img ,
.pnlRight .bottom img {
	width:20px;
	height:20px;
	border:none;
	}

.pnlRight .topright,
.pnlRight .topleft {vertical-align:top;}
.pnlRight .bottomright,
.pnlRight .bottomleft {vertical-align:bottom;}
