﻿body {
}

.LoginTable 
{
	background-image: url(http://apps.amberton.edu/img/login-background.jpg);
	width: 426;
	height: 326;
	min-height: 326;
	min-width:426;
	margin-left:auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.lblContent
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: White;
}

.LoginTextBox
{
	width: 190px;
	font-family: arial;
	font-size: xx-small;
	background-color: #FFFFFF;
}

.btnLogin
{
	height: 23px;
	width: 75px;
	font-family: Tahoma; 
	font-size:small;
}

.LoginInstruction
{
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
}