/* Maquetació formulari */
form, fieldset p {
	position: relative;
	
}

fieldset hr {
	clear:both;
}

fieldset label {
	line-height: 1.1em;
	width: auto;
}

fieldset input, fieldset textarea {
	width: 120px;
}

/* Label a sobre */
form .sobre label {
	display: block;
}

/* Label a l'esquerra */
form .esquerra label {
	float: left;
	min-width: 140px;
	text-align: right;
	margin: 0 5px;
}

/* Camps en llista */
form .sobre p, form .esquerra p {
	clear: both;
}

/* Camps en línia */
form .seguits p {
	clear: none;
	float: left;
	padding-right:5px;
}

/* .tooltip #response */
form p .tooltip, form #response {
	font-size: 0.9em;
	background-color: #FFFFCC;
	border: 1px solid #EEEEEE;
}

form p .tooltip {
	position: absolute;
	width: 150px;
	padding: 5px;
	z-index: 1000;
	display: none;
	top: 24px;
	left: 100px;
	//top: 15px;
	//left: 205px;
}

form .response {
	float: left;
}

.ok {
	background-color: #e3eec4;
	border: solid 1px #d3e3a4;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
	display: none;
}
.ok p {
	color: #76913e;
}
.ok img {
	position: absolute;
	right: -5px;
	top: -10px;
}

.error, .response {
	background-color: #fde5e1;
	border: solid 1px #ffd0c4;
	padding: 0 20px;
	margin-bottom: 10px;
	position: relative;
	display: none;
	width: 455px;
}
.error p, .response p, .response li, .response strong, .response small {
	color: #dc3500 !important; 
}
.response {
	padding-bottom: 10px;
}
.error img {
	position: absolute;
	left: -10px;
	top: -10px;
}
.captcha input {
	width: 183px;
}
.captcha img {
	float: right;
}
