﻿body 
{
}
.registrationFormDiv_sRegForm
{
	width: 700px;
	min-height: 200px;
	text-align: left;
	background-color: Transparent;
	border: solid 1px pink;
}
.formField_sRegForm
{
	clear: both;
	position: relative;
	padding: 0px 0px 5px 0px;
}
.formFieldLeftPadding_sRegForm
{
	clear: both;
	position: relative;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 200px;
}
.textBoxDescriptionLabelLong_sRegForm
{
	display: inline-block;
	width: 200px;
	text-align: left;
	color: #000000;
}
.statusLabel_sRegForm
{
	display: inline-block;
	width: 400px;
	text-align: left;
}
.textBoxShort_sRegForm
{
	width: 150px;
}
.textBoxLong_sRegForm
{
	width: 300px;
}
.dropDown_sRegForm
{
	width: 200px;
}
.requiredMarker
{
	padding: 0px 5px 0px 5px;
	color: Red;
	font-weight: bold;
}
.optionalMarker
{
	padding: 0px 5px 0px 5px;
	color: Green;
	font-weight: bold;
}
