#countryUserSelect {
	background: none repeat scroll 0 0 #6D6D6D;
	display: inline-block;
	color: white;
	margin: 15px 15px;
	padding: 10px 15px;
}

#countryUserSelect div {
	position: relative;
}

#countryUserSelect .selectCountry,
#countryUserSelect .selectUserType {
	background: none repeat scroll 0 0 #353434;
	display: inline-block;
	margin-right: 10px;
}

#countryUserSelect .selectCountry span,
#countryUserSelect .selectUserType span {
	background: url('/blk-inst-c-assets/cache-1772804172000/include/common/css/blk/i/sprite_icons.png') no-repeat
		scroll 106% -1828px transparent;
	display: block;
}

#countryUserSelect ul {
	background: #353434;
	background: linear-gradient(-45deg, #353434 0%, #232323 100%) repeat
		scroll 0 0 transparent;
	box-shadow: 1px 1px 10px 0 #222222;
	padding: 5px;
	top: 23px;
	width: 180px;
	display: block;
	z-index: 7;
	left: -99999px;
	position: absolute;
}
/* Where's that inline style being added, see EBPLAT-4236 */
#countryUserSelect ul {
	padding-bottom: 15px !important;
}

#countryUserSelect .selectCountry:hover > ul,
#countryUserSelect .selectUserType:hover > ul {
	left: 0;
}

#countryUserSelect ul.hidden {
	left: -99999px !important;
}

#countryUserSelect ul li a {
	color: #CDCACA;
	display: block;
	font-size: 11px;
	padding-right: 0;
}

#countryUserSelect .selectCountry span a,#countryUserSelect .selectUserType span a {
	color: white;
	display: block;
	font-size: 12px;
	padding: 5px;
	width: 180px;
}

#countryUserSelect .selectCountry ul li {
	line-height: normal;
	width: 135px;
}

#countryUserSelect .selectUserType ul li {
	width: 295px;
}

#countryUserSelect ul li:hover,
#countryUserSelect ul li.over {
	background-color: #575757;
}

#countryUserSelect .selectCountry li.col2 {
	/*margin-left: 150px;*/
}


#countryUserSelect span.userDescription {
	background: none;
	font-size: 9px;
	padding-left: 15px;
}

div.error {
	color: red;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left:25px;
}

/******************************************
IE6/7
*******************************************/
#countryUserSelect .selectCountry,
#countryUserSelect .selectUserType {
	*display: inline;
	zoom: 1;
}

#countryUserSelect {
	_width: auto;
}