﻿/* Error Notification  */
#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #F00;
	padding: 5px;
	display: none;
	margin: 2em 5px;
	width:250px;
	font-family:Tahoma;
	font-size:x-small
}

.errMsg {
	color: red;
	display: inline;
}
.errFld {
	border-color: red;
}
