datepicker theme doesn't look right

datepicker theme doesn't look right


Hello, I'm having an issue with the jquery datepicker, mostly the CSS
theme doesn't look right. I've included the code below as well as a
link to the test page in question:
HTML:
<html>
<head>
    <script type='text/javascript' src='http://www.google.com/jsapi?key=<?
=$google_js_api?>'></script>
<script type="text/javascript">
google.load('jquery','1.3.1');
</script>
<script type='text/javascript' src='./javascript/jquery-
ui.min.js'></script>
<script type="text/javascript">
        $(document).ready(
            function(){
                $('#datebox').datepicker();
            }
        );
    </script>
<link rel="stylesheet" type="text/css" href="./css/ui.theme.css" /