@charset "utf-8";

h4.h4 {
	border-bottom: 1px solid #ddd;
	padding: 0 0 8px 0;
	margin-bottom: 25px;
	overflow: hidden;
}
.h4 .Clear {
	float: right;
}

.location {
	margin-bottom: 10px;
	min-height: 50px;
}
.location .form-control {
	width: 50%;
	height: 47px;
}
.location input[type="text"] {
	border-radius: 5px;
	border: 1px solid #dddfe7;
	padding: 5px 10px;
	margin: 0;
}
.location label {
	float: left;
	margin-right: 10px;
	margin-top:  10px;
}

.fingerprint .img {
	border: 1px solid #dad8d0;
	display: block;
	border-radius: 14px;
	background-color: #e2e2e2;
	box-shadow:  0 0 5px #ddd;
	overflow: hidden;
	width: 140px;
	height: 175px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 10px;
}
.fingerprint .img img {
	width: 140px;
	height: auto;
}

.fingerprint {
	text-align: center;
}