﻿#ajaxsuccess {
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	color: green;
	display: none;
}
.error {
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	color: red;
	display: none;
}
