
/* Guestbook CSS */

.signOurGuestbook 
{
    float:right;
    width:211px;
    margin-top:-1px;
    position:relative;
    
}

.signOurGuestbook a 
{
background:url(../images/guestbook/sign-our-guestbook.png) no-repeat;
cursor:pointer;
display:block;
height:33px;
}

.signOurGuestbook a:hover 
{
    background:url(../images/guestbook/sign-our-guestbook-hover.png) no-repeat;
}


p.leaveAcomment 
{
    float:left;
    margin-top:0px;
}

.nextAndPreviousButton
{
    float:right;
    background:url(../images/guestbook/next-previous-button.gif) no-repeat;
    width:83px;
    height:28px;
    display:block;
    line-height:28px;
    padding:0px 5px;
    font-weight:bold;
    font-size:14px;
    padding-left:27px;
    margin-bottom:10px;
    margin-right:20px;
}

.nextAndPreviousButton a 
{
    font-size:12px; 
    padding-right:4px;
}
    

a.back 
{
    float:left;
    background:url(../images/guestbook/left-arrow.gif) no-repeat left; 
    display:block;
    padding:0px 0px 0px 16px;
    color:#dcdcdc; 
}

.nextAndPreviousButton a:hover 
{
    color:#E0E0E0;
}

/* #dim 
{
        background:url(../images/guestbook/left-arrow-dim.gif) no-repeat left; 
        color:#4170b2; 
} */

a.next 
{
    float:right;
    background:url(../images/guestbook/right-arrow.gif) no-repeat right; 
    display:block;
    padding:0px 16px 0px 0px;
    color:#dcdcdc;
}

.messageBox 
{
  width:800px;
  margin-bottom:20px;
  !margin-bottom:5px; /* For I.E7 */
}

.messageBoxContant p 
{
    margin-bottom:0px;
}


.MessageDate 
{
    background:url(../images/guestbook/dat-button-right.gif) no-repeat right;
    padding:0px 9px 0px 0px;
    display:block;
    float:right;
    height:21px;
}

.MessageDate b 
{
    background:url(../images/guestbook/dat-button-left.gif) no-repeat left;
    padding:0px 6px 0px 15px;
    height:21px;
    display:block;
    line-height:21px;
    font-size:11px;
    font-weight:normal;
    _display:inline-block; /* For I.E6 */
}

.info 
{
      background:url(../images/guestbook/info-button.png) no-repeat;
      width:115px;
      height:21px;
      float:right;
      color:#fff;
      line-height:21px;
      padding:0px 10px;
      font-size:11px;
      text-align:center;
}

.info a:hover 
{
    color:#999999;
}

.info span 
{
    padding:0px 10px 0px 0px;
}


.separator   
{
    margin:10px 0px;
}

    
    





    
     


