
div.map_countryselect
{
  float:left;
  position:relative;
  text-align:left;
  width: 516px;
  height:268px;
  background-image:url(../images/map_contryselect.gif);
  background-repeat:no-repeat;
  margin:20px;
}

DIV.map_countryselect A, DIV.map_countryselect A:visited
{
  position:absolute;
  display:inline;
  float:left;
  background-color: #ff8f33;
  border:1px solid #ff8f33;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  height:18px;
  line-height:18px;
  padding-left:8px;
  padding-right: 8px;
}

DIV.map_countryselect A:hover
{
  background-color: #ffa75e;
  border:1px solid #ff8f33;
  color: #ffffff;
  text-decoration:none;
}

#main
{
  padding-bottom:10px;
}

DIV.chooseyourcountry
{
  float:left;
  display:inline;
  text-align:left;
  margin-top:40px;
  margin-left:25px;
}

DIV.chooseyourcountry FORM
{
  margin:0px;
  padding:0px;
}

DIV.chooseyourcountry P
{
  margin-top:3px;
  margin-bottom: 90px;
}

SELECT.country
{
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;  
  background-color: #0e2f80;
  color: #ffffff;
}