div.illustration {
    position: relative;
    margin: 10px 0;
}
div.illustration .loaded-image {
    width: 200px;
    height: 200px;
    display: inline-block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #D4D9E4;
    background-repeat: no-repeat;
}
div.illustration .illustration-form {
    position: relative;
    display: inline-block;
    width: 260px;
    padding: 0;
    margin: 0 0 0 20px;
}
div.illustration .illustration-form input[type="file"] {
    display: block;
    margin: 0 5px 5px 0;
}
div.illustration .illustration-form .hint {
    width: 210px;
    margin: 0 0 10px 0;
}