@charset "UTF-8";
/* CSS Document */

.company_search_container{
	width:100%;
	position: absolute;
	padding:15px;
	z-index: 99;
	padding-top: 0px; 
	overflow: hidden;
	display: none;
}
.company_search{
	height:100%;
	background:white;
	border: 1px solid black;
	border-top:none;
	
	max-height: 250px;
	overflow-y: scroll;
}
.regSuc{
	margin-top:3px;
	margin-right:5px;
	padding:9px;
	margin-bottom: 0px;
	display: none;
	float:right;
}