/* LOGIN CSS FILE */
@font-face {
 font-family: 'Segoe UI';
 src: url("../fonts/segoeui.eot") /* EOT file for IE */
}
@font-face {
 font-family: 'Segoe UI';
 src: url("../fonts/segoeui.ttf") /* TTF file for CSS3 browsers */
}

body {
	background-color: #fff;
	font-family: 'Segoe UI';
	font-size: 14px;
	height: 100%;
}

h1 {
	font-size: 36px;
	font-weight: 600;
	color: #555;
	position: absolute;
	top: 1px;
	margin: 0 0 0 -2px;
	line-height: 27px;
}

.h1_overlay {
	background: #fff;
	position: absolute;
	width: 275px;
	font-size: 4px;
	height: 4px;
}

form {
	margin-left: 27px;
	margin-right: 27px;
	padding-top: 50px;
}

input {
	font-family: 'Segoe UI';
}

input[type="text"], input[type="password"] {
	display: block;
	border: 0;
	background: #ddd;
	height: 25px;
	width:200px;
	margin-bottom: 5px;
	padding: 0 10px 0 10px;
	font-size: 12px;
}

label {
	clear: right;
	margin-bottom: 1px;
}

input[type="submit"], input[type="button"] {
	margin-top: 18px;
	background: #646464;
	border: 0;
	height: 29px;
	color: #fff;
	padding: 0 10px 4px 10px;
	margin-bottom: 30px;
	margin-right: 4px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background: #777;
}

#login_container {
	margin: -180px 0 0 -195px;
	height: 286px;
	width: 391px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#login_form {
	background: #343434;
	color: #fff;
	height: 290px;
	width: 275px;
	position: relative;
	top: -4px;
}

a {
	display: block;
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {margin:0px;}

.loader {
	background: #ddd url('../images/ajax-loader_small.gif') 180px 4px no-repeat !important;
}

.error {
	color: #fff;
	margin: 0;
	padding: 20px 27px 20px 55px;
	background: #F30B00 url('../images/icons/alert.png') no-repeat;
	background-position: 27px 21px;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.success {
	color: #fff;
	margin: 0;
	padding: 20px 27px 20px 55px;
	background: #13C600 url('../images/icons/success.png') no-repeat;
	background-position: 27px 21px;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.infotext {
	margin-top: 6px;
}