#input_area {

}

#country_list_id  tr td:hover{
	background: #eaeaea;
}

#country_list_id  tr td{
	min-width: 120px;
}

#country_list_id {
	display: none;
	background: white;
	position: absolute;
	z-index: 99999;
	overflow: scroll;
	max-height: 240px;
}

#country_list_id::-webkit-scrollbar { width: 5px; height: 2px;}
#country_list_id::-webkit-scrollbar-button {  background-color: #333; }
#country_list_id::-webkit-scrollbar-track {  background-color: orange;}
#country_list_id::-webkit-scrollbar-track-piece { background-color: #333;}
#country_list_id::-webkit-scrollbar-thumb { height: auto; background-color: red; border-radius: 3px;}
#country_list_id::-webkit-scrollbar-corner { background-color: #999;}}
#country_list_id::-webkit-resizer { background-color: #666;}



#country_list_id_two  tr td:hover{
	background: #eaeaea;
}

#country_list_id_two  tr td{
	min-width: 120px;
}

#country_list_id_two {
	display: none;
	background: white;
	position: absolute;
	z-index: 99999;
	overflow: scroll;
	max-height: 240px;
}

#country_list_id_two::-webkit-scrollbar { width: 5px; height: 2px;}
#country_list_id_two::-webkit-scrollbar-button {  background-color: #333; }
#country_list_id_two::-webkit-scrollbar-track {  background-color: orange;}
#country_list_id_two::-webkit-scrollbar-track-piece { background-color: #333;}
#country_list_id_two::-webkit-scrollbar-thumb { height: auto; background-color: red; border-radius: 3px;}
#country_list_id_two::-webkit-scrollbar-corner { background-color: #999;}}
#country_list_id_two::-webkit-resizer { background-color: #666;}



strong {color: red;}


