﻿.ascx_Search
{
    width: 223px;
    height: 100px;
    margin-top: 25px;
}

.SearchCircle
{
    width: 22px;
    height: auto;
    float: left;
    margin-top: 5px;
}

.SearchContent
{
    width: 201px;
    height: auto;
    float: left;
}

.SearchBox
{
    width: 155px;
    height: 15px;
    border: solid 1px #666666;
    font-family: tahoma;
    font-size: 11px;
    color: #808080;
}

.SearchButton
{
    width: 50px;
    height: 18px;
    border: none;
    background-color: Transparent;
    cursor: pointer;
}

.SearchResultsDiv
{
    width: 560px;
    margin-left: 40px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}