﻿body {
	/*background: url(../images/login-page/bg.jpg);*/
	background-attachment:fixed;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:0.750em;
	padding:0;
	margin:0;
	color:#333;
    background-color: #e9ebee;
}


a:link, a:visited
{
	color: #333;
	text-decoration: none;
	outline: none;
}


.cover
{
	position: relative;
	margin-top: 200px;
	width: 100%;
	height: 198px;
	/*background: #fff url(../images/login-page/bgline.png) repeat-x;*/
    background-color: #017729;
}

.support
{
	padding:10px;
	 background:#fff;
}

.bottom
{
	height: 20px;
	background: url(../images/login-page/bgshadow.png) center no-repeat;
}


.box
{
	width: 485px;
	height: 350px;
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -242px;
	background: url(../images/login-page/bgbox.png) no-repeat center center;
	z-index: 2;
}

	.box .logo
	{
		width: 420px;
		max-height: 45px;
		margin-top: 25px;
		overflow: hidden;
	}
.tc
{
	text-align: center;
}
.fc
{
	margin: 0 auto;
}

.logo a:link, .logo a:visited, .logo a:hover
{
	width: 100%;
	height: 45px;
	overflow: hidden;
}
div.logo a:link, div.logo a:visited, div.logo a:hover
{
	width: 100%;
	height: 45px;
	overflow: hidden;
}

.logo img
{
	max-width: 400px;
	max-height: 450px;
}

.box div.heading
{
	background: url(../images/login-page/manage.png) no-repeat 2px center;
	height: 40px;
	padding: 20px 0px 15px 40px;
	width: 293px;
	margin-top: 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.clear, #clear {
clear: both;
font-size: 0px;
}

.box div.middle {
width: 375px;
margin: 0 auto;
overflow: hidden;
}

.fl {
float: left;
}
.fr {
float: right;
}
.bld {
font-weight: bold;
}

div.box div.title {
text-transform: uppercase;
color: #0025aa;
font-weight: bold;
font-size: 1.1em;
white-space:nowrap;
}

label.fl {
width: 100px;
padding-top: 12px;
}

input.input {
width: 263px;
border: 1px solid #b3b3b3;
padding: 5px 4px 5px 6px;
outline: none;
margin-top:7px;
}


select, input, textarea {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 1em;
margin: 0px;
}

.button {
background: url(../images/login-page/bgbutton.png) repeat-x;
padding: 5px 15px;
border: 1px solid #b3b3b3;
outline: none;
min-width: 100px;
color: #333;
}

.button:focus
{
	border:1px solid #0025aa;
	cursor:pointer;
	color:#0025aa;
	outline:none;
}
.button:hover
{
	border:1px solid #017729;
	cursor:pointer;
	color:#fff;
	background:#017729;
	outline:none;	
}

a.forgot {
padding-top: 8px;
}

.corner_3
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.corner_5 
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.corner_10
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.red
{
	color:#f00;
}
.blue
{
	color:#00f;
}
.msgerror
{
	color:#f00;
	padding-bottom:2px;
}


.support > ul
{
	padding:0px;
	margin:auto;
	width: 400px;
}

	.support > ul > li
	{
		margin:8px;
	}

.support a
{
	color:#333;
}
	.support a:hover
	{
		color:#0025aa;
	}