﻿div#Countries
{
	width: 189px;
	height: 170px;
	background: url(../../../Images/Common/Map.gif) no-repeat bottom;
	text-align: center;
	font-family: Trebuchet MS,Verdana;
}

div#CountriesSmall
{
	width: 190px;
	padding: 12px;
	margin-top: 10px;
	background: url(../../../Images/Controls/CountryList/Background.gif) repeat-x bottom;
	display: block;
	float: left;
	text-align: center;
	border: solid 1px #b4d4ef;
}

div#Countries select
{
	width: 140px;
	font-size: 1em;
	color: #002162;
	display: block;
	float: left;
	margin: 0 5px 0 6px !important;
	margin: 0 5px 0 2px;
	padding: 1px;
}

div#CountriesSmall select
{
	width: 140px;
	font-size: 1em;
	color: #002162;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 1px;
}

div#Countries input, div#CountriesSmall input
{
	/*background-color: #002162;*/
}

span.ListViewLabel
{
	color: #0051A1;
	font-weight: bold;
	padding-bottom: 10px;	
	display: block;
	text-align: left;
	margin-left: 10px;
}

ul#CountryList li
{
	background-image: url(../../../images/Common/Small-Arrow.gif);
	background-position: 0pt 5px;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 15px;
	text-align: justify;
}