﻿body
{
	background-color: #cddb9d;
}

/*COMMON*/
.PanelProperties
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 158px;
	height: 52px;
	border: none;
	background-color: #cddb9d;
}


/*SIGN UP FORM*/

.FormBackground
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 158px;
	height: 52px;
	border: none;
}

.TextBox
{
	position: absolute;
	left: 7px;
	top: 21px;
	height: 16px;
	width: 98px;
	border-style: none;
	background: none;
	font-family: Arial;
	font-size: 8pt;
	color: #6c7b30;
	font-weight: normal;
	vertical-align: middle;
}

.SubmitButton
{
	position: absolute;
	left: 109px;
	top: 24px;
	height: 14px;
	width: 44px;
	border-style: none;
	background: white;
	font-family: Arial;
	font-size: 8pt;
	color: #666f30;
	font-weight: bold;
}

.ErrorMessage
{
    position: absolute;
    left: 15px;
    top: 37px;
    font-family: Arial;
    font-size: 8pt;
    color: #f9f9d3;
    font-weight: normal;
    vertical-align: middle;
}

.ConfirmationMessage
{
	position: absolute;
	left: 20px;
	top: 28px;
	font-family: Arial;
	font-size: 10pt;
	color: White;
	font-weight: bold;
}