﻿/*** UI CSS MESSAGE ***/
.ui-widget { 
  font-family: Arial, Verdana;
  font-size: 12px;
  margin-bottom: 10px;
}
.ui-widget a {
  color: #cd0a0a;
}
.ui-content {
  padding: 10px 5px 10px 5px;
}
.ui-content-title {
  font-weight: bold;
}
.ui-corner-all {
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}
.ui-state-error { 
  border: 1px solid #cd0a0a; 
  background: #fef1ec 50% 50%; 
  color: #cd0a0a; 
}
.ui-state-info {
  border: 1px solid #fad42e; 
  background: #fbec88 50% 50%; 
  color: green;
  font-weight: bold; 
  text-align: center;
}
