#country-list{
	float:left;
	list-style:none;
	margin-top:-3px;
	padding:0;
	width: 300px;
	z-index: 1000;
	position: absolute;
}

#country-list ul{
	max-height:300px;
	overflow:auto;
}

#country-list li{
	padding: 10px; 
	background: #f0f0f0; 
	border-bottom: #bbb9b9 1px solid;	
}

#country-list li:hover{
	background:#ece3d2;
	cursor: pointer;
}

#suggesstion-box {
	z-index: 1000;
	position: absolute;
}

.hideSwitchBox {
	pointer-events: none;
	opacity: 1.5;
	background: #eee;
}

.upload_target_style {
	width: 0; height: 0; border: 0px solid #fff;
}

.myinfo-btn {
	cursor: pointer;
}