@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

html, body {
    font-family: 'PT Sans', sans-serif;
}

.container {
    width: 1000px;
}

header {
    padding-top: 10px;
    height: 110px;
    background: #FFF;
}
section {
}
h1 { font-size: 50px !important; }
p {
    margin-top: 15px !important;
    font-size: 16px !important;
}
hr {
    margin: 5px 0 10px 0;
    border-color: #CCC;
}
.blue {
    color: #224D92;
    font-size: 1.1em;
    font-weight: 700;
}
.top {
    padding: 20px 0;
    background: #AAA;
}
.bottom {
}
.lead {
    margin-top: 25px !important;
    padding: 10px 30px;
    color: #FFF;
    font-size: 24px !important;
    background: #222;
    border-radius: 2px;
}
.preprice {
    margin: 40px 0 0 0;
    font-size: 1.4em;
    font-weight: 700;
}
.price {
    margin-top: 0;
    font-size: 2em;
    font-weight: 700;
}
.price small {
    color: #FFF;
    font-size: 100%;
}
.form-holder {
    margin: 0;
    padding: 10px;
    height: 445px;
    background: #E3EDED;
    border-radius: 3px;
}
.form-holder h2 {
    margin: 0;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
}
.form-holder p {
    font-size: 0.8em;
    text-align: center;
}
form { margin-top: 10px;}
form button {
    margin-top: 30px;
    color: #FFF;
    font-size: 1.4em !important;
    text-transform: uppercase;
    background: #333;
    border-radius: 4px !important;
}
form button:hover, .btn:focus {
    color: #FFF !important;
}
/* form message */
.message {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    z-index: 10;
}
