#dimensions form {
    margin: 11px 0 -24px 0
}

#dimensions form table {
    margin-bottom: 24px;
}

#btnMirror {
    position: absolute;
    width: auto;
    height: 13px;
    top: 400px;
    left: 269px;
    padding: 1px 0 2px 24px;
    line-height: 13px;
    background: no-repeat left;
    cursor: pointer
}

#btnMirror.left {
    background-image: url(/images/mirror_left.png)
}

#btnMirror.left:hover {
    background-image: url(/images/mirror_right.png)
}

#btnMirror.right {
    background-image: url(/images/mirror_right.png)
}

#btnMirror.right:hover {
    background-image: url(/images/mirror_left.png)
}


.controls {
    margin-bottom: 15px;
    border-bottom: 2px solid #003591;
    padding: 0px 0px 15px 0px;
    text-align: right;
}

.controls .btn {
    padding: 10px 30px;
    color: white;
    background: #003591;
    border-radius: 17px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 3px;
}

.controls .btn-cancel {
    background: orangered;
}

.controls .btn-delete {
    background: darkred;
    margin-right: 0px;
}

