/* Basic version */

body {font-size:12px; font-family: "FS Lola Regular", "Trebuchet MS", Helvetica, sans-serif; color:#77452D;}
#booking {width:100%;}
label {width:30%; float:left;  margin:2px 0; text-align:right;}
span.left {width:30%; float:left; }
span.right {width:68%; float:right;}
div#buttons {display:block; clear:both; padding-top:5px;}

fieldset {background:#EFEAE1; border:1px solid #77452D;}
fieldset legend {font-weight:bold;}
fieldset p {clear:both; display:block; padding:2px 0; margin:2px 0;}
fieldset h3 {clear:both; display:block; padding:0; margin:0;}


.error {color:#ff9900;}
input.error, select.error {background:#ff9900; color:#000;}
.hide {	display:none; visibility:hidden; }

input {font-size:12px; border:1px solid #333; padding:1px; background-color:#FFFFFF; margin:1px 0 1px 0;  } 
select {font-size:12px; border:1px solid #333; padding:1px; margin:1px 0 1px 0;}
textarea {font-size:12px; border:1px solid #333; padding:1px; margin:1px 0 1px 0;}

select.text_long {width:98%;}
input.text_long {width:98%;}
textarea.text_deep {width:98%;}

input.button {background:#ccc; border:1px solid #666; }