.txtbox
{
color: #CCCCCC; font-family: arial; width:150px; font-size: 9pt; border: 1px solid #9A9A9A; background-color: #212223;
}

.borderWrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 940px;
	height: 100%;
}

.borderWrapperLeft {
	float: left;
	background-image: url('../../ds/images/bg-lft.gif');
	background-repeat: repeat-y;
	background-position: left;
	border: solid red 8px;
	height: 100%;
}

.borderWrapperRight {
	float: right;
	padding-right: 15px;
	background-image: url('../ds/images/bg-rt.gif');
	background-repeat: repeat-y;
	background-position: right;
	height: 500px;
}

.header {
	height: 90px;
	width: 940px;
	background-color: #18191B;
	padding-top: 15px;
}

.headerPanelBoxLeft {
	float: left;
	background-image: url('../ds/images/digilogo.gif');
	background-repeat: no-repeat;
	background-position: left;
	
	width: 235px;
	height: 90px;
}



.headerPanelBoxRight {
	float: right;
	background-image: url('../ds/images/espre_logo.gif');
	background-repeat: no-repeat;
	background-position: right;
	width: 90px;
	height: 90px;
}



.content {
	height: 550px;
	width: 940px;
	background-color: #28292a;
	
}


.contentPanel {

	text-align: center;
	width: 100%;
	height: 550px;
}

.footer {
	height: 30px;
	width: 940px;
	background-color: #18191B;

}

.footerPanel {

	text-align: center;
	width: 100%;
	height: 30px;
	background-color:	#18191b;
	color:#9a9a9a;
	font-size:			11px;
    font-family:		Arial, Helvetica, sans-serif;
}

.loginPanel {
	width: 100%;
	height: 550px;
	background-image: url('../ds/images/login_bg.jpg');
	background-repeat: no-repeat;
	
}

.loginFormNew {
	display: none;
	position: absolute;
	left: 425px;
	top: 270px;
	color:#9a9a9a;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.splashPanel {
	
	text-align: center;
	color:#18191b;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	left: 403px;
	top: 245px;
	width: 276px;
	height: 147px;
    background-color:	#C2C2C2;
	vertical-align: middle;
}
