﻿div.process {
    margin-bottom: 10px;
}

div#genInformation {
    padding: 20px;
    border: 3px #bdbdbd solid;
    background: #fff;
    line-height: 1.5em;
}
div#genInformation textarea {
    line-height: 1.5em;
}
div#genInformation div.seal {
    float: left;
}
div#genInformation dl {
    margin: 0 0 0 120px;
    padding: 0;
    color: #666;
}
div#genInformation dd {
    margin: 0 0 15px 0;
}
div#genInformation dd input, div#genInformation dd textarea {
    padding: 2px;
    border: 2px #bdbdbd solid;
    width: 350px;
}


div#jasonSeal {
    margin: 0 20px;
    padding: 10px;
    position: relative;
    top: -300px;
    border: 3px #bbb solid;
    background: #eee;
    color: #006;
    font-size: 2em;
    text-align: center;
    opacity: 0;
}
div#itsFree {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    background: #f00;
    color: #fff;
    font-size: 12em;
    font-weight: bold;
    text-align: center;
    opacity: 0;
}
