/*** select current category **/
#Menu li a.menGuestbook{
  background-position:  -126px 26px;
}
#Splash{
  background-image: url(../../images/1/pageLayout/splashGuestbook.jpg);
}

#Content #Sidebar{
  background:       transparent;
  width:            160px;
}




/*** GUESTBOOK ***/
#Page.Guestbook-List #Main{
  width:            684px;
  position:         relative;
  padding-bottom:   360px;
}
#Main div.entry{
  width:            600px;
  background-image: url(../../images/1/pageLayout/Book_back.gif);
  background-position:left bottom;
  background-repeat:repeat-y;
  margin:           0px auto 40px auto;
  /*margin-bottom:    40px;*/
}
#Main div.entry small.date{
  margin: 0px;
  background-image: url(../../images/1/pageLayout/Book_top.gif);
  background-position:0px 0px;
  background-repeat:no-repeat;
  padding: 6px 0px 10px 8px;
  height:           8px;
}
#Main div.entry em{
  font-style:       normal;
  color:            #AE6F6A;
}
#Main div.entry p{
  padding-left:     8px;
  padding-right:    8px;
  margin-top:       10px;
  /*width:            592px;*/
}
#Main div.entry p.footer{
  background-image: url(../../images/1/pageLayout/Book_bottom.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
  height:           31px;
  padding:          16px 0px 0px 8px;
  font-family:      "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size:        10px;
  line-height:      1.4em;
  text-transform:   uppercase;
  letter-spacing:   0.2em;
  color:            #6C6C6C;
  
}
#Main div.entry p.footer a.email{
  background-image: url(../../images/1/pageLayout/icon_email.gif);
  background-repeat:no-repeat;
  background-position: center top;
  padding-top:      1px;
  padding-left:     5px;
  /*width:            23px;
  height:           11px;*/
}
#Main div.entry p.footer a.email span{
  visibility:       hidden;
  letter-spacing:   -2px;
}
#Main div.entry p.footer a.www{
  background-image: url(../../images/1/pageLayout/icon_world.gif);
  background-repeat:no-repeat;
}
#Main div.entry p.footer a.www span{
  visibility:       hidden;
}



#Main #postMessage{
  position:         absolute;
  background-image: url(../../images/1/guestbook/paper.png);
  background-repeat:no-repeat;
  width:            684px;
  margin-top:       20px;
  left:             70px;
}
#Main #postMessage fieldset{
  border:           0px;
  padding:          50px 0px 0px 43px;
  margin:           0px;
  font-family:      "Times New Roman", Tahoma;
  font-size:        14px;
  font-weight:      bold;
}
#Main #postMessage p{
  clear:            left;
  float:            left;
  white-space:      2px;
  margin:           0px;
  padding-right:    10px;
  color:            #5F5F5F;
}
#Main #postMessage p.message{
  clear:            both;
  display:          none;
}

#Main #postMessage input.text{
  float:            left;
  display:          block;
  border-left:      0px;
  border-top:       0px;
  border-right:     0px;
  border-bottom:    1px solid #CCCCCC;
  font-family:      Comic Sans MS, Comic Sans MS, cursive;
  font-size:        14px;
  font-weight:      bold;
  color:            #1B2266;
  padding:          0px 0px 0px 3px;
  width:            200px;
  background:       transparent;
  margin-right:100px; /* fix IE bug */
}
#Main #postMessage textarea{
  background-color: transparent;
  background-image: url(../../images/1/guestbook/paper_line.gif);
  margin-top:       38px;
  padding:          0px 5px 0px 5px;
  border:           0px;
  font-family:      Comic Sans MS, Comic Sans MS, cursive;
  font-size:        14px;
  color:            #1B2266;
  line-height:      19px;
  font-weight:      bold;
  width:            610px;
  height:           200px;
  overflow:         auto;
}
#Main #postMessage div.button input{
  position:         absolute;
  margin:           -300px 0px 0px 480px;
}
/*** GUESTBOOK ***/