/* Бокс за търсене. Разполага се под "шапката" на страницата*/
div#search
{
    position: relative;
    width: 620px;
    height: 26px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    
}
#search #boxSearch
{
    position: relative; 
    width: 581px;
    height: 26px;
    margin-left: 0;
    background: url(img/bgbox.gif) repeat-x left top;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 4px #999;
    -moz-box-shadow: 2px 2px 4px #999;
    -webkit-box-shadow: 2px 2px 4px #999; 
}
#search #boxSearch .s_1
{   
/*    position:relative; */
	float: left;
    font-weight: bold; color:#fff;
    font-size: 0.9em;
    line-height: 26px;
    padding: 0 5px;
}
#search #boxSearch .s_1 input
{
    background-color: #e7eff7;
    margin-top: 4px;
    width: 345px;
    height: 12px;
    border: 1px 1px 1px 1px solid #ccc;
    font-size: 11px;
	line-height: 12px;
    padding-bottom: 1px;
    padding-left: 2px;
}
#search #boxSearch #s_buton
{
    position: absolute; right:-38px; top:0px;
	
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 2px 2px 4px #999;
    -moz-box-shadow: 2px 2px 4px #999;
    -webkit-box-shadow: 2px 2px 4px #999;
}

#search #boxSearch .s_1 a
{    
    font-weight: bold; color:#fff;
    font-size: 1em; 
    padding: 0 0 0 5px; 
    text-decoration:none;
}

/* /Бокс за търсене. Разполага се под "шапката" на страницата*/    