/*                                                    */
@import "calendar.css";

/*                                                    */
/* custom CSS settings for PRESET EXAMPLE!            */
/* REMOVE the below block if you'd like to use this   */
/* theme for your own forms                           */

.cform {
	font-family: Tahoma;
}

li#li--4{
	padding:0!important;
}

/* check in&out*/
li#li--16,li#li-2-16,li#li-3-16,li#li-4-16,
li#li--15,li#li-2-15,li#li-3-15,li#li-4-15{
	display:inline;
	float:left;
	margin:0pt 0pt 0pt 45px !important;
}
li#li--17,li#li-2-17,li#li-3-17,li#li-4-17{
	clear:both;
}
#cf_field_15,#cf_field_16,
#cf2_field_15,#cf2_field_16,
#cf3_field_15,#cf3_field_16{
	width:195px;
}

/* rooms, adults & nights*/
li#li--17,li#li-2-17,li#li-3-17,li#li-4-17,
li#li--18,li#li-2-18,li#li-3-18,li#li-4-18{
	display:inline;
	float:left;
}
li#li--17,li#li-2-17,li#li-3-17,li#li-4-17 {
	margin-left:45px!important;
	margin-right:28px!important;
}
li#li--19,li#li-2-19,li#li-3-19,li#li-4-19{
	padding-top:10px;
	clear:both;
}
#cf_field_17,#cf2_field_17,#cf3_field_17,
#cf_field_18,#cf2_field_18,#cf3_field_18 {
	width:145px;
}
#label--193,#label--196,
#label--193 span,#label--196 span{
	width:90px;
}

.cform fieldset.cf-fs4{
	padding-bottom:0;
}

#cf_field_27,#cf2_field_27,#cf3_field_27,#cf4_field_27{
	border:0!important;
	background:#F9F1E6;
}

/* END CUSTOM SETTINGS                                */


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform {
	font-family: Tahoma;
	margin:10px auto 0 auto; 
	width: 450px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	background:#F9F1E6; 
	border:none;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display:none;
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times; 
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{ 
	margin:2px 23px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0!important; 
	text-align:right;
	margin:5px 5px 0 0!important;
}

ol.cf-ol li.newlegend{
	color:black;
	font-size:16px;
	font-weight:bold;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:150px; 
	margin:2px 10px 0 0; 
	text-align:left;
	vertical-align:top;
	font-size: 10px;
	display:block;
	color:#663300;
}
.cform label span {
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 5px 0 0; 
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 6px;
	width:200px;
	text-align:left;	
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 2px;
	width:70px;
	text-align:left;
}
label.cf-group-after span {
	width:70px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	color:#663300;
	padding:2px 3px;
	background: #FEFCFA; 
	border:none;
	border: 1px solid #663300;
	font-weight:bold;
	letter-spacing:3px;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#EBC198; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#FEFCFA; 
}

.cform textarea,
.cform input {
	width:391px; 
}
.cform select {
	width:399px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	font-size:9px;
	vertical-align:top;
	color:#663300;
	text-align:right;
	margin-right:0px;
}

.cform input.fldrequired{
	border-right: 3px solid #663300;
	width: 388px;
}

.cform input.fldemail{
	border-right: 3px solid #D56A00;
	width: 388px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:10px;
	color:#663300;
	padding-left:45px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px!important; 
	border:none; 
}

input.cf-box-a 	{ 
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 45px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0 0 10px 0!important;
	margin: 0 2px;
	text-align:center;
	background: #F9F1E6;
}
.cform input.sendbutton	{ 
	width:400px;  
	padding:2px; 
	margin: 10px 1px 0 0;
	font-size:0.8em;
	background:#ECD2B0;
	border:1px solid #663300!important;
}
.cform input.sendbutton:active	{ 
	border:2px solid #663300!important;
	padding:1px;
	background-color:#E8C79B;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border-right:3px solid #FF0000!important; background: #FEFCFA url(../images/brown_theme_req.gif) no-repeat right top;}
.cform .errortxt,
.mailerr	    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq,
label.secq span {
	display:inline;
}
label.secq {
	vertical-align:middle;
}

input.secinput {
	width:120px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
	letter-spacing:2px;
	background-position:right 2px!important;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:top;
}

img.captcha	{
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	background:	url(../images/captcha_reset_brown.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:23px;
}

img.imgcalendar {
	position:relative;
	top:4px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b{ 
	background:none;
	margin-top:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	background:none;
	margin-top:0;
}
