/* Container Properties */
.box {
    margin : 4px 0px;
    padding : 1px;
    background-color : #ffffff;
}

#boxsearch {
    background: url(images/searchBG.gif) no-repeat;
    width : 410px;
    height : 96px;
}

#boxsearch a {
    color: #ffffff;
}

#boxsearch .input 
{
    color: #333;
    height: 21px;
    font-size: 11px;
    padding:0px;
    margin: 12 0 12 0;
    border:1px #000066;
    width: 400px;
}

.floatleft 
{
    float: left;
}

