/* Select Box */

div.selector {
	height:18px;
	border: solid 1px #655A4D;
	background:url(../images/bg_select.png) repeat-x left top;
	line-height: 18px;
	color: #000;
	width:40px;
	background:#FFF url(../images/select.gif) no-repeat right center;
	cursor:pointer;
}


div.selector select {
	font-family:Tahoma, "Times New Roman", Times, serif;
	width:42px;
	cursor:pointer;
	height:20px;
	padding:0;
	margin-top:-5px;
}

div.selector.focus {
	border-color: #FFF;
}

div.selector span {
	font-size: 1.1em;
	padding: 0;
	display: block;
	right: 0;
	padding:0; 
	height:0px;
	padding-left:5px;
	border:0px solid;
	line-height:10px;
	width:0px;
	padding-top:5px; 
	color:#A47D64; 
}

div.selector.focus span {
	left: 0px;
	padding-bottom:0;
}

div.selector select option {padding:0;}

