@charset 'utf-8';

.mwselect {
	background-color: #fff;
	color: #000;
	display: inline-block;
	position: relative;

	background-image: url( ./select.gif );
	background-position: 95% 50%;
	background-repeat: no-repeat;
	border: #ccc solid 1px;
	border-radius: 4px;
	padding: 4px 22px 4px 12px;
}
.mwselect select {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mwselect span.cur {
	position: relative;
	z-index: 0;
}
.mwselect span.placeholder {
	color: silver;
}