#mysql-conf {
    border: 1px dashed Gray;
    padding: 10px;
    background-image: url("/images/bigdog.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
}

#mysql-conf p {
    margin-right: 300px;
    font-size: 110%;
}

