/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

body#lodge #left #content #type .cform img,
body#lodge #left #content #type .cform img:hover { 
	border: 0;
}

.cform { 
	margin: 0px 0px 0px 0px;
}

.cform fieldset	{
	margin: 15px 0px 5px 0px;
	border: none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #6a6050;
	display: block;
	float: left;
	width: 480px;
}

ol.cf-ol { 
	padding: 20px 20px 10px 20px; 
	margin: 10px 0px 0px 0px;
	background-color: #f2efe8; 
	width: 480px;
	float: left;
}

ol.cf-ol li	{
	background:none!important; 
	margin: 0px 0px 15px 0px; /*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 {
	color: #6a6050;
	font-size:11px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 12px 0px;
	padding:0px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:450px; 
	margin:0px; 
	padding: 0px 0px 2px 0px;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #6a6050;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
}

.cform label span {
	width:450px; /* must be the same as above!*/
	display:block;
}

label.cf-before {
	margin:4px 10px 0 0; 
	text-align:left;
	width:75px;
	display: inline-block;
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
	display: inline-block;
}

label.cf-after span {
	width:450px;
	display:block;
}

label.cf-group-after {
	padding:4px 0px 0px 4px;
	text-align:left;
	font-size: 11px;
	font-weight: normal;
	width:145px;
	display: inline-block;
}

label.cf-group-after span {
	width:145px;
	display:inline-block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	background-color:#ffffff;
	border:1px solid #c1c0b8;
	color:#59473b;
	font-size:12px;
	padding:5px;
	width:275px;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color: #885690;
	border:1px solid #885690;
}

.cform input {
	width:250px; 
}
.cform select {
	width:260px; /* attempt to have equal length */
}  

.cform select.cfselectmulti { 
	height:7.5em; 
}

.cform textarea {
	width:460px;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 0px 0px 0px;
	display: block; 
	vertical-align:top;
	color: #ce4444;
	font-size:10px;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color: #6a6050;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 4px 0px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
	display: inline-block;

}

input.cf-box-a 	{ 
	margin-left:0px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0px; 
} 


/*                                                    */
/* Calendar Button                                    */
/*                                                    */

ol.cf-ol li a.dp-choose-date {
	display: inline-block;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding: 0;
	text-align:left;
}

.cform input.sendbutton {
	background:transparent url(../../../../media/images/send-button-large.png) no-repeat scroll 0px 0px;
	cursor: pointer;
	border:0 none;
	width:188px;
	height:37px;
	text-indent: -99999px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	overflow:hidden;
	outline: none;
	float: left;
}

.cform input.sendbutton:hover,
.cform input.sendbutton:focus {
	background:transparent url(../../../../media/images/send-button-large.png) no-repeat scroll -188px 0px;
	border:0 none;
	outline: none;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(../../../../media/images/li-err-bg.png) repeat!important;
	border-color:#ce4444;
	border-style:solid;
	border-width:1px 0px;
	padding:10px 20px 10px 20px;
	margin:10px 0px 10px 0px;
	float: left;
	width: 440px;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(../../../../media/images/icon-error.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
}

ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

ol.cf-ol li.cf_li_err input,
ol.cf-ol li.cf_li_err textarea,
ol.cf-ol li.cf_li_err select { 
	background:#ffffff url(../../../../media/images/input-textarea-bg.jpg) no-repeat scroll 0px 0px;
	border:1px solid #ce4444;
	color:#59473b;
	font-size:16px;
	padding: 5px;
	margin: 3px 0px 3px 0px;
	vertical-align:middle;
}

ol.cf-ol li.cf_li_err input:focus,
ol.cf-ol li.cf_li_err textarea:focus,
ol.cf-ol li.cf_li_err select:focus	{ 
	border: 2px solid #ce4444;
	color: #ce4444;
	background:#ffffff url(../../../../media/images/input-textarea-bg.jpg) no-repeat scroll 0px 0px;
}

ol.cf-ol li.cf_li_err input {
}
ol.cf-ol li.cf_li_err select {
	width:360px; /* attempt to have equal length */
}  

ol.cf-ol li.cf_li_err select.cfselectmulti { 
	height:7.5em; 
}

ol.cf-ol li.cf_li_err textarea {
	width:435px;
	overflow:auto;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	margin-bottom:4px;
	vertical-align:text-bottom;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	margin:0;
	padding:4px;
	vertical-align:text-bottom;
	width:100px;
	float: left;
}

img.captcha	{
	border:medium none !important;
	margin:0 10px 0 10px !important;
	padding:0 !important;
	vertical-align:text-bottom;
	float: left;
	display: block;
}

img.captcha-reset {
	background:	url(../../../../media/images/captcha-reset-brown.gif) no-repeat scroll 0 0 transparent;
	border:medium none;
	height:21px;
	margin:0 0 2px 0px;
	vertical-align:text-bottom;
	width:21px;
	float: left;
	display: block;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#6a6050;
	display:none;
	padding:10px 15px!important;
	line-height:1.3em;
	margin:0px auto 20px auto;
}

div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}

div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}

div.success {
	background-color: #f2efe8;
	color:#6a6050;
	display:block;
}

div.failure {
	display:block;
	background:#FFDFDF url(../../../../media/images/li-err-bg.png) repeat!important;
	border-color:#ce4444;
	border-style:solid;
	border-width:1px 0pt;
	font-weight: bold;
	color: #ce4444;
}

div.waiting {
	background:#e5dae3;
	color:#e5dae3;
	display:block;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:3px solid #ce4444; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_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;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}
