@charset "utf-8";
/* CSS Document */

#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}
#country{
	padding:3px;
	border:1px #CCC solid;
	font-size:17px;
}
.suggestionsBox {
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 500px;
	background-color: #666666;
	border-top: 2px solid #666666;
	color: #fff;
	
}
.suggestionList {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
	border-bottom-style: outset;
	
}
.suggestionList ul li {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	
	border-bottom:1px dotted #FFF;
	cursor: pointer;
}
.suggestionList ul li:hover {
	background-color: #CCC;
	margin: 0px 0px 0px 0px;
	color:#666666;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}

.load{
background-image:url(../images/loader.gif);
background-position:right;
background-repeat:no-repeat;
}

#suggest {
	position: absolute;
}
