/* CSS Document */
A:link, A:visited, A:active 
{ 
	text-decoration: none; 
}

body {
	font-family: Tahoma,"Trebuchet MS",  Verdana;
	font-size: 9px;
	color: #000000;
	margin: 0px;
}
.quadre_form {
	font-family: Tahoma,"Trebuchet MS",  Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1392B5;
	border: 1px solid #016E97;
	height: 15px;
	margin: 0px;
}
.text {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000
}
.text_vermell {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FF0000;
}
.text_petit {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #000000
}

.quadre_form_error {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FB3333;
	border: 1px solid #016E97;
	height: 15px;
	margin: 0px;
}
#linia {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom:5px;
}
.titol {color: #FF6600; font-size: 18px;}

.check_form
{
	height: 19px;
	margin: 3px;
	background-color: #FFFFFF;
}
.check_form_error
{
	height: 19px;
	margin: 3px;
	background-color: #FB3333;
}

.checked
{
	background-image:url(bullet_checked.gif);
	background-repeat:no-repeat;
}
.unchecked
{
	background-image:url(bullet_error.gif);
	background-repeat:no-repeat;
}

#labels
{
	padding-right:5px; 
	width:200px; 
	text-align:right; 
	height:20px; 
	float:left;
}

#camps
{
	height:20px; 
	float:left;
	padding-bottom:3px; 
}

.quadre_memo_form {
	font-family: Tahoma,"Trebuchet MS",  Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1392B5;
	border: 1px solid #016E97;
	height:60px;
	width:271px;
	margin: 0px;
}
.quadre_memo_form_error {
	font-family: Tahoma,"Trebuchet MS",  Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FB3333;
	border: 1px solid #016E97;
	height:60px;
	width:271px;
	margin: 0px;
}
#labels_memo
{
	padding-right:5px; 
	width:200px; 
	text-align:right; 
	height:60px; 
	float:left;
}
#camps_memo
{
	height:60px; 
	float:left;
	padding-bottom:5px;
	width:271px;
}

#labels_novisible
{
	padding-right:5px; 
	width:200px; 
	text-align:right; 
	height:20px; 
	float:left;
	display:none;
}
#labels_memo_novisible
{
	padding-right:5px; 
	width:200px; 
	text-align:right; 
	height:60px; 
	float:left;
	display:none;
}
#camps_novisible
{
	height:20px; 
	float:left;
	padding-bottom:3px;
	display:none;
}
#camps_memo_novisible
{
	height:60px; 
	float:left;
	padding-bottom:5px;
	width:271px;
	display:none;
}



