::-webkit-input-placeholder {
   color: #cccccc;
  }
      
.button_czerwony {
    background-color: #f45f01;
    border: 1px solid #da4044;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    color: #ffFFFF;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    padding: 3px 10px;
}
 
.button_czerwony:active {
    -moz-box-shadow: 2px 2px 3px #cccccc inset;
    -webkit-box-shadow: 2px 2px 3px #cccccc inset;
    box-shadow: 2px 2px 3px #cccccc inset;
}

.button_niebieski {
    background-color: #286CB5;
    border: 1px solid #164e87;
    border-radius: 0px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    padding: 3px 10px;
}
 
.button_niebieski:active {
    -moz-box-shadow: 2px 2px 3px #cccccc inset;
    -webkit-box-shadow: 2px 2px 3px #cccccc inset;
    box-shadow: 2px 2px 3px #cccccc inset;
}

.button_niebieski_multi {
   background: #2c73c3;
   background: -webkit-linear-gradient(top, #2c73c3, #2766ad);
   background: -moz-linear-gradient(top, #2c73c3, #2766ad);
   background: -o-linear-gradient(top, #2c73c3, #2766ad);
   background: -ms-linear-gradient(top, #2c73c3, #2766ad);
   background: linear-gradient(top, #2c73c3, #2766ad);
   border: 1px solid #164e87;
   border-radius: 0px;
   text-decoration: none;
    color: #FFFFFF;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    padding: 3px 10px;

 }

.button_czerwony_multi {

   background: #f95e04;
   background: -webkit-linear-gradient(top, #f95e04, #ee4400);
   background: -moz-linear-gradient(top, #f95e04, #ee4400);
   background: -o-linear-gradient(top, #f95e04, #ee4400);
   background: -ms-linear-gradient(top, #f95e04, #ee4400);
   background: linear-gradient(top, #f95e04, #ee4400);

/*
   background: -webkit-linear-gradient(top, #000000, #ffffff);
   background: -moz-linear-gradient(top, #000000, #ffffff);
   background: -o-linear-gradient(top, #000000, #ffffff);
   background: -ms-linear-gradient(top, #000000, #ffffff);
   background: linear-gradient(top, #000000, #ffffff);
*/
    border: 1px solid #da4044;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    color: #ffFFFF;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    padding: 3px 10px;
 }

.ogloszenia_str{
    width:22px;
    background-color:#ffffff;
    background-image: url("images/1_03.png");
    background-repeat:no-repeat;
    height: 29px;
}

.ogloszenia_zielony{
    width:200px;
    background-color:#279b1c;
    background-repeat:no-repeat;
    vertical-align:middle;
    color: #ffffff;
    height: 29px;
}

border_cbcbcb{
     border: 2px solid #cbcbcb;
     background-color:#ffffff;
     width:400px;
     height:200px;
     padding:15px;
     display:table-cell;
     vertical-align:middle;
   }
   
.input_login{
    border: 2px solid #c3c3c3;
    padding: 3px 10px;
}

.bold{

}   