/* 
    Document   : lang-search
    Created on : 3-lug-2010, 18.03.20
    Author     : Nemesys
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#lang-search{
    position:absolute;
    top:70px;
    right:0;
}

#languages, #languages li {
    list-style: none;
    margin:0;
padding:0;
}

#languages li {
padding:2px 7px ;
display:inline;
}

#languages li img{
    vertical-align: middle;
}

#languages li a{
    text-decoration: none;
}

.wep_searchBox {
background:url("../images/search-box.gif") no-repeat scroll 0 0 #FFFFFF;
border:1px solid #DEDEDE;
height:18px;
margin-top:4px;
padding-left:20px;
width:130px;
}




