html{
	
	color: #000;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

body{
	margin: 0px 0px 0px 0px;
	background: #9f9f9f url(../images/bgEN.png) no-repeat;
}

.logo {
	
	width: 80px;
	height: 75px;
	position: absolute;
	left: 860px;
	top: 50px;
}

.topMenu {
	
	width: 940px;
	height: 20px;
	border-style: none;
	top: 10px;
	left: 0px;

	color: #666;
	position: absolute;
	text-align: right;
}

.topMenu a {
	color: #eee;
	text-decoration: none;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}

p{
	line-height: 20px;
}

a {
	color: #fa9112;
}

a:visited {
	color: #fa9112;
}

td{
	color: #9f9f9f;
	font: 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

.loginBox{
	width: 200px;
	height: 160px;
	position: relative;
	left: 571px;
	top: 150px;
	color: #fa9112;
	font: 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	display: block;
}

.error{
	width: 200px;
	height: 30px;
	position: absolute;
	left: 570px;
	top: 55px;
	color: #fff;
	font: 12px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	display: inline-block;
	background-color: #fba0a7;
	padding-top: 4px;
	border: 1px solid #f91b1a;
}

.text{
	width: 620px;
	height: 160px;
	position: relative;
	left: 200px;
	top: 185px;
	color: #3f3f3f;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

.headline{
	width: 620px;
	height: 25px;
	position: relative;
	left: 200px;
	top: 180px;
	color: #202020;
	font: 22px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.textfield { 
  border: #fa9112; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
	height: 25px;
	width: 140px;
	margin: 2px;
}

.loginBtn { 
  border: #fa9112; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
	height: 25px;
	width: 140px;
	background-color: #fbfcb7;
	color: #fa9112;
}

.loginBtn:hover { 
  	background-color: #fa9112;
	color: white;
}