* 
	{
	margin:0;
	padding:0;
	}

html, body 
	{
	height:100%;
	background-color:#FFF;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;	
	background-image:url(../../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:12px;
	}
h1
	{
	font-size: 39px;
	color:#0a8bc9;
	}
	
#logo-mwb{
	margin-top: -100px;
	margin-left: 220px;
}

#login-icons{
	position: absolute;
	top: 255px;
	left: 210px;
}

#login-icons .login-icon{
	margin: 0 4px;
}

form#loginform
	{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 20px 385px;
	margin-top: 75px;
	float:right;
	}

form label
	{
	position: absolute;
	margin: 6px 0 0 0;
	color:#fff;
	}

form .inputDropdown
	{
	margin-top:5px;
	padding: 2px 5px 2px;
	border: 1px solid #c8c8c8;
	width: 180px;
	height: 24px;
	/*
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	*/
	color:#555;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	}

form input
	{
	margin: 3px 2px 4px 100px;
	padding: 2px 5px 2px;
	border: 1px solid #c8c8c8;
	width: 170px;
	height: 18px;
	/*
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	*/
	color:#555;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	}

form input:focus
	{
	border: 1px solid #999;
	background-color:#EAEAEA;
	}

.inputButton
	{
		cursor: pointer;
	font-weight: normal;
	width: 90px;
	margin: 4px 0 10px 182px;
	height: 32px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	}

.inputButton:hover
	{
	color:	#0a8bc9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	}

#distance
	{ 
	width:1px;
	height:50%;
	margin-top:-143px;
	float:left;
	}

#container 
	{
	position:relative;	
	margin: 0 auto;
	width: 675px;
	text-align:left;
	clear:left;
	}

.inputTextError, .inputPasswordError
	{
	border: 1px solid #F00;
	background-color: #FCC;
	}

.formError
	{
	font-size: 11px;
	float:right;
	color: red;
	}
	.login-actions{
		position: relative;
	}
	.forgot-pwd{
		top: 13px;
		color: #fff;
		position: absolute;
	}
	.forgot-pwd:hover{
		text-decoration: none;
	}
	.login-actions .inputButton{
		float: right;
	}

.forgotPassword{
	left: 360px;
    position: absolute;
    top: 65px;
	}
.forgotPassword .no-receivermail{
	line-height: 18px;
	color: #fff;
}
.forgotPassword .no-receivermail .support-number{
	display: block;
	color: #FF0000;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid red;
	padding: 4px 8px;
}
.forgotPassword .receivermail{
	line-height: 18px;
	color: #fff;
}


.back-link{
	color: #fff;
}
.back-link:hover{
	text-decoration: none;
}
