﻿.SearchPanel
{
    /*float: right;*/
	width: 325px; 
	margin-right: 5px;
	position:absolute;
	right:0px;
	top:40px;
}

.SearchButton
{
	width:47px;
	height:23px;
	float:right;
	margin-left:5px;
}

.TopSearchInputField
{
	width:176px; 
    background:#fff url(/Graphics/input_text_bg.gif) repeat-x scroll left top;
    color: rgb(85, 85, 85);
    font-style: italic;
    border:1px solid #AAAAAA;
    font-size:1.09em;
    height:17px;
    padding:2px 0 0 2px;
	margin-top:1px;
	float: right;
}

#LoadIconPanel
{
    float:left; 
    margin-top: 4px;
}

.TopSearchLoader
{
    visibility:hidden;
}

.TopSearchLoaderActive
{
	visibility:visible;
}

/*IE6*/
* html 
/**/
