.login
{
	background-image: url(images/login.png); 
	background-repeat:no-repeat;	
}

.square_t
{
	
	vertical-align: bottom;
	text-align:right;
	background-image: url(images/square/t.png); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	height: 98px;
}

.square_tl
{
	text-align:left;
	vertical-align:top;
	background-image: url(images/square/tl.png); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	height: 98px;
}

.dialog_title
{
	position:absolute; 
	z-index:4000; 
	color:White; 
	font-size:14pt; 
	width:900px; 
	padding-top:54px; 
	padding-left:54px;
	text-align:left;
}

.dialog_buttons
{
	position:relative; 
	left:-43px;
	z-index:4000; 
	width:100px;
	padding-top:30px; 
	text-align:left;
}

.dialog_message
{
	position:relative; 
	z-index:4000; 
	left:0px; 
	font-size: 12px; 
	padding-top:1px;
}


.square_tr
{
	background-image: url(images/square/tr.png); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	height: 98px;
}

.square_l
{
	background-image: url(images/square/l.png); 
	background-repeat: repeat-y; 
	background-position: right; 
	width: 80px;
}

.square_r
{
	background-image: url(images/square/r.png); 
	background-repeat: repeat-y; 
	background-position: left; 
	width: 80px;
}

.square_bl
{
	background-image: url(images/square/bl.png); 
	background-repeat: no-repeat; 
	background-position: right top; 
	height: 72px;
}

.square_br
{
	background-image: url(images/square/br.png); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 72px;
}

.square_b
{
	background-image: url(images/square/b.png); 
	background-repeat: repeat-x; 
	background-position: top; 
	height: 72px;
}
.square_body
{
	background-image: url(images/square/c.png); 
}

.rowRight
{
	height:26px; 
	width:5px; 
	background-image: url(images/rowRight.png); 
	background-repeat:no-repeat; 
	background-color:Transparent;
}

.rowLeft
{
	height:26px; 
	/*width:5px; */
	background-image: url(images/rowLeft.png); 
	background-repeat:no-repeat; 
	background-color:Transparent;
}

.bl
{
	position:relative; top:-11px; height: 11px; width: 11px; float:left; background-image: url(images/bl.jpg); background-repeat: no-repeat; background-position: left bottom;
}

.br
{
	position:relative; top:-11px; height: 11px; width: 11px; float:right; background-image: url(images/br.jpg); background-repeat: no-repeat; background-position: right bottom;
}
