﻿.scfSectionContent {
	float: left;
	width: 200px;
}

.scfSectionContent label {
	width: 100px;
}

.halfAvailableWidth, .thirdAvailableWidth, .FormNumberZipcode, .FormTextCity {
	clear: both;
	float: left;	
	margin: 5px 0px;
	text-align: left;
	vertical-align: top;
}

div.halfAvailableWidth {
	width: 100%;
}

.halfAvailableWidth {
	width: 200px;
}

.thirdAvailableWidth {
	width: 100px;
}

.FormTextCity {
	clear: none;
}

.FormTextCity label {
	width: 25px;
}

.FormTextCity input {
	width: 212px !important;
}

.FormNumberZipcode {
	clear: none;
	width: 155px !important;
}

.FormNumberZipcode input {
	text-align: center;
	width: 35px !important;
}

.FormHiddenField {
	display: none;
}