form {
	background: url(../images/formulari.png) repeat-y;
	height: 495px;
	padding: 20px;
	overflow: hidden;
}

label {
	display: block;
	color: #335f12;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 150%;
	margin: 10px 0 0 0;
	position: relative;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: none;
}

label em {
	position: absolute;
	top: 1px;
	left: 0px;
}

textarea, input {
	width: 400px;
	margin-left: 20px;
}

textarea {
	height: 180px;
}

td#boto {
	text-align: center;
}

input#boto {
	width: 120px;
	margin: 15px 0 0 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 15px 20px 0 0;
	text-align: right;
}

.error_list {
	color: #ff1f19;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 3px 0 0 20px;
	font-size: 0.8em;
}

#credits form {
	background: none;
	height: auto;
	padding: inherit;
	overflow: hidden;
}

#credits input {
	width: 40px;
	margin-left: 20px;	
}

#idioma label {
	visibility: hidden;
}
