body 
	{
	color: black;
	background-color: white;
	margin: 0px
}

#horizon        
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	background: url('/static/template/login-bg.jpg') no-repeat top left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -248px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 496px;
	height: 315px;
	visibility: visible;
}

.bodytext {
	position:absolute;
	width:400px;
	height:150px;
	font-size: 14px;
	text-align:center;
	color:#22719a;
	top:170px;
	right:25px;
}

.textinput {
	width:286px;
	border:1px solid #3c79b7;
}

.button {
	background:#F0F0F0;
	border:1px solid #3c79b7;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:11px;
	padding:2px;
	font-weight:bold;
	text-transform:lowercase;
}

.spacing {
	height:15px;
}

.left-margin {
	padding-left:10px;
}

.login-forgot {
	position:absolute;
	bottom:10px;
	right:0px;
}

a:link, a:visited 
	{
	color: #000;
	text-decoration: none;
	font-size:10px;
}

a:hover 
	{
	color:#156bbf;
	text-decoration: underline;
}