* {
	margin:0;
	padding:0;
	border:0;
}

BODY {
	background-image: url(img/bg-blue.png);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Verdana;
	color: white;
}

A, A:visited {
	color: #666;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}
#nearbyout {
	position: absolute;
	top: 99px;
	width: 100%;
}
#nearby {
	height: 0;
	width: 412px;
	margin: 0 auto;
	background-image:url(img/nearby-bg.png);
	overflow:hidden;
	font-size:12px;

}

#nearbytxt {
	visibility: hidden;
	padding: 5px 15px 10px 15px;
}
#nearbytxt A, #nearbytxt A:visited {
	color: black;
	font-size: 13px;
}


#logo {
	position: absolute;
	top: 55px;
	width: 100%;
	text-align:center;
}

#logosmall {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 3;
}

.explain {
	color: black;
}

#formout {
	position: absolute;
	top: 300px;
	width: 100%;
}
#form {
	width: 647px;
	height: 115px;
	background-image: url(img/search-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#form .inputtext {
	height: 50px;
	font-size: 45px;
	width: 350px;
	float: left;
	border: solid 1px #CCC;
}
#form .submit {
	width: 88px;
	background-image: url(img/btn-go.png);
	cursor: pointer;
	height: 54px;
	font-size: 45px;
	float: right;
}

#form .inner {
	padding: 10px 10px 0 15px;
}

#result {
	position: absolute;
	top: 155px;
	text-align:center;
	width: 100%;
}

#countries {
	position: relative;
	float: left;
	width: 200px;
	font-size: 24px;
	padding-left: 15px;

}

#countries IMG {
	height: 16px;
}
#city_prequel {
	z-index: 4;
	position: absolute;
	top: 40px;
	text-align:center;
	width: 100%;
}
#city {
	z-index: 4;
	position: absolute;
	top: 65px;
	text-align:center;
	width: 100%;
}

#forecast0 {
	position: absolute;
	top: 520px;
	right: 10px;
}

#forecast1 {
	position: absolute;
	top: 520px;
	left: 10px;
}


#ref0 {
	position: absolute;
	top: 520px;
	left: 10px;
	color: #666;
	
}

#ref1 {
	position: absolute;
	top: 520px;
	right: 10px;
	color: #666;
	
}
#temp {
	position: absolute;
	top: 510px;
	height: 68px;
	width: 100%;
	text-align:center;
	color: #666;
	line-height: 30px;
	font-size: 24px;
}


#rel {
	position: absolute;
	bottom: 1px;
	text-align: center;
	width: 100%;
}

#rel A, #rel A:visited {
	color: #CCC;
	font-size: 10px;
}

#socialize {
	position: absolute;
	text-align:center;
	height: 60px;
	top: 590px;
	left:0;
	right:0;
	color: #666;
}
