.ButtonForm
{
	width:125px;
}

.ButtonFormLong
{
	width:200px;
}

.ButtonFormAlert
{
	width:125px;
	color:Red;
}

.ButtonFormSecure
{
	width:125px;
	color:Green;
}

.ButtonFormSmall
{
	width:50px;
}

.TextBoxForm
{
	width:125px;
}

.TextBoxName
{
	width:150px;
}

.TextBoxFormVeryNarrow
{
	width:65px;
}

.TextBoxFormNarrow
{
	width:75px;
}

.TextBoxFormLong
{
	width:300px;
}

.LabelFormSection
{
	color:Black;
	font-size: 14px;
	font-weight:bold;
}

.LabelForm
{
	color:Black;
	width:125px;
}

.LabelFormRed
{
	color:Red;
	width:125px;
}

.LabelErrorForm
{
	color:Red;
}

.LabelFormNoWidth
{
	color:Black;
}

.DropDownForm
{
}

.DropDownFormMedium
{
	width:150px;
}

.DropDownFormSection
{
	color:Black;
	font-size: 14px;
	font-weight:bold;
}

.CheckBoxForm
{
}

.TextBoxArea
{
	width:300px;
	height:50px;
}

.TextBoxAreaLow
{
	width:400px;
	height:40px;
}

.TextBoxAreaMedium
{
	width:400px;
	height:50px;
}

.TextBoxAreaLarge
{
	width:500px;
	height:75px;
}

.InputFile
{
	width:240px;
}

.TextBoxLarge
{
	font-size:16px;
}

.LabelMessageStyle
{
	color: #ffccff;
	font-weight:bold;
	font-size: 14px;
}

