/* This is the master CSS Version of the Login CSS File */ 


.LoginTitle
{
	text-align:center;
}


.LoginTable
{
	text-align:left;
	border-width:0px;
	width:350px;
	/*border:dashed 1px Black;*/
	margin: 0px auto 0px auto;
	/*Blue
	background-color:#AAD4FF;
	background-color:#FF7900;*/
	background-image:url(../ZibrantBackground/Images/video_bkgnd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding:10px;
	display:table;
	
}

.LoginTableLeft
{
	float:left;
	text-align:right;
	width:100px;
	/*border: solid 1px red;*/
	
}
.LoginTableRight
{
	float:right;
	text-align:left;
	width:210px;
	padding-left:20px;
	
	/*border: solid 1px Green;*/
	
}

.LoginBlock
{
	height:30px;
}

.LoginBtn
{
	text-align:right;
	padding:5px;
}


.LoginError
{
	width:100%; 
	text-align:center; 
	font-size:0.8em;
}

.lblError
{
	color:Blue;
	bottom:0px;
	
}

.LoginButton:hover
{
	cursor:pointer;
}


