#search-box{ 
margin-left:auto;
margin-right:auto;
width:420px;
}
#search-input{
width:360px;
border: 1px solid #cdf;
font-weight:bold;
padding-left:3px;
} 
#search-dir{ 
margin-left:auto;
margin-right:auto;
width:400px;
text-align:center;
}

#astro, #astro input,#astro select, #astro .list{
font-family:'Courier New';
color:#147;

}
#astro .dlist{
height:500px;
overflow: auto; 
}

#astro .list{
cursor:pointer; 
}
#astro a:link,#astro a:active,#astro a:visited { 
background: #fff; 
color: #147; 
} 
#astro a:hover { 
background: #fff; 
color: #369; 
} 
#astro #day,#astro #hour,#astro #min{
width:18px;
}
#astro #day,#astro #hour{
text-align:right;
}
#astro #year{
width:36px;
}
#astro #lat,#astro #lon{
width:42px;
}
#astro #month{
width:50px;
}
#astro #city{
width:100px;
}
#astro #name{
width:280px;
}
#astro fieldset,#astro select{
width:300px;
margin-left:5px;
}

#astro select{
border: 1px solid #def;
}
#astro fieldset{
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border: 1px solid #cdf;
background: #fefefe; 

}
#astro #day,#astro #year,#astro #hour,#astro #min,#astro #lat,#astro #lon,#astro #name,#astro #city{
margin:2px;
border: 1px solid #def;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
