
.selectBox {
    border: 1px solid black;
    height: 20px;
}

.selectBoxOptionsContainer {
    border: 1px solid black;
    position: absolute;
    overflow: auto;
    z-index: 1000;
    top: 20px;
    left: -1px;
    visibility: hidden;
    height: 100px;
    background: white;
	text-align: left;
}

.selectBoxOption {
    font-size: 12px;
    cursor: default;
    margin: 1px 1px 1px 5px;
    overflow: hidden;
    white-space: nowrap;
    background: white;
    font-family: arial;
}

.selectBoxArrow{
    margin-top:1px;
    float:left;
    position:absolute;
    right:1px;
}

.textInput{
    border: 0px;
    padding-left: 2px;
    height: 18px;
    position: relative;
    top: 0px;
    left: 0px;
	width: 200px;
}
