body
{
    margin:             0;
    font:               11px tahoma;
    color:              black;
    text-align:         center;
    background:         #eeeeed url('../img/bg.jpg') repeat-x;
}

a
{
    color:              #81123E;
    text-decoration:    none;
}

a:hover
{
    color:              #FF6200;
}

form
{
    margin:             0;
    padding:            0;
}

div
{
    line-height:        18px;
}

input, select, textarea
{
    padding:            3px;
    border:             solid 1px #a0a0a0;
    margin:             0;
    font:               12px tahoma;
    -moz-border-radius:    4px;
    -webkit-border-radius: 4px;
}

input[type=checkbox]
{
    border:             0;
}

.right
{
    text-align:         right;
}

.left
{
    text-align:         left;
}

.center
{
    text-align:         center;
}

.red
{
    color:              red;
    font-weight:        bold;
}

.green
{
    color:              green;
    font-weight:        bold;
}

.bold
{
    font-weight:        bold;
}

.w100
{
    width:              150px;
}

.w200
{
    width:              200px;
}

.w400
{
    width:              500px;
}

.form_submit
{
    width:              200px;
    cursor:             pointer;
}

.fleft
{
    float:              left;
}

.fright
{
    float:              right;
}

img
{
    border:             0;
}

.fiolet
{
    color:              #7F123C;
}

.hide
{
    display:            none;
}


hr
{
    height:             1px;
    border:             0;
    background-color:   #e0e0e0;
    margin:             10px 0;
}

br.clear
{
    clear:              both;
}

h1.tytul
{
    font-size:          18px;
}

.clear
{
    clear:              both;
}


