input {
	border:1px solid #7f9db9;
}

textarea {
	border:1px solid #7f9db9;
}

.selector {
	border:1px solid #7f9db9;
	padding-left:2px;
	padding-right:16px;
	background-image:url(select_arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:2px;
	text-align:left;
}

.selector-overarrow {
	border:1px solid #7f9db9;
	padding-left:2px;
	padding-right:16px;
	background-image:url(select_arrow_over.gif);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:2px;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

.selector-dropbox {
	display:block;
	position:absolute;
	left:-1px;
	top:20px;
	background-color:white;
	border:1px solid #b2b2b2;
	z-index:1000;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

.selector-item {
	padding-left:4px;
	padding-right:4px;
	overflow:hidden;
	white-space:nowrap;
	color:black;
}

.selector-itemover {
	background-color:#316ac5;
	padding-left:4px;
	padding-right:4px;
	color:white;
	overflow:hidden;
	white-space:nowrap;
}
