#validate {
	color: red;
	text-align: left;
	background-color: white;
	background-image: url(close.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 260px;
	border: 1px solid #666;
	top: 40%;
	left: 50%;
	margin-top: -100px;
	margin-left: -145px;
	padding: 15px;
	overflow: auto;
	position: fixed;
	z-index: 1002;
	cursor: pointer;
}
* html #validate {
	position: absolute;
}

#validate span {
	background-image: url(alert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 30px;
}

#validate ul {
	list-style-type: decimal;
	margin: 0px;
	padding: 25px;
}

#fade {
	background-color: white;
	height: 100%;
	width: 100%;	
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 1001;
	opacity: .80;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

form .red {
	border: 1px solid red;
}

label.red, label.red a, form a.red {
	color: red;
	border: none;
}

form hr {
	color: white;
	background-color: white;
	border: 0;
	height: 1px;
	clear: both;
}

/* missatge de validació a div amb posició relativa */
.relatiu #validate {
	background: none;
	border: none;
	width: auto;
	min-height: 0px;
	top: 0px;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 10px;
	overflow: hidden;
}
* html .relatiu #validate {
	height: 9px;
}

.relatiu #validate ul {
	display: none;
}

.relatiu #fade {
	display: none;
}

/* label a sobre del field */
.sobre label {
	display: block;
}

.sobre input {
	clear: both;
}

/* label a la esquerra del field */
.esquerra label {
	float: left;
	width: 100px;
} 

/* seguits */
.seguits label {
	width: auto;
}

.seguits p, .seguits input {
	float: left;
}