
.button {
	text-decoration:none; 
	display: inline-block;
	height: 18px;
	margin-left: -1px;
	text-align: center;
	font-size: 18px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	z-index: 4;
	}
.non {
	color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 16px;
	margin-bottom: 16px;
	cursor: default;
	}
	
.select {
	background-image: -webkit-gradient(
				linear
				, left top, left bottom
				, from(#dddddd), to(#00eeee));
	background-image: -moz-linear-gradient(
				top, #dddddd, #00eeee);
	background: -ms-linear-gradient(top, #dddddd, #00eeee);
	padding-top: 21px;
	padding-bottom: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #669933;
	cursor: pointer;
	z-index: 3;
	}
.push {
	background-color: #eeeeee;
	padding-top: 21px;
	padding-bottom: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #669933;
	z-index: 3;
	}
#list {
	z-index: 5;
	position: absolute;
	width: 180px;
	}
#detector {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	}
.listbox {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 5px;
	z-index: 4;
	position: relative;
	left: -6;
	height: 20px;
	
	border: solid 1px #669933;
	}
.nonlist {
	background-color: #fff;
	color: #669933;
	}
.selectlist {
	background-color: #eee;
	}

.lng {
	text-decoration:none; 
	font-weight:bold;
	display: inline-block;
	height: 18px;
	width: 80px;
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	top: 0px;
	
}	
.nonlng {
	background-color: white;
	color: black;

}
.selectlng {
	background-color: grey;
	color: white;
}
.pushlng {
	background-color: black;
	color: white;
}