.boxy-wrapper { position: absolute; width: 500px; background: transparent; }
.boxy-wrapper.fixed { position: fixed; }

.boxy-modal-blackout { position: absolute; background-color: #000; left: 0; top: 0; }

.boxy-top { background: url('../images/boxy.png') 0px 0px no-repeat; height: 39px; }
.boxy-bottom { background: url('../images/boxy.png') 0px -39px no-repeat; height: 38px; }
.boxy-inner { background: url('../images/boxy.png') -500px 0px repeat-y; }

.boxy-content { padding: 10px 50px; }
.boxy-wrapper .head { font: bold 14px Arial, Helvetica, sans-serif; margin-bottom: 5px; color: #001C4D; }
.boxy-wrapper .close { float: right; width: 25px; height: 25px; text-indent: -9999px; margin: 7px 7px 0 0; }
.boxy-wrapper .proceed { margin-top: 10px; clear: both; }