.title {
	font-size: 26px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
	cursor: pointer;
}

.head {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	font-size: 24px;
	border-bottom: 1px solid #5a5a5a;
	z-index: 1;
	text-align: center-left;
	min-width: 900px;
}

.spacer-head {
	margin-bottom: 60px;
}

.btn-head {
	position: fixed;
	top: 2px;
	display: block;
	text-align: center;
	border: none;
	cursor: pointer;
	color: #5a5a5a;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	z-index: 1;
}
.btn-head:HOVER {
	color: #fff;
}

.btn-head-login {
	right: 2px;
	width: 100px;
}

.btn-head-signup {
	right: 100px;
	width: 100px;
}

.btn-head-logoff {
	right: 3px;
	width: 30px;
	background-image: url(../images/icons/logout.png);
	background-repeat: no-repeat;
	background-position: center;
}
.btn-head-logoff:HOVER {
	background-image: url(../images/icons/logout_hl.png);
}

.btn-head-account {
	right: 36px;
	width: 35px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.btn-head-trip {
	right: 100px;
	width: 35px;
	height: 35px;
	background-image: url(../images/icons/addtrip.png);
	background-repeat: no-repeat;
	background-position: center;
}
.btn-head-trip:HOVER {
	background-image: url(../images/icons/addtrip_hl.png);
}

.search-field {
	position: fixed;
	top: 2px;
	right: 220px;
	width: 200px;
	height: 34px;
}

.search-field-text {
	position: fixed;
	top: 2px;
	width: 200px;
	height: 32px;
	color: #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: transparent;
	font-size: 16px;
}
.search-field-text:FOCUS {
	color: #fff;
	border-color: #fff;
}