/* 
  Filename - style.css
  Author   - R. Zupko II
  
  Purpose  - Primary style sheet for fp.code-zen.info
*/
html, body 
{
	background-color: #ffffff;
	color: #000000;
	height: 100%;
	margin: 0 0 0 0;
}

img.working {
	display: none;
	vertical-align: middle;
}

input {
	border: solid 1px #428a43;
}

input.button {
	background-color: #ffffff;
	color: #428a43;
	font-weight: bold;
	width: 10em;
}

#logo {
	color: #428a43; 
	font-size: 40px;
	font-weight: bold; 
	text-align: center;
	vertical-align: middle;
}

#search {
	margin-right: auto; 
	margin-left: auto; 
	text-align: center; 
	width: 90%;
}

#map {
	border: solid 2px #428a43;
	height: 1px;
	margin-right: auto; 
	margin-left: auto;
	text-align: center; 
	width: 95%; 
}