#kalendarz_imienin {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #fafaea;
  border: #ddddbb solid 1px;
  -moz-box-shadow: 5px 5px 15px #888;
  -webkit-box-shadow: 5px 5px 15px #888;
  box-shadow: 5px 5px 15px #888;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#kalendarz_imienin .clear {  
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0px;
}

#kalendarz_imienin .spiral {
  background-image:url('calendar1.gif');
  background-repeat:repeat-x;
  height: 50px;
  margin-top: -17px;
  margin-left: 9px;
  margin-right: 9px;
}

#kalendarz_search_form {
  float: left;
  width: 100%;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
  margin: 9px;
}

#nextdays-box {
  float: left;
  width: 50%;
}

#today-box {
  float: left;
  width: 47%;
  border: #eecccc solid 1px;
  background: #ffffff;
  margin: 5px;
  padding-bottom: 20px;
}

#tomorrow-box {
  float: left;
  width: 45%;
  border: #eecccc solid 1px;
  background: #ffffff;
  margin: 5px;
}


#kalendarz_imienin #today-box .month { 
  line-height: 18px; 
  color: #ffffff; 
  background: #aa0000; 
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #today-box .day { 
  padding: 5px;
  color: #333333;
  line-height: 120px; 
  font-size: 120px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #today-box .weekday { 
  text-align: center;
  padding: 5px;
  padding-top: 0px;
  color: #990000;
  line-height: 24px; 
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #today-box .holiday { 
  text-align: center;
  padding: 5px;
  padding-top: 0px;
  color: #1982D1;
  line-height: 18px; 
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #today-box .saints { 
  text-align: center;
  padding: 5px;
  padding-top: 0px;
  color: #000000;
  line-height: 16px; 
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #tomorrow-box .month { 
  line-height: 12px; 
  color: #ffffff; 
  background: #aa0000; 
  padding: 6px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #tomorrow-box .day { 
  padding: 3px;
  color: #333333;
  line-height: 40px; 
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #tomorrow-box .weekday { 
  text-align: center;
  padding: 3px;
  padding-top: 0px;
  color: #990000;
  line-height: 14px; 
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #tomorrow-box .holiday { 
  text-align: center;
  padding: 3px;
  padding-top: 0px;
  color: #1982D1;
  line-height: 11px; 
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

#kalendarz_imienin #tomorrow-box .saints { 
  text-align: center;
  padding: 3px;
  padding-top: 0px;
  color: #000000;
  line-height: 10px; 
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

#calendar-box {
  font-size: 9px;  
  border: #eecccc solid 1px;
  background: #ffffff;
  margin: 5px;
}

#kalendarz_imienin #calendar-box .month { text-align: center; font-weight: bold; color: #aa0000; font-size: 2em; line-height: 1em;}
#kalendarz_imienin #calendar-box .day { text-align: center; color: #333333; font-size: 1em; line-height: 1em;}
#kalendarz_imienin #calendar-box .name { color: #000000; font-weight: bold;}
#kalendarz_imienin #calendar-box .today { color: #aa0000; font-weight: bold; font-size: 1.2em;}

#kalendarz_search_form label { font-size: 22px; font-weight: bold; }
#kalendarz_search_form input { 
  font-size: 22px; 
  font-weight: bold; 
  color: #990000;
  height: 26px;
  line-height: normal;
  padding: 8px;
  border: solid 1px #888;
  width: 200px;
}

#kalendarz_search_form .button { 
  font-size: 18px; 
  font-weight: bold; 
  color: #990000;
  height: 42px;
  line-height: 26px;
  padding: 8px;
  border: solid 3px #888;
  -moz-border-radius: 18px;
  border-radius: 18px;
  
  
  background: #ccc;
  background-image: linear-gradient(bottom, rgb(184,182,184) 44%, rgb(230,230,230) 80%);
  background-image: -o-linear-gradient(bottom, rgb(184,182,184) 44%, rgb(230,230,230) 80%);
  background-image: -moz-linear-gradient(bottom, rgb(184,182,184) 44%, rgb(230,230,230) 80%);
  background-image: -webkit-linear-gradient(bottom, rgb(184,182,184) 44%, rgb(230,230,230) 80%);
  background-image: -ms-linear-gradient(bottom, rgb(184,182,184) 44%, rgb(230,230,230) 80%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(184,182,184)),
    color-stop(0.8, rgb(230,230,230))
  );
}
#kalendarz_search_form .button:hover { border: solid 3px #fba105; }

#kalendarz_search_result { text-align: left; font-size: 22px; line-height: 26px; }
#kalendarz_search_result li { list-style: none; }
#kalendarz_search_result .date { font-weight: bold; color: #1982D1; }
#kalendarz_search_result .text { font-weight: bold; color: #333; padding-left: 10px; }