﻿/* $Date: 2009-05-27 13:54:25 -0400 (Wed, 27 May 2009) $ $Rev: 7898 $ */
/* base styles */
html {
	overflow:hidden; /* hide scrollbars for IE */
}
body {
	color:#FFF;
	font-weight:bold;
	background-color:#000;
	font-family:Ariel, Sans-Serif;
}
.errorMsg {
	color:#f00;
}


.login_container{
    margin:0px auto;
    width:100%;
    position:absolute;
}


.center_horizontal {

	margin:0px auto;
}

* html .center_horizontal 
{

	margin:0px auto;
	
}
/*
html*.center_horizontal
{
	margin-left:0px auto;
	margin-right:0px auto;
}*/

.center_vertical 
{
 position:relative;
}

/* box border */
.borderbox .horizontalborder {
	height:35px;
}
.borderbox .horizontalborder .leftcorner,
.borderbox .horizontalborder .rightcorner {
	height:35px;
	width:35px;
}
.borderbox .horizontalborder .leftcorner {
	float:left;
}
.borderbox .horizontalborder .rightcorner {
	float:right;
}
.borderbox .contents {
	margin: 0 35px;
}
.horizontalborder {
	background-image:url(../images/login-horizontal.gif);
}
.horizontalborder.top .leftcorner {
	background-image:url(../images/login-corners.gif);
}
.horizontalborder.top .rightcorner {
	background-image:url(../images/login-corners.gif);
	background-position:-35px 0;
}
.horizontalborder.bottom .leftcorner {
	background-image:url(../images/login-corners.gif);
	background-position:0 -35px;
}
.horizontalborder.bottom .rightcorner {
	background-image:url(../images/login-corners.gif);
	background-position:-35px -35px;
}

.borderbox {
	background: url(../images/login-vertical.gif) repeat-y right;
}
.borderbox .boxwrapper {
	background: url(../images/login-vertical.gif) repeat-y left;
}

* html .borderbox {  /* target IE only */
	background: url(../images/login-background600.gif);
	width:600px;
}


/* box style */
#loginwrapper {
	width:600px;
}
#logo { 
	position:absolute;
	top:55px;
}
#loginformDiv {
	margin-left:270px;
	text-align:center;
}
label {
	display:block;
}
#tagline {
	text-align:center;
	font-size:80%;
	margin-top:2em;
}
.errorbox {
	text-align:center;
	margin-top:1em;
}
.errorbox img {
	vertical-align: top;
	margin-right:5px;
}
.LoginMessage
{
	font-size:90%;
	padding-top:10px;
}

.ForgotPassword
{
	color:#FFA500;
	display:block;
	text-decoration:none;
}

