﻿.Form_Head,
.Form_Text
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #2f2f82;
	padding: 0px;
}

.Form_Label, 
.Form_LabelRed,
.Form_Error,
.Form_Value,
.Form_CheckItem,
.Form_EditLink
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height:15px;
	color: Black;	
}
.Form_LabelRed,
.Form_Error
{
	color: Red;
}
.Form_Value
{
	font-weight:bold;
}
.Form_Label
{
	font-weight:normal;
	padding-right:5px;
}
.Form_CheckItem
{
	font-weight:normal; 
}
.Form_EditLink
{
	color: #2f2f82;
	font-size: 10px;
	text-decoration:underline;
	font-weight:normal;
}

.Form_TextBox
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.Form_Step,
.Form_ThisStep
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2f2f82;
	padding: 0px;
}
.Form_ThisStep
{
	color: red;
	text-decoration: underline; 
}

/* Form_Button */
.Form_Button
{
	text-align: center;
}
.Form_Button A:link,
.Form_Button A:visited,
.Form_Button A:active,
.Form_Button A:hover,
A.Form_Button:link,
A.Form_Button:visited,
A.Form_Button:active,
A.Form_Button:hover
{
	background-color: #2f2f82; /* Form_Button Blue */
	border-top: solid 2px #FFFFFF; /* Form_Button Highlight */
	border-left: solid 2px #FFFFFF; /* Form_Button Highlight */
	border-bottom: solid 2px #808080; /* Form_Button Shadow */
	border-right: solid 2px #808080; /* Form_Button Shadow */
	color: White;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	padding: 5px 10px 5px 10px;
}
.Form_Button A:hover,
A.Form_Button:hover
{
	text-decoration: underline;
	color: #ff0000;
}
