@CHARSET "UTF-8";

/* * * * * * * * * * * */
/* Search Form Styles  */
/* * * * * * * * * * * */

#searchBody .inside {
    display: none;
    padding: 22px 40px 0 45px;
}

#formWrapper {
    padding-top: 10px;
    height: 290px;
    width: 100%;
    font-family: Verdan, Helvetica, Arial, san-serif;
}

#formLeft {
    display: none;
    float: left;
    width: 370px;
    padding-right: 10px;
}

#formRight {
    display: none;
    width: 205px;
    float: right;2
}

#streetFields td {
    padding-right: 10px;
}

#formLeft .street {
    width: 65px;
}

#formLeft .misc {
    width: 80px;
}

#formRight .select {
    width: 200px;
}

#formButtons {
    display: none;
    float: right;
}

#reset {
    width: 91px;
    height: 25px;
    background: url(/templates/public/wireframe/images/xlsDirectory/btnReset.jpg) no-repeat;
}

#search {
    width: 91px;
    height: 25px;
    background: url(/templates/public/wireframe/images/xlsDirectory/btnSearch.jpg) no-repeat;
}

#viewAll {
	color: #006666;
}

#viewAll:hover {
    cursor: pointer;
}

font.gray {
	color: #666666;
	font-style: italic;
}