body{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000;
	width: 180px;
	height: 199px;	
}
a:link{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #000000;
	font-size : 10px;

}
a:visited{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #000000;
	font-size : 10px;
}
a:hover{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration : none;
  font-size : 10px;
}
a:active{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size : 10px;
	text-decoration : none;
}  
.textfield{
	border : 1px solid #990000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	height: 20px;	
	color: #000000;
	background: #FFFFFF; 
    width: 133px;
	padding: 3px;

}
.sbutton{
	width: 18px;
	height: 18px;
	position:absolute;
	top:44px;
	left:150px;
	vertical-align: middle;
	text-align: center;
}
.resultFrame{
	width: 218px;
	height: 165px;
	border: 1px;
	overflow-x : hidden;
}
.letter{
	cursor: pointer;
	font-size : 10px;
	font-weight : bold;
}
.cityText{
	color : #CC0000;
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.streetText{
	color : #CC0000;
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.city{
	color : #000000;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}