#booking-form  {
    padding-left:80px;
    margin-bottom:40px;
}

#booking-form  p{
    width:600px;
    clear:both;
    margin:10px;
}

#booking-form  label{
    width:258px;
    display:block;
    float:left;
}

#submit-button {
    margin:30px 0 0 0!important;
    text-align:right;
}

h2.error {
    color:red;
    margin:5px;
}

textarea {
    height:80px; 
}
