#marcoNotif{
	background:url('../images/Notificacion_Pago/marco_notificacion.png') no-repeat;
	width:903px; 
	height:450px; 
	margin:20px auto 10px;
	}
#marcoNotif .formulario div{padding:0 20px}
#marcoNotif #div_izq{width:340px; height:380px; float:left;}
#marcoNotif #div_der{width:425px; height:380px; float:right;}
#marcoNotif #contactos{padding:10px 15px;}
#marcoNotif table{height:340px; margin:0 auto}
#marcoNotif table label{width:125px; padding:0 5px}
#marcoNotif table label.tituloTabla{color:#00669E; font-weight:bold; font-size:16px; width:250px; padding:10px 0}
#marcoNotif input[type='text']{width:220px}
#marcoNotif textarea{width:220px}
#marcoNotif table tr{height:28px; padding:0; margin:0; width:410px;}
#marcoNotif #botones{height:30px; position:relative;}
#marcoNotif #botones input{margin:0 25px;}

form div{position:relative;} 

select.select{
	position: relative;
	z-index: 10;
	width:240px !important;
	height: 28px !important;
}

span.select{
	position:absolute;
	float:left;
	left:0;
	width:240px;
	height:28px;
	line-height:28px;
	text-indent:10px;
	background:url('../images/Notificacion_Pago/select.png') no-repeat 0 0;
	cursor:default;
	z-index:1;
	color:#fff;
	font-size:13px;
	}
options{
	font-size:10px;
	padding:2px;
	}