  

  .alert {
    font-size: 14px; 
	font-family: Champ, Segoeui, Arial; 
	color: red;
	background: rgba(146,17,141,0.5);
	border-radius:5px;
	border: 1px solid rgba(146,17,141,1.0);
	width: 250px;
	height:30px;
	text-align:center;
  }
  

