.icones{
	position:relative;
	width:16px;
	height:16px;
	overflow:hidden;	
	cursor:pointer;
}
.figura-black{
	background:url(../imagens/glyphicons-halflings-black.png) no-repeat;
	position:absolute;
	width:469px;
	height:159px;
}
.figura-white{
	background:url(../imagens/glyphicons-halflings-white.png) no-repeat;
	position:absolute;
	width:469px;
	height:159px;
}
.c1{
	left:0px;
}
.c2{
	left:-21px;
}
.c3{
	left:-48px;
}
.c4{
	left:-71px;
}
.c5{
	left:-95px;
}
.c6{
	left:-118px;
}
.c7{
	left:-142px;
}
.c8{
	left:-166px;
}
.c9{
	left:-190px;
}
.c10{
	left:-214px;
}
.c11{
	left:-239px;
}
.c12{
	left:-262px;
}
.c13{
	left:-288px;
}
.c14{
	left:-310px;
}
.c15{
	left:-336px;
}
.c16{
	left:-360px;
}
.c17{
	left:-384px;
}
.c18{
	left:-409px;
}
.c19{
	left:-430px;
}
.c20{
	left:-458px;
}
.l1{
	top:0px;	
}
.l2{
	top:-23px;	
}
.l3{
	top:-47px;	
}
.l4{
	top:-71px;	
}
.l5{
	top:-94px;	
}
.l6{
	top:-120px;	
}
.l7{
	top:-143px;	
}
.mensagem2{
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
	        border-radius: 4px;
	font-family: Arial, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 1.5;
	min-height:45px;
	width:100%;
	margin-bottom: 5px;
	margin-top:5px;
	position: relative;
	padding: 14px 40px 14px 18px;
}
.msgIcone{
	width:16px;
	height:16px;	
}
.erro2{
	background-color:#F2DEDE;
	border:1px solid #F27B81;	
	color:#B94A48;
}
.sucesso2{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
}
.toFecharOk{
	background-color:#DFF0D8; 
	opacity:1; 
	position:fixed; 
	top:0px; 
	left:0px; 
	z-index:999999; 
	border-bottom:1px solid #9FC76F; 
	color:#468847; 
	width:100%; 
	padding-top:15px;
	padding-bottom:15px;
}
.toFecharErro{
	opacity:1; 
	position:fixed; 
	top:0px; 
	left:0px; 
	z-index:999999; 
	background-color:#F2DEDE;
	border-bottom:1px solid #F27B81;	
	color:#B94A48; 
	width:100%; 
	padding-top:15px;
	padding-bottom:15px;
	
}
#msgTopo{
	opacity:0;	
}
.msgClasse{
	float:left;
	margin-right:10px;	
}