/*  main 'top-level' form elements                    */
@import "calendar.css";
.cform {
	width: 59%;
	height:auto;
	float:left;
	margin:0;
}
.cform legend{
	width:355px;
	padding-left:2px;
	background:url(../../../themes/cardabeach/images/double-line.png) repeat-x left bottom;
    color: #FBE2B4;
    font-size: 17px;
	float:left;
    margin: 4px 0 15px;
    padding-bottom: 14px;
}
.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
ol.cf-ol {
	margin:0!important;
	padding:0!important;
}
ol.cf-ol li {
	background:none!important;
	margin:0 0 9px 0!important;
	padding:0 0 9px;
	border-bottom:1px solid #787371;
	list-style:none!important;
	text-align:left;
	line-height:1.1em;
	float:left;
	width:100%;
}
li#li--3{
	width:110px;
	padding-bottom:13px;
}
/* just for text-only fields (no input)               */
ol.cf-ol li.textonly {
	background:url(../../../themes/cardabeach/images/dark-texture-bg.jpg) repeat !important;
	padding:7px 11px;
	width:335px;
	line-height:17px;
	text-align:right;
	margin-bottom:12px !important;
	float:left;
}
/* global definitions for field labels                */
.cform label {
	width:110px;
	margin:4px 7px 5px 0;
	display:inline-block;
	text-align:right;
	float:left;
	font-weight:bold;
	font-size:11px;
	vertical-align:top;
}
label.cf-before {
	margin:4px 10px 0 0;
}
label.cf-after {
	margin:7px 12px 0pt 6px;
	text-align:left;
	width:40px;
}
label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}
/*   FORM FIELDS general formatting                   */
.cform input, .cform textarea, .cform select, #respond input {
	padding:4px;
	border-radius:1px;
	font-family: 'Droid Sans', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	color:#696969;
	box-shadow:0 1px 2px #dfdfdf inset;
	-webkit-box-shadow:0 1px 2px #dfdfdf inset;
	background:#eeeeee;
}
.cform input:hover, .cform textarea:hover, .cform select:hover {
	background:#fff;
}
.cform input:focus, .cform textarea:focus, .cform select:focus {
	background:#fff;
}
.cform textarea, .cform input {
	width:230px;
}
.cform select {
	width:235px; /* attempt to have equal length */
}
.cform select.cfselectmulti {
	height:7.5em;
}
.cform textarea {
	overflow:auto;
	height:110px;
	resize:none;
}
/*   radio button title                               */
ol.cf-ol li.cf-box-title {
	font-weight:bold;
	text-align:right;
}
/*   check boxes                                      */
.cform input.cf-box-a, .cform input.cf-box-b {
	margin:2px 0 0 0;
	width:14px;
	height:22px;
	float:left;
	border:none!important;
	background:none!important;
}
.cform input.cf-box-a {
	margin-left:100px; /* check with label 'width' incl. */
}
/* check box groups                                   */
ol.cf-ol li.cf-box-group {
	margin:-7px 0 15px 0px !important;
	width:237px !important;
	padding-left:10px;
}
/* formatting for text:  "(required)"  & other        */

/*   FORM submit button                               */
p.cf-sb {
	text-align:right;
	margin-bottom:12px;
}
/*   FORM FIELDS enhanced error display               */
.cform .cf_error {
	border-left:2px solid #0082C9;
	background-color:#fff;
}
label.secq, label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}
input.secinput {
	vertical-align:text-bottom;
}
img.imgcalendar {
	border:none;
}
/* change formatting of response msgs here            */
input.sendbutton, #respond input[type=submit] {
background: #efe3d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #efe3d1 0%, #D4BC8F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efe3d1), color-stop(100%,#D4BC8F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efe3d1 0%,#D4BC8F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efe3d1 0%,#D4BC8F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efe3d1 0%,#D4BC8F 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efe3d1 0%,#D4BC8F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe3d1', endColorstr='#D4BC8F',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	border:none;
	padding:5px 15px;
	width:auto;
	margin-bottom:0;
	box-shadow:none;
	color:#444;
	font-size:11px;
	text-transform:uppercase;
}
input.sendbutton:hover {
background: #D4BC8F; /* Old browsers */
	background: -moz-linear-gradient(top,  #D4BC8F 0%, #efe3d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D4BC8F), color-stop(100%,#efe3d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #D4BC8F 0%,#efe3d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #D4BC8F 0%,#efe3d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #D4BC8F 0%,#efe3d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #D4BC8F 0%,#efe3d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D4BC8F', endColorstr='#efe3d1',GradientType=0 ); /* IE6-9 */
}
input.sendbutton:focus {
	background-color:#8e8351;
}
div.cf_info {
	color:#333;
	font-weight:bold;
	display:none;
	width:430px;
	line-height:1.3em;
	margin-bottom:10px;
}
div.cf_info.failure10 {
	width:410px;
}
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:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
	padding:5px 0 5px 5px;
}
div.failure {
	display:block;
}
div.waiting {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
	padding:5px 0 5px 5px;
}
/*   formatting for invalid user inputs               */

div.mailerr {
	display:block;
}
.mailerr, .cform .cf_errortxt {
	color:#ad2929;
}
/* disabled fields [disabled] does not work on IE!    */

/* upload box styling                                 */
.cform input.cf_upload {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}
/*  Other: browser hacks                              */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
* html .cform legend {
	position:absolute;
	top: -10px;
	left: 0px;
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px;
}
*+html .cform legend {
	position:absolute;
	top: -10px;
	left: 10px;
	margin-left:0;
}
* html ol.cf-ol, * html ol.cf-ol li, * html span.reqtxt, * html span.emailreqtxt {
	display: inline-block;  /*for ie6*/
}
*+html .cform label, *+html ol.cf-ol, *+html ol.cf-ol li, *+html span.reqtxt, *+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
img.imgcalendar {
	float:left;
	margin-right:-30px;
	position:relative;
	right:23px;
	top:3px;
}
a.dp-choose-date {
	float:left;
}