#country_popup{
	margin:0px;
	width:216px;
	height:156px;
	padding:5px;
	overflow:hidden;
	position:absolute;
	top:-29px; 
	left:5px;
	z-index:200; 
	border:0px solid red;	
}

#country_popup form{
	margin:0;
	padding:0;
}

#country_popup span{
	margin-left:5px;
	padding:0;
}
#country_popup a{
	color:#000;	
}

#country_popup .country_content_wrapper{
	position:relative;
	height:136px;
	width:215px;
	overflow:hidden;
	border:1px solid #999;
}

#country_popup .login-close{
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	left:210px;
	position:absolute;
	top:7px;
	z-index:9;
}

div#country-content {
	padding:10px 10px 0 10px;
}

