/* CSS Document */

body 
	{

	background-color: #77593f;
	/*background-image: url(/images/login/background.jpg);*/
	background-repeat: no-repeat;
	background-position:center;
	height:100%;
	margin: 0px;
	}

#horizon        
	{

	text-align: center;
	position: absolute;
	top: 25%;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	/*background-color: #f00;*/
	margin-left: -190px;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 431px;
	height: 414px;
	visibility: visible;
	background-image:url(/img/login.gif);
	font-size:11px;
	font-style:italic;
	}
	#content #loginForm{
		margin-top:132px;
	}
	#loginForm #loginFields{
		width:247px;
		margin:29px auto 0 auto;
	}
		#loginFields label{
			font-size:11px;
			font-style:italic;
		}
		#loginFields .rememberMe{
			float:left;
			margin:5px 0 0 64px;
		}
		#loginFields #password{
			margin-top:5px;
		}
		#loginForm #loginFields #login{
			margin:5px 0 0 13px;
	}
	#loginError{
		margin:23px auto 0 auto;
		width:200px;
		text-align:center;
		color:#ffffff;
		font-weight:bold;
	}
	#loginError img{
		width:29px;
		height:29px;
	}
	#loginError span{
		display:block;
		margin-top:10px;
	}
/*.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(/images/login/bkg_box.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	border: 2px solid #000000;
	height: 25px;
	padding: 3px;
	}*/
/*.style1 {font-size: 10px}*/
/*a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.style2 {font-size: 10px; color: #333333; }


#errmessage{
	position: absolute;
	width:454px;
	height:81px;
	top: -100px;
	left: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fcbc13;
	padding: 20px 10px 0 65px ;
	text-align: left;
}
#errmessage a{
	color: #fff;
}

#errmessage p {
	position: relative;
	z-index: 2;
	width: 375px;
	padding: 0;
	margin: 0 0 10px 0 ;
}*/