﻿#searchbox{
float: right;
width: 262px;
}

.searchtext{
float:left;
color: #333333;
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
padding-right: 5px;
margin-top: 5px;
}


#SearchTextBoxContainer
    {
        float:left;
        width:102px;
        height:22px;
        background: url(../resources/images/search_l.png);
		
    }

    #SearchTextBox
    {
	 	width:98px;
		background:none;
        border:none;
margin-top: 4px;
	}

    #SearchButton
    {
        background:none;
        width:27px;
        height:22px;
        border:none;

    }

    #SearchButtonContainer
    {
        float:left;
        width:27px;
        height:22px;
        background: url(../resources/images/search_r.png) no-repeat;
    }
	
