.select_ui {
	outline: 0px; border-radius: 2px; border: 1px solid rgb(204, 204, 204); border-image: none; font-size: 12px; -webkit-border-radius: 2px;
}
.select_text_ui {
	background: rgb(255, 255, 255); text-align: center; box-shadow: inset 0px 1px 2px 0px #f0f0f0; -webkit-box-shadow: 0 1px 2px 0 #f0f0f0 inset;
}
.select_ui {
	color: rgb(0, 0, 0); font-family: inherit; vertical-align: middle;
}
select {
	font-size: 12px;
}
.select_ui {
	background: linear-gradient(rgb(252, 252, 252), rgb(242, 242, 242)); margin: 0px; border: 1px solid rgb(204, 204, 204); border-image: none; width: auto; height: auto; text-align: left; line-height: 1.5; float: none; display: inline-block; white-space: nowrap; position: relative; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.select_focus_ui {
	background: linear-gradient(rgb(242, 242, 242), rgb(252, 252, 252));
}
.select_ui .select_text_ui {
	background: rgb(255, 255, 255); padding: 2px 2px 2px 4px; overflow: visible; margin-right: 26px; vertical-align: baseline; border-right-color: rgb(229, 229, 229); border-right-width: 1px; border-right-style: solid; display: block;
}
.select_ui select {
	background: rgb(255, 255, 255); font: inherit; margin: -1px; padding: 1px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; height: 100%; bottom: 0px; color: inherit; position: absolute; min-width: 100%; box-sizing: content-box; font-size-adjust: inherit; font-stretch: inherit; opacity: 0; -moz-box-sizing: content-box; -ms-box-sizing: content-box;
}
.select_arrow {
	border-width: 5px 5px 0px; border-style: solid; top: 50%; width: 0px; height: 0px; right: 7px; overflow: hidden; margin-top: -2px; border-top-color: inherit; border-right-color: transparent; border-bottom-color: rgb(183, 183, 183); border-left-color: transparent; position: absolute;
}
.select_ui:hover .select_arrow {
	border-top-color: rgb(158, 158, 158);
}
.select_focus_ui .select_arrow {
	border-top-color: inherit;
}
.select_menu_ui {
	background: rgb(255, 255, 255); list-style: none; margin: 1px -1px; padding: 0px; border: 1px outset rgb(204, 204, 204); border-image: none; left: 0px; top: 100%; line-height: 1.5; overflow: hidden; vertical-align: baseline; white-space: nowrap; position: absolute; cursor: default; min-width: 100%;
}
.select_menu_ui .option_ui {
	padding: 0px 999px 0px 3px; margin-right: -999px;
}
.select_menu_ui .option_hover_ui {
	background: highlight; color: highlighttext;
}
.select_focus_ui {
	border-color: rgb(142, 197, 43);
}
textarea:focus {
	border-color: rgb(142, 197, 43);
}
[type=tel]:focus {
	border-color: rgb(142, 197, 43);
}
[type=date]:focus {
	border-color: rgb(142, 197, 43);
}
[type=text]:focus {
	border-color: rgb(142, 197, 43);
}
[type=password]:focus {
	border-color: rgb(142, 197, 43);
}
