/*

CSS file for booking form WordPress plugin
Copyright 2010 Praeparo  (email : sales@praeparo.com)

The CSS provides the styling information for the booking form WordPress plugin.
Edit this file only if you are comfortable with editing CSS files!

*/

/* Form Objects */
input.booking_form_input { width: 200px; }
input.booking_form_addr_input { width: 400px; }
input.booking_form_no_input { width: 20px; }
fieldset.booking_form_fieldset { border: 0px; margin: 0px; padding: 0px; }
p.booking_form_p { text-align: left; }
textarea.booking_form_textarea { width: 350px; }

/* Error/Information Messages */
p.booking_form_p_error { background-color: white; border: 1px solid black; color: red; font-weight: bold; padding: 10px; }
p.booking_form_p_info { background-color: white; border: 1px solid black; color: green; font-weight: bold; padding: 10px; }

/* reCAPTCHA Box */
.booking_form_captcha_box { height: 300px; overflow: hidden; width: 500px; }