
form {
    padding: 0;
    margin: 0;
}

div.submit {
    clear: both;
    text-align: right;
    padding: 5px 5px 0 5px; 
}
div.submit input {

}

div.input label {
    display: block;
    padding: 2px 0 0 0;
    height: 16px;
}

div.input {
    padding: 3px 0;
    position: relative;
}

div.input input, div.input select {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.85em;
    border: 1px solid #888888;
}

div.input textarea {
    font-size: 0.95em;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    border: 1px solid #888888;
    margin: 0px;
}

.section1, .section2, .section3 {
    clear: both;
    padding: 2px 0;
}

div.input input.form-error, div.input textarea.form-error, div.input select.form-error {
    border: 1px solid #ff7777;
}

.error-message {
    position: absolute;
    display: none;
    left: 10px;
    top: 45px;
    background-color: #E9E9E9;
    border: 1px solid #ff6666;
    width: 100px;
    z-index: 1000;
    padding: 5px;
}

/*Reservation form*/

#resForm div.input input {
    height: 12px;
}
#resForm form {
    padding: 5px;
    margin: 0;
}

#resForm .bcontent {
    width: 205px;
    height: 334px;
}

#resForm .section2 .floatinput {
    float: left;
    width: 60px;
}
#resForm .section2 div.input input{
    width: 55px;
}



#resForm .section3 .floatinput {
    float: left;
    width: 96px;
}

#resForm .section3 div.input input{
    width: 66px;
}

#resForm .section3 div.input input{
    border: 0px none;
    border-bottom: 1px dashed #C6C6C6;
    background-color: #D9D9D9;
    color: #727272;
    font-size: 12px;
}

#resForm .section3 div.input input.form-error {
    border: 0px none;
    border-bottom: 1px dashed #ff7777;
}

/* Contact form*/

#contact .input input, #contact textarea {
    width: 386px;
}

#contact label {
    display: block;
    margin: 0;
    background-color: #D9D9D9;
    color: white;
    background-image: url('/img/layout/blockHbg.gif');
    background-position: top;
    background-repeat: repeat-x;
    font-weight: normal;
    font-size: 14px;
    padding: 4px 7px 4px 7px;
    border: 0px none;
    height: 1em;
    width: 384px;
}

#contact div.input input, #contact div.input textarea {
    font-size: 1em;
    margin-bottom: 20px;
    padding: 5px;
}

#contact div.submit {
    clear: none;
    text-align: left;
    padding-left: 0;
}

#contact div.input input.form-error, div.input textarea.form-error, div.input select.form-error {
    border-top: 1px solid #888888;
}

#contact .error-message {
    top: 5em;
    background-color: #E9E9E9;
    border: 1px solid #ff6666;
    width: 200px;
}

