/******************************************************
/* FORM BASICS
/*****************************************************/
.StandardForm,
.RegistrationForm
{
	height: auto !important;
	height: 0%;
}

.InputBlock
{
	margin-bottom: .5em;
}


.RegistrationForm .InputBlock
{
	float: left;
	width: 50%;
}

.RegistrationForm .Wide
{
	float: none;
	clear: left;
	width: 100%;
}

.ButtonBlock
{
	clear: both;
	padding-top: 1em;
	text-align: right;
}


INPUT.TextBox, .TextBox INPUT, TEXTAREA, SELECT, 
.RadioButton, .RadioButton INPUT, .RadioButtonList INPUT, 
.CheckBox, .CheckBox INPUT, .CheckBoxList INPUT, 
.Button, LABEL, .InputLabel
{
	vertical-align: middle;
}

/******************************************************
/* LABELS
/*****************************************************/

LABEL, .InputLabel, .DisplayLabel
{
	font-weight: bold;
	margin-right: .5em;
}

.StandardForm .InputBlock LABEL
{
	float: left;
	clear: left;
	width: 150px;
}

.RegistrationForm .InputBlock LABEL
{
	display: block;
}

.RegistrationForm .InputBlock .CheckBox LABEL
{
	display: inline;
}


/******************************************************
/* INPUT ELEMENTS
/*****************************************************/
INPUT.TextBox, .TextBox INPUT, TEXTAREA
{
	padding: 1px;
	border: solid 1px #AAAAAA;
}

INPUT.TextBox, .TextBox INPUT, SELECT, SELECT OPTION
{
	font-size: 11px;
	width: 150px;
}

.Wide INPUT.TextBox, .Wide .TextBox INPUT, 
.Wide SELECT, .Wide SELECT OPTION
{
	width: 250px;
}

INPUT.SmallInput, SELECT.SmallInput, .SmallInput OPTION
{
	width: 50px;
}

TEXTAREA
{
	width: 350px;
	height: 100px;
	overflow: auto;
}

.Wide TEXTAREA
{
	width: 500px;
}

.CheckBox, .CheckBox INPUT,
.RadioButton, .RadioButton INPUT
{
	margin-right: 5px;	
}

/******************************************************
/* CHECKBOX & RADIOBUTTON LISTS
/*****************************************************/

.RadioButtonList TD,
.CheckBoxList TD 
{
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}

.InputBlock .CheckBoxList INPUT,
.InputBlock .RadioButtonList INPUT
{
	float: left;
}

.InputBlock .CheckBoxList LABEL,
.InputBlock .RadioButtonList LABEL
{
	float: none;
	clear: none;
	width: auto;
	display: block;
	margin: 1px 0 0 22px;
}

/******************************************************
/* ERRORS
/*****************************************************/

.ErrorLabel
{
	color: #CC0000;
}

.ErrorList UL
{
	color: #CC0000;
	list-style-type: none;
	margin: 0;
}

.StandardForm .ErrorList
{
	margin-left: 155px;
}

.ErrorIndicator
{
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
}