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