
* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, sans-serif;
    line-height: 18px;
    overflow: hidden;
}

h1, h2, h3, p, input, textarea, select {
    margin-bottom: 18px;
}

#client {
    position: absolute;
    top: 0px;
    left: 125px;
    width: 335px;
    height: 272px;
}
