label {
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	width: auto;
}
fieldset {
	margin-bottom: 10px;
	padding: 3px;
	border: none;
}
input.border{
	border: 1px solid #999999;
}

.formu label {
	display: block;
	font-weight: bold;
}

input.titulars_portada {
	border: 1px solid #FFF;
	background-color: #FFF;
	width: 150px;
	color: #333;
}
input.titulars {
	border: 1px solid #CCCCB9;
	background-color: #CCCCB9;
	width: 160px;
	color: #333;
}
input.titulars_check {
	border: 1px solid #CCCCB9;
	width: 15px;
	color: #333;
}

input.comentari-gris {
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	width: 560px;
	color: #333;
	padding: 5px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
textarea.comentari-gris {
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	width: 560px;
	height: 160px;
	color: #333;
	padding: 5px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
textarea.comentari-blau:focus, input.comentari-blau:focus,
textarea.comentari-gris:focus, input.comentari-gris:focus
{ background-color: #FFF; color: #333; }


input.comentari-error, input.cerca-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 560px;
	padding: 5px;
}
textarea.comentari-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 560px;
	height: 160px;
	padding: 5px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
select.comentari-error {
	border: 1px solid #ffe1b1;
	background-color: #ffe1b1;
	color: #333;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

input.contacte {
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	width: 540px;
	color: #333;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
textarea.contacte {
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	width: 540px;
	height: 160px;
	color: #333;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
input.contacte-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 540px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}
textarea.contacte-error {
	background-color: #ffe1b1;
	border: 1px solid #ff9c00;
	width: 540px;
	height: 160px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

ul.error {
	list-style-type: square;
	color: #990000;
}

div.popup h4 { font-size: 17px }
div.popup input.input {
	border: 1px solid #FFC9CD;
	background-color: #FFC9CD;
	width: 280px;
	color: #333;
}
div.popup textarea {
	border: 1px solid #FFC9CD;
	background-color: #FFC9CD;
	width: 280px;
	height: 60px;
	color: #333;
}
div.popup label {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 250px;
	display: block;
	font-size: 11px;
}

div.popup input.submit {
	padding:6px 10px;
	border-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border:0;
	margin:5px 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#2c5fa5;
	width:60px;
}


input.cerca {
	border: 1px solid #FEF4EF;
	background-color: #FEF4EF;
	width: 200px;
	color: #333;
}
select.cerca {
	border: 1px solid #FEF4EF;
	background-color: #FEF4EF;
	width: 50px;
	color: #333;
}
label.cerca { display: block; }

label.checkbox span.holder{height:61px;background:url(../img/prettyphoto/checkbox.gif) 0 -1px no-repeat}label.radio span.holder{height:61px;background:url(../img/prettyphoto/radio.gif) 0 -1px no-repeat}label.checkbox:hover span.holder,label.radio:hover span.holder{top:-21px !important}label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{top:-42px !important}label.list{float:left;clear:left;margin:0 0 5px 0}label.inline{float:left;margin:0 10px 0 0}input.hiddenCheckbox{position:absolute;left:-10000px}label.prettyCheckbox span.holderWrap{display:block;float:left;position:relative;margin-right:5px;overflow:hidden}label.prettyCheckbox span.holder{display:block;position:absolute;top:0;left:0}
