﻿body
{
	background-color: White;
}

/*COMMON*/
.PanelProperties
{
	width: 430px;
	border: none;
}

.PageInstructions
{
	font-family: Verdana;
	font-weight: normal;
	color: black;
	font-size: 10pt;
}


.Buttons
{
	font-family: Verdana;
	background: #8ca54a;
	color: Black;
}

/*ENTRY FORM*/

.EntryLabel
{
	font-family: Verdana;
	font-weight: bold;
	color: #e89719;
	font-size: 10pt;
}

.EntryTextbox
{
	font-family: Verdana;
	font-weight: normal;
	color: Black;
	font-size: 10pt;
	margin-right: 0px;
}

.EntryError
{
	font-family: Verdana;
	font-weight: bold;
	color: red;
	font-size: 10pt;
}

.Confirmation
{
	font-family: Verdana;
	font-weight:bold;
	color: #879f33;
	font-size: 10pt;
	text-align: center;
}

.Legal
{
	font-family: Verdana;
	font-weight: normal;
	color: black;
	font-size: 8pt;
	text-align: left;
}