body {
	background-color: white;
	font-family: 'Helvetica Neue Regular', Helvetica, sans-serif;
}

label {
	display: block;
}

#loginwrapper{
	width: 325px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 2px 7px;
	background-color: #E5E5E5;
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#FAFAFA), to(#E5E5E5));
	background-position:initial initial;
	background-repeat:initial initial;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	box-shadow:rgba(0, 0, 0, 0.4) 0 2px 7px;
	margin-left:auto;
	margin-right:auto;
	min-height:240px;
	min-width:280px;
	overflow:hidden;
	padding:45px;
	margin-top:30px;
}

#loginwrapper h1{
	font-size:24px;
	margin:30px 0 20px 0;
	font-weight:normal;
}

.logininput {
	width: 250px;
	padding: 7px;
}

.loginbutton{
	width:269px;
				background-color: #3F9FD9;
	background-image:-webkit-linear-gradient(bottom, #8a8a8a, #797979);
	color:white;
	background-position:initial initial;
	background-repeat:initial initial;
	border:1px solid #797979;
	text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
	-webkit-appearance:none;
	  border-bottom-left-radius:3px;
	  border-bottom-right-radius:3px;
	  border-top-left-radius:3px;
	  border-top-right-radius:3px;
	  display:inline-block;
	  line-height:22px;
	  padding:7px 20px;
	  cursor: pointer;
}

.loginbutton:hover {
	background: #2789C7 -webkit-linear-gradient(top, #8a8a8a, #797979);
}

img.logo {
	width: 155px;
}

div.logo {
	text-align: left;
}

#countrySelectorTopMenu {
	padding: 5px;
	width: 100%;
	font-weight: bold;
}