#MboxLogin {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	padding: 5px 5px 5px 101px;
	margin: 10px auto;
	color: #FFF;
	border-radius: 10px;
	background: url("http://www.mbox.lu/app/views/layouts/mbox/logo.png") 10px 5px no-repeat #13235B;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#MboxLogin:hover {
	background-color: #182C73;
}
