.selectbox-wrapper {
	border: 1px solid #e6e6e6;
	border-top: none;
	margin: -4px 0 0 0;
	padding: 0px;
	text-align: left;
	overflow: auto;
	z-index: 77;
	position: absolute;
	color: #4e4e4e;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 0;
	background: #fff;
	text-transform: uppercase;
	font-size: 0.75em;	
	width: 195px;
}

.custom-select-container.entry .selectbox-wrapper {
	border: 1px solid #262626;
	background: #000 url(../gr_selectbox_entry-bg.gif) repeat;
	text-transform: none;
	color: #bb9653;
	letter-spacing: 2px;
	font-weight: bold;
	height: 160px;
	width: 275px;
}

.selectbox-wrapper ul {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.selectbox-wrapper ul li.selected { 
	background: #fff;
	color: #bb9653;
}

.selectbox-wrapper ul li.selected.current { 
	background: #f4f4f4;
	color: #bb9653;
}

.selectbox-wrapper ul li.current { 
	background: #f4f4f4;
	color: #bb9653;
}

.custom-select-container.entry .selectbox-wrapper ul li.selected { 
	background: #1f1f1f;
	color: #bb9653;
	border: 1px solid #000000;
	border-top: 1px solid #262626;
}

.custom-select-container.entry .selectbox-wrapper ul li.selected.current { 
	/*background: #000 url(../gr_selectbox_entry-selected_1.gif) no-repeat;*/
	color: #bb9653;
	border: 1px solid #bb9653;
	background: #1f1f1f;
}

.custom-select-container.entry .selectbox-wrapper ul li.current { 
	/*background: url(../gr_selectbox_entry-current.gif) no-repeat;*/
	color: #bb9653;
	border: 1px solid #bb9653;
}

.selectbox-wrapper ul li {
	list-style: none;
	list-style-type: none;
	line-height: 16px;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	display: block;
	color: #4e4e4e;
	padding: 3px 0 3px 10px;
	cursor: pointer;
}

.custom-select-container.entry .selectbox-wrapper ul li {
	background-color: #000;
	border: 1px solid #000000;
	border-top: 1px solid #262626;
	color: #bb9653;
	cursor: pointer;
	padding: 3px 0 3px 12px;
	height: 16px;
	height: auto !important;
	min-height: 16px;
}

.overlay 
{
	position: relative; 
	z-index: 72;
}

.custom-select-container
{
	position: relative; 
	display: block;
	text-align: center;
	width: 167px;
	height: 23px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.custom-select-container.dropdown
{

}

.custom-select-container input
{
	font-size: 0.75em;
	text-transform: uppercase;
	color: #4e4e4e;
}

.custom-select-container
{
	position: relative; 
	display: block;
	text-align: left;
	width: 195px;
	height: 26px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.custom-select-container.entry
{
	position: relative; 
	display: block;
	text-align: left;
	width: 277px;
	height: 26px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.custom-select-container.entry input
{
	color: #bb9653;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: none;
	line-height: 16px;
}

.selectbox
{
	background: url(../gr_selectbox2.gif) 0 0 no-repeat;
	padding: 5px 0 0 4px;
	height: 19px;
}



.selectbox /* look&feel of  select box*/
{
	margin: 0;
	padding-left:10px;
	width: 195px;
	display : block;
	text-align:left; 
	/*height:18px;*/
	cursor: pointer;
	border: none;
	color: #929282;
	line-height: 1em;
}
.box01 .field01 input.selectbox {
	background: none;	
}


.custom-select-container.entry .selectbox
{
	width: 275px;
	height: 26px;
	height: 24px;
	background: url(../gr_selectbox_entry.gif) 0 0 no-repeat;
}
