﻿.searchPage
{
    margin:130px auto 100px auto;
    width:440px;
    font-size:13px;
    color:#CCC;   
    padding:5px;
}

.searchPage .findthemusic
{
    font-size:26px;
}

.searchPage .searchTitles div
{
    float:left;
    margin-right:10px;
}

.searchPage .searchBox
{
    color:#666;
}

.searchPage .searchBox
{
    width:402px;
    height:67px;
    background-image:url(/Assets/Controls/Utils/CreateImagePage.aspx?width=430&height=95&dropShadow=false&roundedCorners=true&cornerRadius=20&showCallOut=false&startColor=255*237*238*239&endColor=255*199*198*198&roundTopLeftCorner=true&hasStroke=true&strokeSize=1&strokeColor=255*227*226*226);
    padding:14px;
    margin-top:10px;
}

.searchPage .searchBoxInput
{
    margin-top:10px;
}

.searchPage .searchBoxInput img
{
    margin-top:10px;
    margin-left:6px;
}

.searchPage .searchBoxInput div
{
    float:left;   
}

.searchPage .searchBoxInput .searchBoxTextbox
{
    margin-left:10px;
}

.searchPage .searchBoxLeftSide
{
    width:5px;
    height:34px;
    background-image:url(/Assets/Images/searchBox_leftSide.png);
}

.searchPage .searchBoxMiddle
{
    height:34px;
    background-image:url(/Assets/Images/searchBox_Middle.png);
    background-repeat:repeat-x;
}

.searchPage .searchBoxMiddle div
{
    float:left;
}

.searchPage .searchBoxRightSide
{
    width:5px;
    height:34px;
    background-image:url(/Assets/Images/searchBox_rightSide.png);
}

.searchPage .searchBoxMiddle input
{
    margin-top:7px;
    font-size:17px;
    color:#666;
    border:0px;
}

.searchPage .searchBoxMiddle .searchBoxMiddleSubmit input
{
    margin:8px;
}

.clientList
{
    margin:0px auto;    
    width:700px;
}