*{
    margin:0;
    padding:0;
    border:0;
    text-decoration:none;
}

body{
    margin:0;
    padding:0;
}

.clear{
    clear:both;
}
#top_content{
    width: 100%;
    height: 222px;
    background-image:url("../img/tlo_top.jpg");
    background-position:center;
    background-repeat:no-repeat;
}

#top_wraper{
    width:940px;
    height:222px;
    margin: 0 auto;
}

#top_content_left{  
    width: 323px;
    height: 103px;
    float:left;
}

#top_content_left a.logo{
    width:323px;
    height:103px;
    float:left;

}

#top_content_right{
    width: 617px;
    height: 103px;
    float: right;
}

#top_bottom{
    width: 940px;
    height: 119px;
    float: left;
}
#top_bottom form{
    width:250px;
    height:69px;
    padding-top:50px;
    float:left;
}

#top_bottom form p{
    font: bold 12px Verdana;
    color:#FFFFFF;
    float:left;
    margin-bottom:8px;
    width:auto;
    
}
#top_bottom form p input{ 
    float:left;
    
}

#top_bottom form p input.text{
    height:16px;
    width:172px;
    border:3px solid #629d0b;
    margin-right:8px;
    color:#333333;
    font:bold 14px Verdana;
    padding:2px 4px;

}

#top_bottom form p input.green_blue{
    background-image:url("../img/green_blue.png");
    width:27px;
    height:27px;
    background-position:0 -27px;   
}

#top_bottom form p input.green_blue:hover{
    background-position:-27px 0;
}

#top_bottom div.user{
    width:350px;
    height:119px;
    float:right;
}

#top_bottom div.user a img{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

#top_bottom div.user p{
    float:right;
    color:#FFFFFF;
    font:bold 12px Verdana;
    line-height:17px;
    width:350px;
    text-align:right;
}
#top_bottom div.user p.wyloguj a{
    color:#f5a406;
}

#top_bottom div.user p a{
    color:#FFFFFF;
}

#top_bottom div.user p a:hover{
    text-decoration:underline;
}

#top_bottom div.user p span{
    margin:0 4px;
}
