/* 
    Document   : common
    Created on : Feb 15, 2014, 2:25:17 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.notification {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;        
}

.success {
  color: #83AA11;
}

.error{
  color: #DD5050;
}

.notice{
  color: #83AA11;
}

#notification_success
{
	margin-bottom: 8px;  
  border: 1px solid #EAEAEA;
  color: #83AA11;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  text-align: center;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

#notification_error
{
	margin-bottom: 8px;  
  border: 1px solid #EAEAEA;
  color: #DD5050;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  text-align: center;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}
