

#country-select {
margin-left:30px; margin-top:8px;
	}

/* rought form styles for when JS is disabled */

#country-select form {
	margin-left:20px;
	width: 30px;
	padding: 0;
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */

#country-select .dropdown dd { position: relative; }

#country-select .dropdown a {
	text-decoration: none;
	outline: 0;
	display: block;
	width: 20px;
	overflow: hidden;
	}

#country-select .dropdown dt a {
	background: transparent;
	border: 1px solid #e2e2e2;
	padding: 0px 0px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}

#country-select	.dropdown dt a.active {
		background: #f2f0f0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: 1px dotted #676768;
		-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		box-shadow: 0 3px 7px rgba(0,0,0,.5);

		}

#country-select .dropdown dd ul {
	background: #fff;
	border: 1px solid #e2e2e2;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 2px 0 5px 0;
	list-style: none;
	border-top: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgba(0,0,0,.3);
	
	}

#country-select	.dropdown dd ul li a {
		padding: 2px 10px; color:white;
		}
		
#country-select	.dropdown dd ul li a:hover {
		background-color:#3a87ad;
		}		

#country-select	.dropdown dd ul li a span,
#country-select	.dropdown dt a span {
		float: left;
		width: 16px;
		height: 11px;
		margin: 5px 6px 0 0;
		background-image: url(../img/flags.png);
		background-repeat: no-repeat;
		cursor: pointer;
		}

		.es a span { background-position: 0 0 }
		.uk a span { background-position: -16px 0 }
		.en a span { background-position: -16px 0 }
		.fr a span { background-position: -32px 0 }
		.de a span { background-position: -48px 0 }
		.pt a span { background-position: -64px 0 }
		.it a span { background-position: -80px 0 }

#country-select	em{
		font-style:normal;
		font-weight:normal;
		padding-top:5px;
		}
