body {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: 495px;
}

.required 
{
	color: Red;
}

input, textarea
{
	width: 335px;
}

select
{
	width: 340px;
}

input
{
	height: 14px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#tbLanguageOther
{
	width: 70pt;
}

.center
{
	text-align: center;
}

.errorMessage
{
	font-weight:bold;
	color: Red;
}

#errorLabel 
{
	text-align: center;
}

#remarksForm td.rowLabel
{
	width: 140px;
}

.inputAutoSize input, input.inputAutoSize, #remarksForm .inputAutoSize input, #remarksForm input.inputAutoSize
{
	width: auto !important;
	height: auto !important;
}

td
{
	padding-bottom: 3pt;
}

td.top
{
	vertical-align: text-top;
}

td.mainHeading
{
	background-image: url("Images/mainHeading.png");
	color: White;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	width: 340px;
	height: 17px;
}

td.heading
{
	background-image: url("Images/heading.png");
	color: #b21c25;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	width: 340px;
	height: 17px;
}
