/* --------- GLOBAL THINGS to make my life easier   ------------ */

*{padding: 0; margin: 0;}

img, img:link,img:visited {border: 0px; }

body
{
	font: 75% arial, 'Lucida Grande', Verdana, Sans-Serif; 
	color: #585858;  
}

p
{
  margin-top: 8px;
  line-height: 1.4em !important;
  font-size: 1em;
}

table
{
  font-size: 1em;
}

#wrapper h1 
{
	font-weight: bolder;
	font-size: 1.4em;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	color: #333 !important;
	padding-left: 0;
	margin-left: 0;

}

#wrapper h2 
{
	font-size:  1.3em;
	margin-bottom: 5px;
	color: #333;
	text-transform: uppercase;
}

h3 
{
	font-size:  1.2em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #666;
}

li
{
	list-style: none;
}


/* -------------- googlelygoogle ------------- */
body 
{
	text-align: center;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;	
	text-align: left;
	margin-top: 10px;

}

.mapcontainer
{
    float:left;

}

#map
{
	width: 300px;
	height: 600px;
	border: 1px solid #333;
}

.mapcontainer form
{
  width: 250px;
}

div.countrylist table
{
   float: left;
   font-size: 0.8em;
}

div.clear
{
    clear : both;
    height : 1px;
    font-size : 1px;
    line-height : 1px;
}

h1 span
{
  font-size: 0.8em;
}

/* -------------- Country list ------------- */

div.countrylist
{
   width: 100%;
}


#puttithere, #puttithere-too
{
   font-size: 2em;
   border: 2px solid #ff9900;
}
