@CHARSET "UTF-8";

/*--------------------------*/
#content {
	font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: black;
}
#content * {
	font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: black;
}
#content input {
    width: auto;
}
#content td{
	font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: black;
    vertical-align: top;
}

/*--------------------------*/
#search_citys {
	background-color: white;
	height: 600px;
	width: 484px;
	margin: 0px;
	display: none;
    overflow: auto;
	float: left;
	border: 1px solid #cccccc;
	border-left: 0;
	text-align: center;
	color: black;
}
#search_citys a {
    color: #a1a1a1;
    text-decoration: none;
}
#search_citys a:link, a:visited, a:active, a:hover {
    color: #a1a1a1;
    text-decoration: none;
}
#region {
    position: relative;
    display: block;
    width: auto;
    z-index: 99;
}
#search_options {
    display: none;
    background-color: white;
    border: 1px solid #cccccc;
    text-align: center;
}
#details a {
    color: blue;
    text-decoration: none;
}
#details a:link, a:visited, a:active, a:hover {
    color: blue;
    text-decoration: none;
}
input, textarea {
    width: auto;
    height: auto;
}