.Form_Button:link, .Form_Button:visited
{
	float: left;
	padding: 2px 15px 2px 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	border-right: 1px solid black;
	background: #cccccc;
	text-align: center;
	text-decoration: none;
	font: bold 11px trebuchet ms;
	color: #444444;
}

.Form_Button:hover
{
	background: #eeeeee;
}

.Form_Button:active
{
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid black;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid black;
}

.Form_SmallButton:link, .Form_SmallButton:visited
{
	float: left;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	border-right: 1px solid black;
	background: #cccccc;
	text-align: center;
	text-decoration: none;
	font: bold 9px arial,trebuchet ms;
	color: #444444;
}

.Form_SmallButton:hover
{
	background: #eeeeee;
}

.Form_SmallButton:active
{
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid black;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid black;
}


.Form_NormalButton
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #BE0400;
	padding: 1px 3px;

	color: #ffffff;
}




.Form_GraphicButton:link, .Form_GraphicButton:visited, .Form_GraphicButton:active
{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font: trebuchet ms,arial;
	font-size: 12px;
	color: #ffffff;
}

.Form_GraphicButton:hover
{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font: trebuchet ms,arial;
	font-size: 12px;
	color: #ffffff;
}




TEXTAREA,SELECT,.Form_TextBox
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-color: #f0f0f0;
	border: solid 1px #aaaaaa;
}

.Form_TextBoxPlain
{
	color: #333333;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
}

.Form_TextBoxReadOnly
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

.Form_TextBoxReq
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFEEEE;
	border: solid 1px #ffaaaa;
}

.Form_TextBoxReqReadOnly
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

.Form_TextBoxSmallReq
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFEEEE;
	border: solid 1px #ffaaaa;
}

.Form_Heading
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 16px;
	color: #0861BD;
	font-weight: bold;
	text-decoration: none;
}

.Form_FieldTitle
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 13px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
}
.Form_FieldTitle2
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
}


.Form_Field
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 13px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
}

.Form_Instructions
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 13px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
}
.Form_ValidationError
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 11px;
	color: #C60010;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
}

.Form_ErrorResponse
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 13px;
	color: #dd0000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #dd7d8b;
	padding: 2px 8px 2px 25px;
	background-color: #ffebee;
	background-image: url(/images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 5px 47%;
}
