/* CSS 2.1 para Restaurente LOIDI	 */
/* @author: Ricard Catalan		*/
/* FORMULARIO				*/
/**************************************************  ESTRUCTURA: Formulario  *************************************************/
#msg{
	display:none;
	position:absolute;
	z-index:200;
	background:url(../images/msg_arrow.gif) left center no-repeat;
	margin-left:6px;
	padding-left:6px;
}
#msgcontent {display:block; background:#E3F5F9; border:2px solid #3CB0C7; border-left:none; padding:8px; min-width:180px; max-width:260px}
/****************************************  MODIFICACIONES PARA INTERNET EXPLORER  *****************************************/
/* IE6 Only */
* html #msg{ display:none; position:absolute; z-index:200; background:url(../images/msg-img.gif) left center no-repeat; margin:6px 0 0 6px; padding-left:6px;}
/* IE7 Only */
*:first-child+html #msg{ display:none; position:absolute; z-index:200; background:url(../images/msg-img.gif) left center no-repeat; margin:6px 0 0 6px; padding-left:6px;}
