#overlay{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
    opacity:.5;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
}

#box{
    background:#e4c298;
	margin: 0 0 45px 0;
	padding: 0;
    border:2px solid #452f22;
	overflow: auto;
}

#box #boxContents {
    font:normal 12px Arial;
}

#box .close {
    position:absolute;
    bottom:16px;
    right:23px;
    cursor:pointer;
}

.engraving-content {
    margin:28px 45px 0 45px;
}

.engraving-content p {
    margin:20px 8px 0 8px;
}


