/*
 * Copyright (c) 2010, Oracle and/or its affiliates. 
 *
 * All rights reserved.
 */

.filtercontainer {
        position:relative;
        display:inline-block;
        height:24px;
        line-height:22px;
        vertical-align:middle;
        margin-right:3px;
        width:260px;}
        
/* IE7 ONLY HACK */
.filtercontainer {
        *display:inline;}

input[type="text"].filterbox {
        z-index:1;
        width:172px;
        margin:0px;
        height:16px;
        line-height:16px;
        vertical-align:top;
        -webkit-border-top-right-radius:0px;
        -webkit-border-bottom-right-radius:0px;
        -moz-border-radius:5px 0px 0px 5px;
        border-radius:5px 0px 0px 5px;}
.clearfilter {}
.makefilter {}        
