@charset "UTF-8";
.borderContentAreaCustomised {
	background-color:#FFFFFF;
	padding-left:30px;
	color:#616161;
	padding-right:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e6e6;
	padding-top:3px;
	padding-bottom:30px;
	background-image: url(../images/interface/relaywareArrow.gif);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}
.borderLeftDivCustomised {
	display:none;
}

