
select.select {
	position:				relative;
	margin-right:			5px;
	display:				block;
	/*width:					63px;*/
	height:					22px;
	border: 				1px solid black;
}

div.base {
	position: 				relative;
	float:					left;
	margin:					1px 5px 0 0;
	display: 				block;
	width:					242px;
	height: 				22px;
	background-image:		url(/visuals/gyas/cognac/bg/forms/dropdown.png);
	cursor:					default;
	font:					11px Arial, Helvetica, sans-serif;
}

div.base_open {
	background-image:		url(/visuals/gyas/cognac/bg/forms/dropdown.png);
}

div.base div.options {
	position: 				absolute;
	top: 					21px;
	left: 					0px;
	display: 				none;
	width: 					240px;
	overflow: 				hidden;
	z-index: 				2;
	background:				#fff;
	border:					1px solid #efefef;
}

div.base div.currentoption {
	position: 				absolute;
	top: 					0px;
	left: 					0px;
	display: 				block;
	padding:				4px 0px 0px 5px;
	width: 					237px;
	height: 				22px;
	overflow: 				hidden;
	z-index: 				10;
	color: 					#333;
	
}

div.base div.item,
div.base div.first,
div.base div.last {
	display: 				block;
	padding:				4px 10px 0px 5px;
	width:					227px;
	height: 				17px;
	color: 					#333;
	cursor:					default;
	overflow:				hidden;
}

/*
div.base div.first,
div.base div.first_hover {
	height: 				22px;
	margin-top:				5px;
	padding-top:			4px;
	border-bottom:			1px solid #efefef;
}

div.base div.last,
div.base div.last_hover {
	height: 				22px;
	border-top:				1px solid #efefef;
}
*/
div.base div.item_hover,
div.base div.first_hover,
div.base div.last_hover,
div.base div.first_real_hover,
div.base div.selected
{
	color: 					#fff;
	background-color:		#ccc;	
}

/*temp radio / checkboxes */
input.checkbox,
input.radio {
	float:					left;
	margin:					0 5px 0 0;
}