﻿#formContainer {
	position:relative;
}
.selectionType {
	position:absolute;
	top:62px;
	right:134px;
	width:340px;
	height:85px; 
}
.zipcodeBox {
	position:absolute;
	top:233px;
	right:134px;
	width:320px;
	height:45px;  
}
.borderTop {
	border-top: 1px dotted #ccc;
}