﻿.LoginStyle
{ 		
	FONT-SIZE: 9pt; 
	COLOR: #FFFFFF;
	FONT-FAMILY: tahoma,Arial,Verdana;
	font-weight: normal;
	cursor: hand;	
	width : 160px;
	margin : 0px auto;	
}

.LoginBody
{
	color : Black;
	float : right;
}

.Panel_Top_Left
{
	background-position:right;
	background-image: url(../Img/Left_Top.gif);
	background-repeat: no-repeat;
	width: 7px;
	height : 29px;
}

.Panel_Top
{
	background-image: url(../Img/Top_Tile.gif);
	background-repeat: repeat-x;
	height : 29px;			
}

.Panel_Top_Right
{
	background-image: url(../Img/Right_top.gif);
	background-repeat: no-repeat;
	width: 7px;
	height : 29px;
}



.Panel_Right
{
	float: left;
	background-image: url(Right.jpg);
	background-repeat: repeat-y;
	height : 100%;
	width: 13px;
}

.panel_Center
{	
	float:left; 
	background-color: #D7D7D7 ;
	height : auto;
	width: 150px; 
}

.Panel_Left
{
	float: left;
	background-image: url(Left.jpg);
	background-repeat: repeat-y;
	height :100%;	
	width: 13px;
}

.Panel_Down_Right
{
	float: left;
	background-image: url(Right_Down.jpg);
	background-repeat: repeat-x;
	width: 13px;
	height: 13px;
}

.Panel_Down
{
	float: left;
	background-image: url(Down.jpg);
	background-repeat: repeat-x;
	width: 150px;
	height: 13px;
}

.Panel_Down_Left
{
	float: left;
	background-image: url(Left_Down.jpg);
	background-repeat: repeat-x;
	width: 13px;
	height: 13px;
}