#join .select_box {
	color:#00f4ff;	
	height:30px;
	width:100%;
	margin-bottom:15px;
	border-radius:5px;
	border:1px #00f4ff solid;
	background:url(../images/lan05.png);
	position:relative;
}
#join div.tag_select {
	display: block;
	color: #00f4ff;
	width:96%;
	padding: 0 2%;
	height:30px;
	background: transparent url("../images/ubox-select.gif") no-repeat right 0;
	line-height:30px;
}
#join div.tag_select_hover {
	display: block;
	color: #00f4ff;
	width:96%;
	padding: 0 2%;
	height:30px;
	background: transparent url("../images/ubox-select.gif") no-repeat right 0;
	line-height:30px;
}
#join div.tag_select_open {
	display: block;
	color: #00f4ff;
	width:96%;
	padding: 0 2%;
	height:30px;
	background: transparent url("../images/ubox-select.gif") no-repeat right -30px;
	line-height:30px;
}
#join ul.tag_options {
	position: absolute;
	list-style: none;
	background: #102039;
	width:100%;
	left:-1px;
	border:1px #00f4ff solid;
	padding: 0 ;
	margin: 0;
}
#join ul.tag_options li {
	display: block;
	width:96%;
	padding: 0 2%;
	height:30px;
	text-decoration: none;
	line-height:30px;
	color: #00f4ff;
}
#join ul.tag_options li.open_hover {
	background: transparent url("../images/ubox-select.gif") no-repeat right -60px;
}
#join ul.tag_options li.open_selected {
	background: transparent url("../images/ubox-select.gif") no-repeat right -60px;
}
