#bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 43px;
    background-image: url("../img/light_bg.png");
    background-repeat: repeat;
    overflow: hidden;
}

.bottom_wrapper{
    position: relative;
    height: 43px;
   
    margin: 0px auto;
}

.bottom_wrapper div{    
   
} 

.bottom_wrapper div.bt_left{
    padding-top: 5px;
    height: 33px;
	text-align:left;
	/*left:184px;
	position:absolute;*/
        padding-right: 15px;
}
.bottom_wrapper div.bt_right{
    padding-top:12px;
    height: 19px;
    right:10px;
	text-align:right;
	position:absolute;     
}

.bottom_wrapper div.bt_right img{
    border: 0px none;
    margin-left: 17px;
}

fieldset{
    padding: 8px;
    margin: 5px;
    font-family: GillSansMTProBook;
    font-size: 13px;
    line-height: 15px;
    border: 1px solid #cec9be;
}

fieldset legend{
    font-weight: bold;
}

#guest_book{
    margin-bottom: 60px;
}
#guest_book label{
    width:85px;
}
#imageDataContainer{
    display: none !important;
}