﻿#resdout
{
	position: relative;
	width: 768px;
	height: 516;
	background-color: #FFFFFF;
	z-index: 1;
}
DIV#loader
{
	position: relative;
	width: 768px;
	height: 516px;
	top: 1px;
	left: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 1;
}
DIV#loader.loading
{
	background: url( '../images/ajax-loader.gif' ) no-repeat center center;
	background-repeat: no-repeat;
}
DIV#loader.loaded
{
	background: center center;
	background-color: #FFFFFF;
}
#txtbox1
{
	position: absolute;
	z-index: 5;
	width: 400px;
	height: 80px;
	top: 50px;
	left: 30px;
	text-align: justify;
}
#txtbox2
{
	position: absolute;
	z-index: 5;
	width: 235px;
	height: 80px;
	text-align: left;
	left: 505px;
	top: 50px;
	vertical-align: top;
}
.lblbox1
{
	text-align: justify;
	font-size: 13px;
	line-height: 14px;
}
.lblbox2
{
	font-size: 23px;
}
#vline
{
	position: absolute;
	z-index: 5;
	width: 1px;
	height: 117px;
	background-color: #0071BC;
	left: 476px;
	top: 31px;
}
