.welcome_button { 
	position: relative;
	font-weight: bold; 
	height: 16px; 
	border-top: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-bottom: 2px; 
	padding: 3px; 
	margin-bottom: -3px;
	cursor: pointer; 
	text-align: center; 
	z-index: 0;
}

.welcome_box {  
	position: absolute; 
	height: 0px; 
	width: 0px; 
	overflow: hidden; 
	visibility: hidden; 
}

#box_text {
  background-color: white;
}
	
