@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	position: relative;
	padding: 0;
	margin: auto;
	height: 100%;
	width: 100%;
/*	font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:#000;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	background-color: #9e9fa1;
}

img {
	border: 0px;
}

table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font-size: 100%;
}
th {
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	text-align: left;
}

label {
	width: 133px;
	padding-top: 10px;
	text-align: right;
	float: left;
	clear: both;
	color: #fff;
	font-size: 25px;
}
input[type=text], input[type=password] {
	margin-top: 8px;
	margin-left: 10px;
	height: auto;
	width: 220px;
	border: none;
	background-color: #fff;
	outline: 0px;
	font-size: 15px;
	vertical-align: middle;
}
input[type=text]:focus, input[type=password]:focus {
	color: #000;
	outline: 0px;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#page {
	position: relative;
	top: 20%;
	margin: auto;
	left: 0 !important;
	width: 375px;
	height: 192px;
	padding: 210px 53px 0px 68px;
	text-align: left;
	background: transparent url('../img/login-box.jpg') no-repeat center center;
}
	#page .formfield {
		position: relative;
		float: left;
		clear: both;
		width: 375px;
		height: 40px;
		margin-bottom: 10px;
		background: transparent url('../img/login-field.jpg') no-repeat;
	}
		#page .formfield .languages {
			position: absolute;
			top: 27px;
			left: 137px;
			width: 216px;
			padding: 6px;
			border: 1px solid #202020;
			border-top: 0px;
			background-color: #fff;
			font-size: 15px;
			z-index: 100;
			display: none;
		}
	#page #login-botton {
		position: relative;
		left: 221px;
	}
	#page #messages {
		position: absolute;
		top: 320px;
		left: 68px;
		width: 210px;
		line-height: 13px;
	}