/* CSS Document */


.countryselect {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}

option.gl{
	background-color:#FFFFFF;
	color:#999999;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/img/flags/gl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
}
option.uk{
	background-color:white;
	color:#666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/img/flags/gb.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
}
option.us{
	background-color:white;
	color:#666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/img/flags/usa.gif);
	background-repeat: no-repeat;
background-position: right top;
	text-transform: uppercase;
}
option.au{
	background-color:white;
	color:#666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/img/flags/au.gif);
	background-repeat: no-repeat;
background-position: right top;
	text-transform: uppercase;

}
option.ru{
	background-color:#FFFFFF;
	color:#999999;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/img/flags/ru.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
}

form {
margin: 0;
padding: 0;

}
#Country {

margin-top: 0px;
padding-top:0px;
}