body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a.hover{
	color: #0000ff;
}
h2{
	color: #3080d0;
	font-weight: bolder;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
#info{
	margin-bottom: 20px;
	text-align: center;
}
#map {
	width: 600px;
	height: 420px;
	margin: 0px auto;
}

#query {
	text-align: center;
	margin: 10px 0px;
}

#locate {
	font-weight: bolder;
}

#next {
	font-size: 10px;
}

#queries {
	text-align: left;
}

#main {
	font-size: 12px;
}

.qia {
	font-weight: normal;
	color: #000000;
	background: none;
}

.qa {
	font-weight: normal;
	color: #000000;
	background: #f0f0f0;
}

.country {
	font-size: 10px;
}

.label {
	padding: 0px 0px 7px 7px;
	font-size: 11px;
	width: 130px;
	background: url('imgs/pointer.png') bottom left no-repeat;
}

.labelin {
	padding: 4px;
	background: #ffffff;
	text-align: center;
}

#gameover {
	display: none;
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
	border-top: 1px dotted #888;
}

#result, #bestresult {
	font-weight: bolder;
	font-size: 12px;
}