﻿.txtFields
{
	background-color: #ffffff;
	border: solid 1px #cccccc;
	width: 150px;
	text-align:left;
	color: Gray;
}
.txtFieldsReq
{
	width: 150px;
	text-align:left;
	color: Gray;
	background-image:url(http://www.brightfox.com.au/foxdata/images/required.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.submitBtn
{
	font-size:10px;
}