.spacer{clear:both; height:1px;}

/* ----------- Forms ----------- */
.myform{
    margin:0 auto;
    width:400px;
    padding:14px;
}

.flightpicker {
    width: 230px;
}

/* ----------- stylized_form ----------- */
.stylized_form {
    padding: 4px;
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
}

.stylized_form h1 {
    font-size:1em;
    font-weight:bold;
    margin-bottom:8px;
}

.stylized_form p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:10px;
}

.stylized_form label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
}

.stylized_form.flightpicker label {
    font-size: .8em;
    width: 100px;
}

.stylized_form .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}

.stylized_form.flightpicker .small {
    width: 100px;
}

.stylized_form.wider label {
    width: 120px;
}

.stylized_form.wider .small {
    width: 120px;
}

.stylized_form.wider input {
    width: 250px;
}

.stylized_form.flightpicker input {
    width: 100px;
}

.stylized_form input{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:210px;
    margin:2px 0 20px 10px;
}

.stylized_form textarea{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:260px;
    margin:2px 0 20px 10px;
}

.stylized_form img{
    margin-left: 10px;
}

.stylized_form button{
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#666666 url(img/button.png) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
}