﻿input.combo_button {
	background: url(/images/mp/button_options.gif) no-repeat center center;
	border: none;
	width:24px;
	height:23px;
	cursor: pointer;
	position:absolute;
	top:-2px;
	margin-left:0px;
	z-index:2;
}
input.combo_button_over {
	background: url(/images/mp/button_options_over.gif) no-repeat center center;
	border: none;
	width:24px;
	height:23px;
	cursor: pointer;
	position:absolute;
	top:-2px;
	margin-left:0px;
	z-index:2;
}
.combo_list {
	position: absolute;
	z-index: 5;
	display:none;
	border-right: #FFCC00 3px solid;
	border-left: #FFCC00 3px solid;
	border-bottom: #FFCC00 3px solid;
	background-color:white;
	width:135px;
	padding-top:8px;
	overflow-y:scroll;
	height:75px;
}
.combo_list_extra {
	position:absolute;
	z-index:5;
	background: #FFCC00;
	width:3px;
	height:10px;
	white-space:3px;
	top:-8px;
	display:none;
}
.combo_container {
	position:relative;
	clear:left;
	top:-2px;
	left:0px;
	z-index: 6;
}
.combo_button_container {
	position:relative;
	top:-2px;
	left:-18px;
	z-index: 5;
}
.option {
	cursor:pointer;
}
.option_over {
	background:#ffcc00;
	cursor:pointer;
}
.invisible{
	display:none;
}