﻿/* CSS Document */
.errMessage {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	 text-align:center;
		
}
.error {
	font-size: 14px;
	color:Red;
	font-weight: bold;
	 text-align:center;
}


.successMessage {
	font-size: 16px;
	color:Maroon;
	  font-weight: bold;
	 text-align:center;

}

.success {
	font-size: 14px;
	color: #006600;
    font-weight: bold;
	 text-align:center;
}


