/* 
    Document   : strona_help
    Created on : 2009-08-06, 16:51:20
    Author     : MoolaK
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.pole_formularza {
font-weight: bold;
font-size: 9pt;
font-family: Tahoma;
color: #000000;
background: #ffffff;
border: 1px solid #bababa;

}
.submitwyslij {
	BORDER-RIGHT: 0px;
        BORDER-TOP: 0px;
        BACKGROUND: url("images/wyslij_btn.jpg");
        BORDER-LEFT: 0px;
        WIDTH: 91px;
        BORDER-BOTTOM: 0px;
        HEIGHT: 26px;
}
#naglowek_polec {
    float: none;
    clear:both;
}
#lista_wrapper_polec {
   /* border: 1px solid black; */
    width: 500px;
    float: left;
    clear:none;
}

#panel_wrapper {
    border: none;
    width: 215px;
    float: right;
    clear:none;
}
