div.selectbox-wrapper {
	/*width: 100%;*/
	width: auto;
	margin: -10px 5px 10px 5px;
	padding: 0;
	text-align:left;
	max-height: 200px;
	overflow:auto;
	font-family: "TrajanProRegular";
	font-size: 8pt;
	color: #d7d7d7;
	background: #000;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 10000;
}
div.selectbox-wrapper ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
div.selectbox-wrapper ul li.selected { 
	background-color: #d7d7d7;
	color: #000;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding: 2px 0;
  cursor:pointer;
}

.selectbox	{
	padding: 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	color:#d7d7d7;
	border: solid 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #d1a248 url(../images/button-back.jpg) top left repeat-x;
	font-family: "TrajanProBold";
	max-width: 151px;
	text-shadow: 2px 2px 3px #000;
	-moz-text-shadow: 2px 2px 4px #000;
	-webkit-text-shadow: 2px 2px 4px #000;
	box-shadow: 1px 2px 3px #000000;
	-moz-box-shadow: 1px 2px 3px #000000;
	-webkit-box-shadow: 1px 2px 3px #000000;
}

.selectbox.buttonDark
{
	margin: 0 auto 10px auto;
	padding: 5px;
	display: block;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	color:#d7d7d7;
	border: solid 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #000 url(../images/select-back.jpg) bottom left repeat-x;
	font-family: "TrajanProBold";
	width: 140px;
	text-shadow: 2px 2px 4px #000;
	-moz-text-shadow: 2px 2px 4px #000;
	-webkit-text-shadow: 2px 2px 4px #000;
	box-shadow: 1px 2px 3px #000000;
	-moz-box-shadow: 1px 2px 3px #000000;
	-webkit-box-shadow: 1px 2px 3px #000000;
}

