/* CSS pro stranky www.soumraky.ic.cz - guestbook */

.book_box    {width: 490px;
              padding: 0px;
              margin-top: 20px;
              margin-bottom: 10px;
              margin-left: 2px;
             }
                
.book_top    {width: 490px;
              height: 30px;
              padding-left: 5px;
              background-image : url("../images/guest_ram_top.png");
              background-repeat: no-repeat;
              font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
              font-size: 15px;
              font-weight: bold;
              color: #ffffff;
              position: relative;
              text-align: left;
             } 
                
.book_text   {width: 490px;
              padding-top: 3px;
              padding-bottom: 3px;
              background-image : url("../images/pozadi_sede.png");
              background-repeat: repeat;
              font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
              font-size: 15px;
              color: #000000;
              text-align: justify;
             }      
                
.book_bottom {width: 490px;
              height: 5px;
              background-image : url("../images/guest_ram_bottom.png");
              background-repeat: no-repeat;
             }                                        

                
.book_top_a  {width: 490px;
              height: 30px;
              padding-left: 5px;
              background-image : url("../images/guest_ram_top_a.png");
              background-repeat: no-repeat;
              font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
              font-size: 15px;
              font-weight: bold;
              color: #ffffff;
              position: relative;
              text-align: left;
             } 

.book_bottom_a {width: 490px;
              height: 5px;
              background-image : url("../images/guest_ram_bottom.png");
              background-repeat: no-repeat;
             }                                        

.zalozky_table  {background: transparent;
                 border: 0px solid #000000;
                }
                
.zalozky_td     {width: 32px;
                 height: 32px;
                 color: #000000;
                 text-align: center;
                 vertical-align: middle;
                 background: transparent;
                 border: 1px solid #000000;
                }   
                
.zalozky_td a   {font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                 font-size: 15px;
                 font-weight: bold;
                 text-decoration: none;
                 color: #000000;
                }                             

.zalozky_td a:hover {font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                 font-size: 15px;
                 font-weight: bold;
                 text-decoration: none;
                 color: #ff6600;
                }    
                
a.add_book      {font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                 font-size: 15px;
                 font-weight: bold;
                 color: #000000;
                }
                
a.add_book:hover    {font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                     font-size: 15px;
                     font-weight: bold;
                     text-decoration: none;
                     color: #000000;
                    }       
                    
.write_main         {width: 500px;
                     padding: 7px;
                     background-image : url("../images/pozadi_sede.png");
                     background-repeat: repeat;
                     border: 2px solid #000000;
                    }                  
                    
.write_popis        {font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                     font-size: 15px;
                     font-weight: bold;
                     color: #000000;
                    }
                   
.write_jmeno        {width: 320px;
                     text-align: center;
                     border: 1px solid #000000;
                    }  
                    
.write_kod          {width: 100px;
                     text-align: center;
                     border: 1px solid #000000;
                    }                   
                    
.write_text         {width: 470px;
                     height: 140px;
                     border: 1px solid #000000;
                    }              
                    
.write_submit       {width: 200px;
                     height: 23px;
                     text-align: center;
                     font-family: 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
                     font-size: 15px;
                     font-weight: bold;
                     color: #000000;
                     background: #c0c0c0;
                     border: 2px solid #000000;
                     cursor: pointer;
                    }                                              
