@charset "UTF-8";
@import url(../agency.css);
@import url(../layout/2ColumnLeft.css);


#officeContainer {
	width: 100%;
	position: relative;
	min-height: 389px;
	margin: 15px auto
}
#officeEdmonton {
	width: 47%;
	position: absolute;
	top: 0px; 
	background-color: #f0f0f0;
}
#officeCalgary {
	width: 47%;
	position: absolute;
	top: 0px; left: 50%;
	background-color: #E9E5DE;
}
#formContainer {
	width: 97%;
	position: absolute;
	top: 180px; left: 0;
	background-color: #F2F0EB;
}
#officeContainer dl {
	padding: 9px
}
#formContainer table {
	margin: 3px auto
}
#formContainer td {
	padding: 2px
}

#formContainer input[type='text'],
#formContainer select {
	padding: 3px;margin-top: 3px
}
#formContainer input[type='submit'] {
	padding: 7px;
	margin-bottom: -7px
}

#formContainer input[type='text'] {	
	width: 177px;
}
.FormResponse {
	text-align: center;
	Font-weight: bold
}