﻿#RegisterFormContainer
{
}

#Spacer1
{
	height: 5px;
}

.InputLabel
{
	float: left;
	line-height: 20px;
	width: 90px;
}

.InputTextBoxInput
{
	float: left;
}

.InputDropdownInputContainer
{
	float: left;
}

.InputDropdownInput
{
	width: 204px;
}

.TextBoxShort
{
	width: 200px;
}

.TextBoxLong
{
	width: 400px;
}

.InputTextBoxContainer + .InputTextBoxContainer
{
	margin-top: 5px;
}

#ContactUsSuccess
{
	margin-top: 10px;
}

#ContactUsFooter
{
	margin: 15px 6px 0 0;

}

#ContactUsFooterLeft
{
	float: right;
	width: 280px;
	margin-right: 10px;	
}

#ContactUsFooterRight
{
	float: right;	
}