.out {
    display:block;
    background:#bbb;
    border:1px solid #ddd;
    position:relative;
    margin: auto;
}
.in {
    background: #fcfcfc;
    border:1px solid #555;
    position:relative;
    padding:5px;
    font-weight:normal;
}
.ltin {
    left:-5px;
}
.tpin {
    top:-5px;
}

.narrow {
    width: 520px;
}


