.jkime {
	border: 0px;
	height: 0px;
	padding: 0px 0px 0px 109px ;
	position: absolute !important;
	text-align: center;
	width: 0px;
	margin: 27px 0px 0px 0px;
}

.jkime select {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: rgba(220,220,220,.5);
	border: 1px solid white;
	height: 17px;
	width: 93px;
	font-size:10px;
}

.jkime:hover select {
	background-color: rgba(220,220,220,1);
}

select option {
	background-color: rgba(240,240,240,.9);
}

select option.alt {
	background-color: rgba(250,250,250,.9);
}

select option.error {
	text-decoration: line-through;
	color: gray;
}