
dt{
	display:inline;
	float:left;
	margin-right:5px;

}

legend{
	color:#000;
	background-color:#eee;
	font-size:1.3em;
	padding:3px;
}

input{
	border:1px solid #ccc;
}

dd{
	margin-bottom:25px;
}

textarea{
	display:block;
	margin-bottom:10px;
}

#contingut{
	width:100%;

}

#contingut p.enviat{
	background-color: #6dc45b;
	color:#000;
	padding:5px;
	border-radius:5px;
	display:inline;
}

#contingut p.noenviat{
	background-color: #CC0000;
	color:#fff;
	padding:5px;
	border-radius:5px;
	display:inline;
}

label{
	
}

fieldset{
	border:1px solid #333;
	margin-bottom:10px;
	background-color: #fff;
}

fieldset > fieldset{
	border:1px dotted #ccc;
	background-color: #eee
}

.error{
	color:red;
	margin-left:10px;
}

span.required{
	color:red;
	margin-right:10px;
}

input[type='text']{
	width:180px;
	margin-right:25px;
}

input.text2{
	width:200px;
	margin-right:25px;
}

.esq{
float:left;
margin-left:0px;
}

.enviat {
background-color:#cccccc;
padding:10px;
width:560px;
font-size: 16px;
}