﻿.search 
{
	margin-top: 20px;
	width: 405px;
	height: 450px;
	position: relative;
}

.search .nameBox
{
	width: 170px;
	height: 400px;
 	position: absolute;
 	left: 0px;
 	/*z-index: 10;*/
}

 .search .geographicBox 
 {
	width: 195px;
	height: 400px;
 	position: absolute;
 	right: 0px;
 	margin-top:0px;
 	/*z-index: 5;*/
 }
 
 .search .buttons 
 {
 	top: 395px;
 }
 
 #resetButton 
 {
 	display: none;
 }

