
.popupnavboxorig {
    background-color: #ffffff;
    color: #888888;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 855px;
    text-align:left;
    z-index: 1001;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.popupnavbox {
    background-color: #ffffff;
    color: #888888;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 20%;
    top: 10%;
    width: 455px;
    text-align:left;
    z-index: 1001;
        border:5px solid #888888;
        border-radius:10px;
        -moz-border-radius:10px;
}


.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
	opacity:0.5;
}

a.boxclose {
    background: url("/styles/slidepopup/cancel.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 30px;
}

