fieldset{
	margin: 1em auto;
	padding: 1em;
	background: #FEFAE2;
}

form{
	padding: 1em;
	font-size: 0.9em;
	line-height: 2em;
}

input{
	width: 250px;
}

label{
	display: block;
}

legend{
	font-size: 1.5em;
	font-weight: bold;
}

.columna{
	float: left;
	width: 25em;
}

.destacat{
	padding: 1em;
	color: #FFFFFF;
	background: #00CC00;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
}

.error{
	border: 1px solid #FF0000;
}

#boto{
	margin: 1em auto;
	font-size: 1.5em;
}

#moduls input{
	width: auto;
	display: inline;
}

