@charset "UTF-8";
/* CSS Document */

body {
	background-image:url('../images/index_01.png');
	background-repeat:repeat-x;
	background-color:#e1ddd5;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.85em;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

body a:link{
	color:#618cb7;
	text-decoration:none;
}

body a:visited{
	color:#06F;
	text-decoration:none;
}

body a:hover {
	color:#79a2cb;
	text-decoration:underline;
}

body a:active {
	color:#006;
}

input {
	background-image:url('index_11.png');
	background-repeat: repeat-x;
    background-position: top;
	height:32px;
	width:183px;
	font-size:20px;
	color:#668baa;
	border:none;
}

#body {
	color:#45698d;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	width:130px;
	height:85px;
}

#result {
	background:url('../images/coconut.png');
	background-repeat:no-repeat;
	width:70%;
	height:70px;
	text-align:left;
}

#number {
	margin:15px;
	position:relative;
	top:10px;
	font-size:1.4em;
	color:#e1ddd5;
	}

a#result_title {
	font-size:1.4em;
	color:#036;
	margin-left:10px;
}

a#result_site {
	margin-left:57px;
}

#bullet {
	margin-left:10px;
	margin-right:10px;
}



