﻿body
{
	background-color: #000000;
	background-image: url('../images/backgrounds/5.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-size: 10pt;
}

a, a:active, a:link, a:visited
{
	font-family: Arial;
	color: Blue;
}

a:hover
{
	font-family: Arial;
	color: Red;
}

.main
{
	font-family: Arial;
	font-size: 10pt;
}

.mainBold
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.footer
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
}

.notifyText
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

img
{
	border:none;
}

.header
{
	padding: 0px 0px 5px 0px;
	margin:0;
	color: #ebebeb;
	font-size: 34px;
	font-family: Arial;
	font-weight: bold;
}

.subHeader
{
	font-size: 10pt;
	color: #ffffff;
}

.mainText
{
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}

.login-box
{
	width: 485px;
	height: 410px;
	padding: 68px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial;
	background: url(../images/login-box-backg.png) no-repeat left top;
}


.login-box-temp
{
	width: 485px;
	height: 410px;
	padding: 68px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial;
	background-color: #000000;	
	
}

.login-box-name
{
	text-align: right;
	vertical-align: middle;
	padding: 0px 5px 0 0;
	font-weight: bold;
	color: #ffffff;
}

.login-box-field
{
	float: left;
	display:inline;
	width:230px;
	margin:0 0 7px 0;
}

.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
	vertical-align: middle;
}

.login-box-options
{
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a
{
	color: #ebebeb;
	font-size: 11px;
}