@charset "UTF-8";

/* reset */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: medium;
    color: #282828;
    background: #fff;
    text-align: center;    /* IE5 */
}

h2 {
    font-weight: normal;
    font-size: large;
}


sup {
    font-size: .7em;
}

input.placeholder {
    color: #999 !important;
}

header, section, footer, article {
    display: block;
}

#container {
    width: 600px;
    margin: 150px auto 0 auto;
    position: relative;
    text-align: left;
}

header h1 a {
    position: absolute;
    top: -5px;
    left: 350px;

    margin: 0;
    padding: 0;

    text-indent: -5000px;
    background: url(../images/logo.png) no-repeat;
    width: 217px;
    height: 36px;
    overflow: hidden;
}

header h2 {
    position: absolute;
    top: 41px;
    left: 350px;

    margin: 0;
    padding: 0;

    font-size: small;
}

#askForm, #askForm fieldset, #askForm input#question {
    width: 280px;
}

#askForm {
    background: #282828 url(../images/qbar-l.png) top left no-repeat;
    margin: 0;
    padding: 0;
}

#askForm fieldset {
    display: block;
    border: 0;
    margin: 0;
    padding: 4px 0 0 0;
    background: transparent url(../images/qbar-r.png) top right no-repeat;
    height: 24px;
}

#askForm input#question {
    display: block;
    width: 260px;
    height: 20px;
    padding: 0 10px;
    margin: 0;
    border: 0;
    color: #dcdcdc;
    background: transparent;
    font-size: medium;
}

#askForm input#ask {
    position: absolute;
    top: -12px;
    left: 300px;
}

#answer {
    display: table;
    text-align: center;

    position: absolute;
    top: 102px;
    left: 199px;

    width: 232px;
    height: 155px;

    background: url(../images/answer.png) top left no-repeat;
}

#middle {
    display: table-cell;
    vertical-align: middle;
}

#answer p {
    margin: 30px 10px 10px 10px;
}
