body{
	color:#333;
	font-family: arial;
	font-size: 0.8em;
}

#contingut{
    min-height: 500px;
}
#col03 #contingut{
    width: 800px;
}
#col02 #contingut{
    width: 720px;
}
#contingut .enviat{
	background-color: #D1EDCB;
	color: #1A6400;
	padding: 5px;
	border-radius: 5px;
	/* display: inline; */
	margin: 1em;
}
#contingut .enviat > ul {
    border: 1px solid #CCCCCC;
    margin-left: 2em;
    padding: 0.5em 2em;
    width: 70%;
}
#contingut .no-enviat{
	background-color: #F3CBD3;
	color: #6B1625;
	padding: 5px;
	border-radius: 5px;
	display: inline;
	margin: 1em;
}
.form_enviat,
.form_no_enviat,
.form_ep {
	height: 42px;
	border-radius: 5px;
	margin-bottom: .5em;
	display: none;
	text-align: center;
}
.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: 50px;
	background: url(css_img/form-ep.png) 1em .4em no-repeat;
	color: #C99701;
	font-size: 14px;
}

#contingut p.noenviat{
	background-color: #C00;
	color: #C00;
	padding: 5px;
	border-radius: 5px;
	display: inline;
}
#contingut form {
	margin: .5em 1em;
}

form dt {
	display:inline;
	float:left;
	margin-right:5px;
}
form dd {
	margin-bottom:10px;
}
form li {
	list-style: none;
}

.llegenda {
	color:#000;
	background-color: #f5f5f5;
	font-size: .9em;
	padding: .2em 1em;
	margin: 1em 5em;
	border-radius: 5px;
}

fieldset {
	border:1px dotted #CCC;
	margin-bottom:10px;
	background-color: #fff;
}
fieldset.required {
	border:1px solid #CCC;
}

fieldset > fieldset {
	border:1px dotted #ccc;
	background-color: #eee
}
fieldset ul {
    margin-left: -2.5em;
}

.error {
	background-color: #FFC;
	color:red;
	margin-left:10px;
	text-align: left;
}
/* styles-ub.css --------------------------*/
fieldset {
	margin-bottom: .5em;
    padding: 0.5em 0;
}
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: right;
}
.form_botons input {
	background: url(css_img/bg-button.png) repeat-x left center #dadada;
	border: 2px solid #babab9;
	width: auto;
	padding: 0 .8em;
	border-radius: 5px;
}
.form_botons input:hover {
	border: 2px solid #676767;
}
#contingut label {
	clear: left;
	width: 10em;
	display: inline-block;
	line-height: 1em;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	margin-left: -10px;
	padding-left: 10px;
}
#contingut 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;
}
input.required,
textarea.required {
	border: 1px solid #cecece;
	padding: .2em;
}
#col03 input[type='text'],
#col03 textarea ,
#col03 input.required,
#col03 textarea.required {
	width: 27.5em;
}
#col02 input[type='text'],
#col02 textarea,
#col02 input.required,
#col02 textarea.required {
	width: 25em;
}
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;
}
