@charset "utf-8";
/* CSS Document */

.search-box {
  background-color: #535362;
  background-image: url('http://www.genealogybank.com/static/images/ad-images/gb-logo-powered.png');
  background-repeat: no-repeat;
  background-position: right top;
  /* background-size: 150px 18px; */
  background-size: 129px 18px;
  border: 1px solid #999;
  height:80px;
  margin-top: -10px;
  width:630px;

  font:bold 13px/22px "Roboto",sans-serif;
}

.search-box table {
  margin: 0 auto;
}

.label-group {
  color:#aaa;
	display: inline;
	float: left;
	margin-right: 20px;
	text-align: left;
	width: 130px; /* 260px */
}
.label-group label {
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding-bottom: 0px;
}
.label-group input {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px;
	height: 32px;
	padding: 0 8px;
	width: 93%; /* 241px */
}
.label-group input:focus, .search-box select:focus {
	border: 1px solid #3f90c5;	
}
.label-group2 {
	display: inline;
	float: left;
	margin-top: 15px;
	padding: 0;
	text-align: left;
}
.label-group2 label {
	display: inline;
	margin-right: 10px;
}
.label-group2 label input {
	margin-right: 4px;
}
.label-group .required {
	font-weight: normal;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance:none;
	background: url("http://www.genealogybank.com/static/images/ad-images/arrow-down.png") no-repeat scroll right 10px top 50% #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 32px;
	padding: 0 0px;
	width: 100%; /* 258px */
}

.label-bold {
	font-weight: bold;
}
.btn {
	background-color: #f15c22;
	border: 1px solid #f15c22;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin:0;
	padding:5px 8px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	
}
.btn:focus {
	box-shadow: 0 0 3px 1px #f98254;
	background-color: #ce4d1b;
	outline: medium none;
}
.btn:active {
	background-color: #ce4d1b;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3) inset;
}
.btn:hover {
	background-color: #ce4d1b;
	color: #fff;

}

