#top{
    height:50%;
    background: -webkit-linear-gradient(#1693d8, #1584c7); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1693d8, #1584c7); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1693d8, #1584c7); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1693d8, #1584c7);
}
#content{
    text-align:center;
    position: absolute;

    width:300px;
    left: 50%;
    margin-left: -200px;

    top: 50%;
    margin-top: -300px;
    height:450px;
    z-index:100;
}
#ornament1{
    float:left;
    text-align:center;
    position: absolute;

    width:200px;
    left: 50%;
    margin-left: 60px;

    top: 50%;
    margin-top: -130px;
    height:100;
    z-index:90;
}
#ornament2{
    float:left;
    text-align:center;
    position: absolute;

    width:50;
    left: 50%;
    margin-left: -400px;

    top: 50%;
    margin-top: -100px;
    height:50;
    z-index:90;
}
#text-content h1 {
    font-size: 60px;
    font-weight: bold;
    color: white;
}
#text-content p {
    font-weight: bold;
    color: white;
}
#content .wrap{
    width: 300px;
    display: inline-block;
}
#formBorder{
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(59, 98, 143,0.2);
}
#formBox{
    background-color: white;
    padding: 15px;
    height:300px;
}
.line{
    height:3px;
    background:white;
}
#bottom{
    height:50%;
}

.submitForm .submit{
    background-color: #0a76bf;
    border-color: #3591ce;
}
