.success, .notice, .warning, .error,
.comment {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.success, .notice, .warning, .error {
  font-size: 95%;
  line-height: 19px;
  padding: 5px 7px;
  text-align: center;
}
.success, .notice, .warning, .error 
	{
		display: table;
		width: 700px;
		margin: 20px auto;
	  border: 1px solid; 
	}

.success 
	{ 
		background: #DEE3AB; 
		border-color: #A3C159; 
		color: #000000; 
	}
.notice  
	{ 
		background: #BFE4F9; 
		border-color: #68A2CF; 
		color: #2E6093; 
	}
.warning 
	{ 
		background: #FDEBAE; 
		border-color: #E6C555; 
		color: #9E660D; 
	}
.error   
	{
		background: #FFCCCC; 
		border-color: #FF9999; 
		color: #C31B00; 
	}
	
	
