﻿body {
	background-image:url(../images/admin-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#B6A577;
	font-family: tahoma, arial, helvetica, sans-serif;
}

h1 {
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
	color:White;
}

h2 {
	left: 37px;
	top: 60px;
	font-size: 11px;
}


h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
.LoginPage
{
    width:100%;
    height:400px;
}

.LoginTable
{
    border:solid 1px black;
    width:300px;
}

a {
	text-decoration: none;
	color:White;
}

a:visited {
	color: White;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: White;
}

.Error
{
    color:Red;
}
