﻿/* Forms */
legend
{
	display: none;
	visibility: hidden;
}
.FormContainer
{
	width: 315px;
}
.FormConfirmationMessage
{
	font-weight: bold;
}
.FieldWrapper
{
	width: 100%;
	display: block;
}
.FieldBox
{
	border: 1px dashed gray;
	margin-bottom: 10px;
	min-height: 50px;
}
.FieldToolbar
{
	display: block;
	background-color: #e8f0fe;
	height: 20px;
}
.FieldName
{
	float: left;
	display: inline;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
}
.FieldToolbarButton
{
	float: right;
	display: inline;
	padding-top: 3px;
	padding-right: 5px;
}
.FieldContent
{
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
}
.FieldLabelTop
{
	display: block;
}
.FieldLabelLeft
{
	display: block;
	width: 200px;
	margin-top: 8px;
	text-align: left;
}
.FieldLabelRight
{
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
input,
textarea
{
	border: 1px solid #d6d6d6;
}
.FieldTextBoxSmall
{
	width: 100px;
}
.FieldTextBoxMedium
{
	width: 309px;
	padding: 3px;
}
.FieldTextBoxLarge
{
	width: 400px;
}
.FieldTextBoxFull
{
	width: 99%;
}
.FormSubmitButton
{
	float: right;
	background: #e7e7e7;
	padding: 3px 5px;
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, Sans-Serif, Verdana;
	color: Black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

/* FORMS */
div.FormFieldGroup
{
	overflow: hidden;
	height: 100%; /*needed for IE6*/
}
div.FormFieldGroup label.Group
{
	display: block;
	width: 200px;
	margin-top: 8px;
	text-align: left;
}
div.FormFieldGroup input.Group
{
	border: 1px solid #d6d6d6;
	width: 309px;
	padding: 3px;
}
div.registerContainer div.FormFieldGroup em,
div.loginContainer div.FormFieldGroup em,
div.lostpassword div.FormFieldGroup em
{
	float: left;
	width: 3px;
}
div.ButtonContainer
{
	text-align: right;
	width: 316px;
}
div.ButtonContainer .Button
{
	float: right;
	background: #0190d4;
	padding: 3px 5px;
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, Sans-Serif, Verdana;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
div.registerContainer em
{
	float: right;
	clear: right;
}
div.error_lostpassword
{
	color: #cc3333;
}

/* LOGIN PAGE */
.error_lostpassword
{
	color: Red;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
.loginContainer,
.lostpassword
{
	margin-left: 30px;
	position: relative;
	text-align: left;
	width: 350px;
}
.loginContainer table
{
	width: 100%;
}
.loginContainer fieldset,
.lostpassword fieldset
{
	margin-top: 15px;
	margin-bottom: 10px;
}
.loginContainer fieldset legend,
.lostpassword fieldset legend
{
	display: none;
}
.loginContainer .FormFieldGroup label,
.lostpassword .FormFieldGroup label
{
	display: block;
	padding: 4px 0px 0px 0px;
	color: #272526;
}
.loginContainer .login_lostpassword_link,
.lostpassword .login_lostpassword_link
{
	display: block;
}
.loginContainer fieldset input.Group,
.lostpassword fieldset input.Group
{
	border: 1px solid #d6d6d6;
	width: 309px;
	padding: 3px;
}
.FieldInstructions
{
	display: none;
}