﻿.Error
{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	font-family: Tahoma, Verdana;
	font-variant: normal;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ffffcc;
	text-transform: uppercase;
	
}
.FormTitle
{
	text-align: left;
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 18px;
	color: ghostwhite;
	font-style: normal;
	font-family: Arial;
	background-color: #459ED1;
}
.DetailTitle
{
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-family: Arial;
}