/* CSS Document */

input.input {
width:200px;
font-size:10px;
border:1px solid #999999;
background-color:#fff;
height:17px;
margin:2px;
color:#333333;
}

select {
width:200px;
font-size:10px;
color:#333333;
}

textarea {
width:330px;
font-size:12px;
color:#333333;
}

table.bookings {
padding:10px;
margin:10px;
background-color:#fff;
width:100%
color:#333333;;
}

table.bookings p {

margin:0px;
line-height:25px;
color:#333333;

}
