/* body{
	color:#333;
	font-family: arial;
	font-size: 0.8em;
} */

#contingut{
	/* width: 800px; */
}
#contingut .enviat,
#contingut .no-enviat,
#contingut .avis {
	padding: 1em;
	border-radius: 5px;
	/* display: inline; */
	margin: 1em auto;
	width: 70%;
	text-align: center;
}
#contingut .enviat{
	background-color: #D1EDCB;
	color: #1A6400;
}
#contingut .enviat > ul {
	border: 1px solid #CCCCCC;
	margin-left: 2em;
	padding: 0.5em 2em;
}
#contingut .no-enviat{
	background-color: #F3CBD3;
	color: #6B1625;
}
#contingut .avis{
	background-color: #FCFEA8;
	color: #C99701;
}
.form_enviat,
.form_no_enviat,
.form_ep,
#contingut .avis-error {
	min-height: 42px;
	border-radius: 5px;
	display: none;
	text-align: center;
	width: 85%;
	margin: 5px auto 20px;
	clear: both;
}
#contingut .avis-error {
	/* background-color: #f1dbd8; */
	background: url(css_img/form-fons-nook.png) #faccc5;
	color: #c71e07;
	display: block;
	/* padding: 1em 1em 0; */
	/* font-size: 14px; */
}
.avis-error p {
	padding-top: .8em;
	padding-left: 32px;
	background:url(css_img/form-nook.png) left .4em no-repeat;
	/* color: #1A6400; */
	font-size: 14px;
}

.form_enviat {
	background:url(css_img/form-fons-ok.png);
}
.form_enviat p {
	padding-top: .8em;
	padding-left: 50px;
	background:url(css_img/form-ok.png) left .4em no-repeat;
	color: #1A6400;
	font-size: 14px;
}
.form_no_enviat {
	/*background-color: #FFCECE;*/
	background:url(css_img/form-fons-nook.png);
}
.form_no_enviat p {
	padding-top: .8em;
	padding-left: 50px;
	background:url(css_img/form-nook.png) 1em .4em no-repeat;
	color: #A8000D;
	font-size: 14px;
}
.form_ep {
	/*background-color: #FFCECE;*/
	background:url(css_img/form-fons-ep.png);
}
.form_ep p {
	padding-top: .8em;
	padding-left: 25px;
	background: url(css_img/form-ep.png) 0em .4em no-repeat;
	color: #C99701;
	font-size: 14px;
}
#confirmacio {
	margin-top: 2em;
	/* background-color: #eee; */
}
#form_boto_imprimir {
	margin-top: 1em;
}
#form_boto_imprimir input {
	font-size: 1.2em;
	font-weight: bold;
	padding: .4em 1.5em;
}

#contingut p.noenviat{
	background-color: #C00;
	color: #C00;
	padding: 5px;
	border-radius: 5px;
	display: inline;
}
#contingut form {
	margin: .5em 1em;
	border: 4px solid #ddd;
	border-radius: 5px;
	padding: 3em 1em 1em;
}
.cos_formulari {
	font-size: 1.2em;
}

form dt {
	display:inline;
	float:left;
	margin-right:5px;
}
form dd {
	margin-bottom:10px;
}
form li {
	list-style: none;
}
form .botons-radi li {
	margin-top: 1em;
}
.botons-radi label.error {
	position: absolute;
	margin-left: 24em;
}
.botons-radi input.error {
	width: 50px;
}
.llegenda {
	color: #000;
	background-color: #f5f5f5;
	font-size: .8em;
	padding: 1em;
	margin: 1em 5em;
	border-radius: 5px;
	font-style: italic;
}
#contingut_edicio .llegenda p {
	margin-bottom: 0;
	padding-bottom: 0;
}

fieldset {
	border:1px dotted #CCC;
	margin-bottom: 1em;
	background-color: #fff;
	padding: 0 1em 1em;
}
fieldset > legend {
    padding-left: .5em;
    padding-right: .5em;
    width: auto;
	background-color: #eee;
}
fieldset.required {
	border:1px solid #CCC;
}

fieldset > fieldset {
	border:1px dotted #ccc;
	background-color: #eee
}
fieldset ul {
    margin-left: -2.5em;
}
fieldset ul.botons-radi {
    margin-left: 0;
}

.error {
	background-color: #FFC;
	color:red;
	margin-left:10px;
	text-align: left;
}
/* styles-ub.css --------------------------*/
form dl {
	margin-left: 14px;
}
form dt {
	display:inline;
	float:left;
	margin-bottom: .5em;
}
form dd {
	margin-bottom: 1em;
}
.close {
	position: absolute;
	right: -2.5em;
	top: .5em;
	margin-right: 3em;
}
.close span {
	float: right;
	width: 13px;
	height: 13px;
}
.close a {
	display: block;
	border: 0;
}
.form_botons {
	margin-right: .8em;
	padding-bottom: 1em;
	text-align: center;
}
.form_botons input {
	background: url(css_img/bg-button.png) repeat-x left center #dadada;
	border: 2px solid #babab9;
	border-radius: 5px;
	font-size: 1.2em;
	padding: .4em 1.5em;
	margin: 0 2em;
	width: auto;
}
.form_botons input:hover {
	border: 2px solid #676767;
}
label {
	clear: left;
	width: 14em;
	display: inline-block;
	/* line-height: 1.8em; */
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
.botons-radi input[type="radio"] + label {
	text-align: left;
}
.botons-radi li.entrada {
	font-weight: normal;
}
/* .botonss-radi li input[type="radio"]:checked + label {
} */

label.required,
span.required {
	background: url(css_img/i-bullet-red.png) no-repeat right center;
	margin-left: -10px;
	padding-left: 10px;
}
span.required {
	padding-right: 10px;
}
label.disabled {
	color: #bbb;
	padding: .2em;
	width: 27.5em;
}
label.error {
	position: relative;
	width: 25em;
}


input[type='text'] {
	width:300px;
}
input[type='radio'] {
	width: 50px;
}

input[type='text'],
textarea {
	border: 1px dotted #cecece;
	padding: .2em;
	width: 27.5em;
}
input.required,
textarea.required {
	border: 1px solid #cecece;
	padding: .2em;
	width: 27.5em;
}
input[type='radio'].required {
	width: 50px;
}
input.error,
textarea.error {
	border: 1px solid #900;
	padding: .2em;
	width: 27.5em;
}

input.disabled, 
textarea.disabled {
	border: 1px dotted #cecece;
	padding: .2em;
	width: 27.5em;
	background-color: #f5f5f5;
	color: #999;
}

#contingut .cos_formulari h3 {
	margin: .5em;
}
