#form-group div {
    width: 100%;
    margin:0;
}
fieldset {
    width : 240px;
    border: 1px solid #003366;
    padding: 10px 30px 10px 30px;
}
fieldset p {
    margin: 7px 0;
}
#quote-form label {
    display: block;
}
#quote-form #submit {
    text-align: center;
}
#quote-form #idea {
    width: 100%;
    height: 150px;
}
#quote-form .input-text {
    width: 100%;
}