#formContenedor 
{
	text-align:center;
	width:300px;
	margin: 0 auto;
}


input 
{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #666666;
	background-color: #E4F6FF;
}

textarea
{
	width:200px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid;
}

button { width:100px; height:22px; font-family:Verdana; font-size:11px; }

.label {
	width:50px;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #57363C;
}
.txt {
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333333;
}
.txt_link {
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
}

.campo {
	width:160px;
}

.ayuda {
	text-align:center;
}

.inputNormal {
	border:1px solid #CCDCC8;
	background-color: #EBD3D0;
}

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#FFFFFF;
	z-index:1;
	position:absolute;
	width:300px;
	height:260px;
	display:none;
	opacity:0.95;
	filter:alpha(opacity="90");
	color: #71A2A6;
	font-weight: bold;
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:4px solid #E4F6FF;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
	color:#666666;

}

#ayudaTitulo
{
	background-color:#E4F6FF; 
	color:#E4F6FF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
	background-color: #FFFFFF;
}
.general {
	border: 30px solid #FFFFFF;
}

#sombra_modul { 
	width: 30px; 
	height: 30px; 
	background-image: url("http://www.estudidisseny.com/formulari/ayuda.png") !important;
	background-image: none; 
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.estudidisseny.com/formulari/ayuda.png'); 
	repeat: none;
}
.taula_text_general {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 30px;
}
.txt_direccions {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333333;
}
.telfn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F03;
}
