﻿body
{
	background: transparent url(../Images/Login/BG.gif) repeat-x scroll 0 0;
}

h1
{
	color:#595959;
	font-family:tahoma;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.3em;
}

h2
{
	color:#595959;
	font-family:tahoma;
	font-size:1em;
	font-weight:normal;
	line-height: 1.1em;
}

a
{
	color:#E6770A;
	font-family:Trebuchet MS;
	font-size:0.75em;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;	
}

div.Logo
{
	width: 194px;
	margin: 140px auto 0;
}

div.LoginBox
{
	background: transparent url(../Images/Login/Login.gif) no-repeat scroll 0 0;
	height: 158px;
	font-family: Trebuchet MS;
	color: Black;
	font-size: 0.9em;
	font-weight: bold;
	width: 285px;
	margin: 0 auto;
	padding: 30px 0 0 40px;
}

input.LoginTextBox
{
	width: 235px;
	margin: 5px 0 10px 0;
}

input.LoginButton
{
	width: 93px;
	margin: 10px auto;
	display: block;
}

h1.TagLine
{
	margin: 28px auto 0;
	width: 745px;
}

h2.TagLine
{
	margin: 25px auto 0;
	width: 425px;
}

div.Links
{
	margin: 20px auto 0;	
	width: 260px;
}

div.Links a
{
	padding: 0 8px;
}