* {
    margin: 0;
    padding: 0;
}

.selectBox {
	border: 1px solid #000000;
	clear: right;
	float: left;
	font-size: 9px;
	height: 13px;
	margin-bottom: 2px;
	margin-top: 2px;
	position: relative;
}

.selectBoxArrow {
	float: left;
	height: 13px;
	position: absolute;
	right: 0;
	top: 0;
}

.selectBoxInput {
	border: 0;
	font-size: 9px;
	height: 13px;
	left: 0;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	position: absolute;
	top: 0;
	width: 229px;
}

.selectBoxOptionContainer {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: none;
	height: 60px;
	left: -1px;
	overflow: auto;
	position: absolute;
	top: 13px;
	z-index: 1000;
}

/* For MSIE. */
.selectBoxIframe {
	background-color: #FFFFFF;
	border: 0;
	display: none;
	position: absolute;
	z-index: 999;
}

.selectBoxAnOption {
	cursor: default;
	margin: 1px;
	overflow: hidden;
	white-space: nowrap;
}

