.country-direct{
	color:#fff;
	padding:10px;
	margin:0px auto 20px;
	width:980px;
	position:relative;
	background-color: #59B4CF;
	border-bottom:1px solid #000;
	box-shadow: 0px 5px 5px #888888;
	font-size: 120%;	
	line-height: 120%;
	box-sizing:border-box;
}
.country-direct a{
	color:#fff; 
	text-decoration: none; 
}
.country-direct a:hover{font-weight: bold; text-decoration: underline;}
.country-direct strong{font-weight: bold;}
.country-left{
	display:inline-block;
	float:left;
	width:35%;
	padding-top:10px;
	padding-left:10px;
}
.country-left img{width:22px;}
.country-mid{
	display:inline-block;
	float:left;
	border-right:1px groove silver;
	width:33%;
	font-size:140%;
}
#route_submit{
	display:inline-block;
	cursor: pointer;	
}
#route_submit span{
	display: inline-block;
    position: relative;
    top: 0px;
    left:20px;
    line-height: 1.2;
}
.country-right{
	display:inline-block;
	float:right;
	width:30%;
}
#close_submit{
	position: relative;
	top: 5px;
	display:inline-block;
	cursor: pointer;
	float:right;
}
.sitenames{
	width:33%;
	display:inline-block;
	float:left;
	margin-right: 15px;
}
#close_country{float:right; display:inline;}
.country-clear{clear:both;}