#ipage_popup_container {
	border: solid 5px #333;/* COR DA BORDA DO ALERT */
	color: #000;/* COR DO TEXTO DO ALERT*/
  background: #f7fffd;/* COR DE FUNDO DO ALERT*/
}

#ipage_popup_title {
 color: #f8f8f8;
 background: #333 50% 50% repeat-x;
 border: solid 1px #333;/* COR DA BORDA INFERIOR DO TÍTULO DO ALERT*/
}

button {
  padding:9px 11px;
  display:inline-block;
  border:0;
  font-weight:500;
  outline:none;
  font-size:13px;
  cursor:pointer;
  width:auto;
  border-radius:2px;
  box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2);
  letter-spacing:-.2px;  
  color:#fff;
  background:#f15a23;  
}

button:hover {
  background:#333;
}