/* mymonkey.css */
body {
    background: white;
    color: black;
    font-size: 72%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

.content {
    font-size: 1.2em;
    line-height: 2em;
    margin: 0 412px 0 2em;
}
.description {
}

.iphone_bg {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("iPhone_Portrait_0708.jpg") no-repeat top left;
    margin: 0;
    width: 389px;
    height: 830px;
}
.demo_movie {
    margin: 120px 0 0 37px;
}

#help_form {
    border: 0;
    padding: 0;
    margin: 0;
}

form dl, form dt, form dd {
    /* reset margins etc */
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
}

.stdwidth input, .stdwidth textarea { width: 90%;}
#help_form table { width: 100%;}
.stdwidth .go { width: auto;}

.legal {
    clear: both;
    text-align: center;
    margin: 0 5em;
    font-size: 0.8em;
    line-height: 1.6em;
}

.appstorebadge {
    position: absolute;
    right: 420px;
    top: 20px;
}

.appstorebadge img {
    border: 0;
}
