@charset "utf-8";
/* CSS Document */

.SelectSet_select {
	height: 20px;
	border: 1px solid black;
	float: left;
	overflow: hidden;
}

.SelectSet_arrow {
	width: 20px;
	height: 20px;
	border-left: 1px solid black;
	float: right;
	cursor: pointer;
	background:url(../images/SelectSet_arrow.png);
}

.SelectSet_value {
	padding: 0px 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	height: 20px;
}

.SelectSet_dropdown {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 50;
	cursor: default;
	border: 1px solid black;
	float: left;
}

.SelectSet_option {
	padding: 1px 3px;
}
