html, body {
	width:100%;
	height:100%;
}
#indique { display:block;} 
#indique h1 {
	height:30px;
	line-height:30px;
	background:#69c ;
	text-indent:15px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-shadow:1px 1px #069;
}
#indique #fechar {
	display:block;
	background:url(../img/pop-fecha.gif);
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	text-indent:-500px;
	overflow:hidden;
}
#indique label {
	display:block;
	padding:5px 20px;
	font-weight:bold;
	font-size:12px;
}
#indique input {
	border:1px solid #069;
	background:#fff;
	height:20px;
	display:block;
	width:100%;
	margin:2px 0 0;
}

#indique button {
	display:block;
	background:#69c;
	width:75px;
	height:20px;
	margin:10px auto;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border:1px solid #069;
	text-shadow:1px 1px #069;
	padding:0 0 2px;
	font-weight:bold;
}
