/* CSS Document */

/* Estils dels formularis */

input, textarea, select {
	color: #666666;
	border: solid 1px #0292AC;
	background: #EEEEEE;
}

input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover {
	color: #000000;
	background-color: #FFFFCC;
}
textarea {
	height: 6em;
	width: 22em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
label {
	width: 12em;
	float: left;
	line-height: 1;
	font-size: .8em;
	color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

form div {
	margin-top: 5px;
	overflow: hidden;
}
fieldset {
	padding: 10px;
	border: 1px solid #0292ac;
	margin-top: 0px;
	margin-bottom: 5px;
}
legend {
	color: #0292AC;
	background: #DAF0FD;
	font-size: 1.2em;
	display: block;
	border-top: 1px solid #0292AC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #0292AC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}

.boto {
	color: #0292AC;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0EBEF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #D0EBEF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #EEEEEE;
}
.obligatori   {
	color: #000000;
	font-weight: bold;
}
#costatcontact  {
	background-image: url(../images/contactcostat.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 200px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
	line-height: normal;
}
#costatcontact a {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/moreback.gif);
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	height: 30px;
	width: 75px;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 3px;
	float: right;
	display: block;
}
#costatcontact a:hover {
	background-image: url(../images/more2back.gif);
	color: #FF9900;
}
#costatcontact h1 {
	display: block;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 75px;
}
#costatcontact h2 {
	border: 1px solid #FFFFFF;
	padding-left: 7px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
}.boxadreca {
	display: block;
	width: 16em;
	float: left;
	margin-right: 10px;
	height: 13em;
}
.sublegend   {
	color: #0292AC;
	font-size: 1.1em;
	display: block;
	border: 1px solid #0292ac;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	top: 0px;
}
