body {
    /* This is here because the autocomplete boxes were mysteriously moving
     * a few pixels to the left. It turns out that a scrollbar was being
     * added to the body and then removed. */
    overflow-y: hidden;
}

/*
#search-table td {
	padding-right: 30px;
	vertical-align: top;
}
*/

table.home .input { 
    margin-left:10px; 
    margin-top:6px; 
    margin-bottom:13px; 
}

table.home { 
    margin-left:30px; 
    width:840px; 
}

table.home h1 { 
    font-size:16px; 
    font-weight:normal; 
    margin-bottom:5px; 
    color:#999; 
}

table.home td { 
    width:280px; 
    vertical-align:top; 
}

table.home h1, table.home p { 
    margin-left:10px; 
    margin-right:10px; 
}

table.home input.text { 
    height:18px; 
    width:190px; 
    margin-bottom:6px; 
}


/*
#determ { 
    display:block; 
}

#determ table { 
}

#determ td { 
}
 --- */

img.arrow { 
    padding:0px; 
}

img.spinner { 
    height:18px; 
    width:18px; 
    padding:0px; 
    margin:0px; 
    vertical-align:-25%; 
}

