﻿.Panel_HeaderTopLogin
{
	display: inline-block;
	float: left;
	margin: 8px;
}

.Panel_HeaderTopLoginOptions
{
	display: inline-block;
	float: right;
	margin: 8px;
	min-width: 70px;
	padding-left: 16px;
	margin-right: 16px;
}

.Label_Login
{
	width: 64px;
	font-weight: bold;
}

.TextBox_Login
{
	font-family: Helvetica, Arial;
	font-size: 11px;
	height: 12px;
	width: 64px;
}

/*Seperate Login page*/
.Image_Login {
	z-index: 1;
		
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 70%;
			
	/* Set up proportionate scaling */
	width: 70%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
.ImageText_Login {
	position: fixed;
	left: 6%;
	top: 25%;
	z-index: 10;
	font-size: 88px;
	color: #FFFFFF;
	line-height: 88px;
	font-weight: lighter;
}

.Panel_Login {
    position: absolute;
    top: 40%;
}


	
	