﻿.textBox {
    width: 400px;
    margin-bottom: .2em;
}

.body {
    background-color: #EEEEEE;
}

.h1 {
    font-size: 2em;
    margin-bottom: .7em;
}

.labels {
    display: inline;
    float: left;
    margin-right: 10px;
    vertical-align: top;
}

.button {
    bottom: 20px;
    height: 30px;
    width: 100px;
    top: 100px;
    background-color: #1570A6;
    border: 0px solid #1570A6;
    color: #ffffff;
    margin-left: 860px;
}

.hline {
    border: 0;
    height: 1px;
    background: #ff6a00;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.textboxmlines {
    float: left;
    margin-right: 10px;
    vertical-align: top;
    width: 950px;
    height: 200px;
    border-radius: 10px;
    border: 0px solid #ffffff;
}

.fieldset {
    border: 2px solid #ffffff;
    border-radius: 10px;
    width: 520px;
    background: #ffffff;
    padding: 3px;
}

.fieldsetl {
    border: 2px solid #ffffff;
    border-radius: 10px;
    width: 955px;
    background: #ffffff;
    padding: 3px;
}

.fieldsetlegend {
    background: #1570A6;
    padding: 6px;
    font-weight: bold;
    display: block;
    color: #EEEEEE;

}
