﻿.RightPane {
	width: 210px;
	vertical-align: top;
}
.ContentPane {
	width: 541px;
	vertical-align: top;
}
.LeftPane {
	width: 220px;
	vertical-align: top;
}
.contentTopRight {
	background: transparent url(../../images/topRightBorder.png) no-repeat;
	width: 11px;
	height: 11px;
}
.contentTopcenter {
	border-top: 1px #cccccc solid;
	background: white;
	font-size:0px;
	width:519px;
}
.contentTopLeft {
	background: transparent url(../../images/topLeftBorder.png) no-repeat;
	width: 11px;
	height: 11px;
}
.contentRight {
	border-right: 1px #cccccc solid;
		font-size:0px;
background:white;
}
.contentCenter {
	background: white;
}
.contentLeft {
	border-left: 1px #cccccc solid;
		font-size:0px;
background:white;
}
.contentBotRight {
	background: transparent url(../../images/botRightBorder.png) no-repeat;
	width: 11px;
	height: 11px;
}
.contentBotCenter {
	border-bottom: 1px #cccccc solid;
	background: white;
	font-size:0px;
	width:519px;
}
.contentBotLeft {
	background: transparent url(../../images/botLeftBorder.png) no-repeat;
	width: 11px;
	height: 11px;
}

