﻿body {
	background-image: url('bg_honeycomb.png');
}
.Login {
	z-index: 10;
	margin: 10% auto 0px;
	position: relative;
	width: 368px;
}
.Login .ControlsPart {
	background: #EEE url('grey_noise.png') repeat;
	border: 3px solid white;
	margin: 0 1px;
}
.Login .ControlsPart label.Field {
	position: relative;
	display: block;
	margin: 20px 30px 10px 0;
}
.Login .ControlsPart label.Field span.Caption {
	display: block;
	width: 105px;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 25px;
	text-shadow: 0 1px 0 #FFFFFF;
	float: right;
}
.Login .ControlsPart label.Field input {
	width: 185px;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: rgba(0, 0, 0, 0.15);
	border: none;
	border-top: 3px solid #AAA;
	outline: 1px solid white;
}

.Login .ControlsPart label.Field input:focus {
	border-color: transparent;
}

.Login .ControlsPart .FormCommand .FormButton span {
	display: inline-block;
	text-transform: capitalize;
	margin: -3px 3px 0 7px;
}

.Login .ControlsPart .FormCommand .FormButton {
	clear: both;
	margin-bottom: 15px;
	color: #fff;
	white-space: nowrap;
	width: auto;
	overflow: visible;
	background: #1C5EA0;
	background: -moz-linear-gradient(top, #1C5EA0 0%, #064792 99%);
	border: 1px solid #064792;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	text-shadow: 0 -1px 1px rgba(000, 000, 000, 1), 0 1px 0 rgba(255, 255, 255, 0.2);
	display: block;
	vertical-align: middle;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}
.Login .ControlsPart .FormCommand .FormButton {
	padding: 7px 11px 7px 7px;
	float: left;
	margin: 10px 0 0 30px;
}
.Login .Bar {
	color: white;
	padding: 10px 20px;
	font-size: 12px;	
	background: #4C5766;
	background: -moz-linear-gradient(top, #4C5766 0%, #313841 99%);
	border: 1px solid #313841;
	border-bottom: 1px solid #59676B !important;
}
.Login .Bar a {
	color: #ccc;
	margin-right: 30px;
}
.Login .Bar a:hover {
	color: #fff;
}


.Footer{text-align: center; padding-top: 10px; margin-top: 15px;; }
.Footer img{background-color: #fff;}        
.LinkBar{margin: auto; text-align: center; line-height: 160%; padding-top: 10px;color: white;}    