/* @override http://panamatourdeals.com/pvt_contact/style/basic.css */
body {
    font-family: arial, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    background: #003b6e;
}

#form_wrapper {
    text-align: center;
}

#webform_container {
    color: white;
    background: #003b6e;
    padding: 10px;
    border-top: 8px solid white;
}

#travel_logo {
    margin-top: -5px;
    background: url(../pvt_logo.jpg) no-repeat;
    height: 87px;
}

#travel_logo p {
    color: white;
    margin: 0;
    padding: 50px 0 0 350px;
    font: bold 32px Arial, Helvetica, Geneva, sans-serif;
}

fieldset {
    border: 0 none;
    margin-bottom: 2px;
    padding: 0;
    float: left;
    width: 300px;
}

label {
    display: block;
    float: left;
    width: 100px;
}

.label {
    font-family: arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

input {
    width: 160px;
}

textarea {
    width: 98%;
}

.submit {
    width: 75px !important;
}

.travel_comments {
    width: 260px;
    height: 100px;
}

.travel_code {
    width: 260px;
}

fieldset.infant {
    width: 150px;
}

input#infants.text, input#passengers.text {
    width: 36px;
}

#tactile_webform fieldset.infant label.label {
    width: 70px;
}

a:link.a_link, a:visited.a_link {
    padding-left: 10px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #ffa600;
    vertical-align: 2px;
}

a:hover.a_link, a:active.a_link {
    padding-left: 10px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #fff;
    vertical-align: 2px;
}

.clre {
    clear: both;
}

#messageBox {
    background: #fff;
    border: 3px solid #fc0;
    font-size: 16px;
    margin: 20px 100px;
    padding: 30px;
    text-align: center;
}

#messageBox a {
    background: #FFA600;
	border:1px #f00 solid;
    color: #f00;
    font-weight: bold;
    padding: 2px 4px;
    text-decoration: none;
}

#messageBox a:hover {
    background: #ff8000;
    color: #fff;
}
