html {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

body {
	font-family: Arial;
	font-size: 13px;
	color: #666;
	margin: 0;
	line-height: 20px;
}

#layer, #registreClient, #modificarDades {
	position:fixed;
	z-index:1;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
}

.layerClock {
	margin:auto;
	background: url('../img/loading.gif') no-repeat center;
	width:100%;
	height:100%;
}

.article-row {
	margin-bottom: 10px;
}

h3 {
	font-size: 17px;
}

.checks label{
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}

button {
	background-color: #FF0290;
	border: 1px solid #333;
	color: #fff;
	padding: 3px 7px;
	font-weight: bold;
	cursor: pointer;
}

#enviarDades {
	font-size: 16px;
	font-weight: bold;
	width: 220px;
	height: 50px;
}

a {
	text-decoration: none;
	color: #FF0290;
}