﻿body
{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	Color: #616161;
	font-weight: normal;
	font-style: normal;
}

.txtFieldFrame
{
	font-family: Verdana;
	font-size:11px;
	color: #616161;
	border: solid 1px gray;
	width: 200px;
}

.txtFieldFrameMultiline
{
	font-family: Verdana;
	font-size:11px;
	color: #616161;
	border: solid 1px gray;
}

.button
{
	font-family: Verdana;
	font-size:11px;
	color: #616161;
	width: 200px;
}

.error
{
	font-family: Verdana;
	font-size: 12px;
	color: Red;
}

.validation
{
	font-family: Verdana;
	font-size: 10px;
	color: Red;
}


