/* jmail */
.cialko{
    margin: 20px;
    background: url(images/bg.jpg) repeat-x #FFFFFF;
}
/* czcionka niebieska */
.c1 {
    font-family: tahoma;
    text-align: center;
    font-size: 11px;
    color: #49919F;
    text-decoration: none;
    font-weight: bold;
}
.c1:link, .c1:visited {
    font-family: tahoma;
    text-align: center;
    font-size: 11px;
    color: #49919F;
    text-decoration: none;
    font-weight: bold;
}
.c1:hover {
    font-family: tahoma;
    text-align: center;
    font-size: 11px;
    color: #49919F;
    text-decoration: underline;
    font-weight: bold;
}

/* czcionka niebieska */
.blue_td{
    font-family: tahoma;
    font-size: 11px;
    color: #49919F;
    text-decoration: none;
    font-weight: normal;
}

.c2 {
    font-family: tahoma;
    font-size: 11px;
    color: #49919F;
    text-decoration: none;
    font-weight: normal;
}
.c2:link, .c2:visited {
    font-family: tahoma;
    font-size: 11px;
    color: #49919F;
    text-decoration: none;
    font-weight: normal;
}
.c2:hover {
    font-family: tahoma;
    font-size: 11px;
    color: #49919F;
    text-decoration: underline;
    font-weight: normal;
}

/* menu */


/* footer */

.c3 {
    font-family: tahoma;
    font-size: 10px;
    color: #49919F;
    text-decoration: none;
    font-weight: normal;
}
.c3:link, .c3:visited {
    font-family: tahoma;
    font-size: 10px;
    color: #49919F;
    text-decoration: none;
    font-weight: normal;
}
.c3:hover {
    font-family: tahoma;
    font-size: 10px;
    color: #49919F;
    text-decoration: underline;
    font-weight: normal;
}

.t {
    border-right: #BBD8DE 1px solid;
    border-top: 0px #BBD8DE solid;
    border-bottom: 1px #BBD8DE solid;
    border-left: #BBD8DE 0px solid;
    background: url(belka3.jpg);
    background-repeat: no-repeat;

}
.t1 {
   border-right: #BBD8DE 1px solid;
    border-top: 0px #BBD8DE solid;
    border-bottom: 1px #BBD8DE solid;
    border-left: #BBD8DE 1px solid;
    background: url(belka3.jpg);
    background-repeat: no-repeat;
}

/* pola formularzy */

/* pole tekstowe */
input.text {
border-right: #49919F 1px solid;
border-top: #49919F 1px solid;
border-bottom: #49919F 1px solid;
border-left: #49919F 1px solid;
font-size: 11px;
color: #49919F;
font-family: tahoma;
background-color: transparent;
height: 17px;
}

/* przycisk */
input.button {
border: 0px;
font-size: 10px;
font-weight: bold;
color: #49919F;
font-family: tahoma;
background: transparent;
height: 19px;
width: 82px;
}


/* pole tekstowe */
textarea.pole {
border-right: #49919F 1px solid;
border-top: #49919F 1px solid;
border-bottom: #49919F 1px solid;
border-left: #49919F 1px solid;
font-size: 11px;
color: #F4F8FF;
scrollbar-arrow-color: #49919F;
scrollbar-base-color: #244F9E;
scrollbar-dark-shadow-color: #244F9E;
scrollbar-face-color: #244F9E;
scrollbar-shadow-color: #244F9E;
scrollbar-highlight-color: #49919F;
background-color: transparent; }

/* checkbox */
input.checkbox {
width: 14px;
height: 14px;
color: #fffff;
background-color: transparent;
}

/* radio button */
input.radio  {
 width: 14px;
height: 14px;
color: #fffff;
background-color: transparent;
}



