.Form label {
	clear:left;
	display:block;
	float:left;
	margin-right: 5px;
	text-align:right;
	width:260px;
	margin-top: 7px;
}

.Form input
{
	background-color: rgb(245,245,245);
	border:1px solid #CCCCCC;
	margin-top: 5px;
	width: 220px;
}

.ExtendedProfileForm input,
.ExtendedRegistrationForm input,
.GeneralContactForm input,
.ProductRegistrationForm input
{
	width: 220px;
}

.ExtendedProfileForm select,
.ExtendedRegistrationForm select,
.GeneralContactForm select,
.ProductRegistrationForm select
{
	width: 220px;
}

.ExtendedProfileForm textarea,
.ExtendedRegistrationForm textarea,
.GeneralContactForm textarea,
.ProductRegistrationForm textarea
{
	width: 220px;
}


.Form .PhoneInput input
{
	width: 164px;
}

.Form select
{
	background-color: rgb(245,245,245);
	border:1px solid #CCCCCC;
	margin-top: 4px;
	width: 222px;
}

.Form textarea
{
	background-color: rgb(245,245,245);
	border:1px solid #CCCCCC;
	padding: 2px;
	margin-top: 5px;
	width: 216px;
}

input.FormButton
{
	margin-left: 270px;
	margin-top: 10px;
}

label.SearchBoxLabel
{
	width: 50px;
	color: Black;
}

input.SearchTextBox
{
	background-color: rgb(245,245,245);
	border:1px solid #CCCCCC;
		width: 133px;
}

input.SearchBoxButton
{
	}

input.button
{
	
}

.SearchDialog
{
	margin-bottom: 30px;
}

.FormTextBox
{
	width: 275px;
}