body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt !important;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt !important;
}

#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

ul#icons {
	margin: 0;
	padding: 0;
}

ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}

ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

fieldset {
	padding: 0;
	border: 0;
	margin-top: 1em;
}

/*
 * Deshabilitar el "handle" del slider.
.ui-slider-handle {
	display: none;
}
 */

/* Ocultar scroll vertical de la finestra*/
html {
	overflow: auto;
}

.required {
	background: #FFFFCC none repeat scroll 0 50%;
}

/* Còpia de l'estil a Re-Crea */
.boton {
	background: transparent url("../../images/bg-boton.gif") no-repeat scroll 0 0;
	color: black;
	font-size: 9pt;
	line-height: 20px;
	text-decoration: none;
}

.box1 {
	background-color: black; 
	color: white; 
	font-size: 11pt;
	font-weight: bold;
	height: 2em; 
	margin-top: 1px; 
	text-align: right; 
	width: 760px;
}

.box1_1 {
	height: 0.1em; 
	margin-right: 2em;
	padding-top: 0.3em; 
}

.box2 {
	background: url(../../images/bg-dialog.gif) repeat-x scroll 0 0;
	border: 1px solid #E6E6E6;
	margin: 2em 0 1em 0;
	width: 738px;
}

.box2_1 {
	font-size: 10pt; 
	font-weight: bold;
	margin-bottom: 2em; 
	text-align: justify; 
}

.box2_2 {
	font-size: 7pt;
	margin-bottom: 2em; 
	margin-left: 1.5em; 
	text-align: justify; 
}

.box2_3 {
	height: 195px;
	margin: 0 2em 0 2.5em;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 1em;
	text-align: justify;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

