/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px 0; 
	width: 646px; 
}

.cform fieldset	{ 
	padding:15px 0; 
	border-bottom:1px solid #bbb;
	margin:0 0 20px;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	color:#DF1958;
	text-transform:uppercase;
	font-weight:bold;
	padding:2px 0 25px;
	font-size:105%;
	background: #fff; /* url('/wp-content/themes/CreditCrunch/images/form-head-bak.png') top left repeat-x;
	display:table-row-group; Firefox hack for grey bars */

}

ol.cf-ol { 
	margin:0!important;
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:140px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color:#000 !important;
	font-weight:bold;
}

.cform label span {
	width:130px; /* must be the same as above!*/
	display:block;
	padding-top:3px;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 0 0 0;
	text-align:left;
}

label.cf-after span {
	width:30px;
	display:block;
}

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 { 
	padding:3px;
	border:1px solid #888;
	margin:0 0 25px !important;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#ddd;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#eee; 
}

.cform textarea,
.cform input {width:150px;}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-size: 105%;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	font-size:90%;
/*	padding:8px 0 0 100px;  check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	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:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {display:none}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:center;
	padding: 0!important;
	margin: 0 auto;
	display:block;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:110px;
	height:31px;
	margin: 10px 0 0 5px;
	font-weight:bold;
	border:none;
	background: #D56388 url(/wp-content/themes/CreditCrunch/images/submit-button.png);
	float:none !important;
	font-size:0;
	margin:0 auto !important;
	}


.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px 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:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* 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  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
display:none;
}

/*  Added by Marcus for Waveriders from here on down, generics first */

legend .note {font-size:10px;font-weight:normal;text-transform:lowercase;color:#000}
.reqtxt {display:none}
	/* textarea message boxes  */
#cf_field_5,#cf2_field_38, #cf3_field_10, #cf4_field_27, #cf6_field_5 {width:460px;height:75px;}
.cform ol {margin-left:0 !important}
/* Radio button groups */
.cform input[type=radio] {margin:0 5px;}
.cf-box-group label {width:30px;padding:0;}

/* Contact Us*/
#post-248 fieldset {border:0!important;padding-bottom:0!important;margin-bottom:10px;}

/* Quotation */

/* Default lis to half page width */
#cforms2form li {display:inline;height:22px!important;width:400px;padding:0!important;margin:0!important}
#cforms2form select {width:158px}

/* Hide unwanted labels and required stars */
#label-2-3, #label-2-4 {display:none}

/* Adjust for labels with 2 lines of txt */
#label-2-9,
#label-2-13,
#label-2-22,
#label-2-23,
#label-2-24,
#label-2-27,
#label-2-31,
#label-2-34 {margin-top:0 !important}
#label-2-9 span,
#label-2-13 span,
#label-2-22 span,
#label-2-23 span,
#label-2-24 span,
#label-2-27 span,
#label-2-31 span,
#label-2-34 span {padding-top:0 !important}
/* Right hand labels */
#label-2-6 span,
#label-2-8 span,
#label-2-10 span,
#label-2-12 span,
#label-2-14 span,
#li-2-23 span,
#label-2-25 span {padding-left:10px;}

/* Shorten name title drop */
#cf2_field_2 {width:60px !important;}

/* Name fields in row */
#cf2_field_2 {width:200px}
#li-2-2,#li-2-3,#li-2-4 {display:inline}
#li-2-3 {width:160px}
#li-2-4 {width:160px; margin-right:100px !important;}

/*Newsletter signup tick*/
#li-2-13 {width:180px;}
#label-2-13, #label-2-13 span {width:210px;}
#cf2_field_13 {margin:0 37px!important}

#dates {position:relative;top:-2px;width:190px !important}

#li-2-18 {margin-top:0 !important;padding-top:0 !important;}

/* Party Size section */
#li-2-20 input {margin-right:25px} /*push Party Size header down */
#li-2-21 {
	background-color:#fff !important;
	font-weight:bold;
	font-size:90% !important;
	width:175px !important;
	text-align:right;
	white-space:nowrap;
	letter-spacing:0 !important;
	}
#cf2_field_22, #cf2_field_23, #cf2_field_24 {width:40px !important}
#li-2-22, #li-2-23, #li-2-24 {
	margin:-5px !important; 
	padding:5px !important
	width:200px !important;
	}
#li-2-22 label
	{width:87px !important; margin:0 0 15px 0 !important; padding:0 5px 0 20px !important;}
#li-2-23 label
	{width:100px !important; margin:0 !important; padding:0 5px 0 20px !important;}
#li-2-22 label span, #li-2-23 label span
	{width:50px !important; margin:0 !important; padding:0 10px 0 40px !important;}
#li-2-24 label
	{width:90px !important; margin:0 !important; padding:0 5px 0 20px !important;}
#li-2-24 label span 
	{width:80px !important; margin:0 !important; padding-right:5px !important;}

/*long dropdowns*/
#cf2_field_27,#cf2_field_28,#cf2_field_31 {width:250px!important;margin-right:200px!important}
#li-2-35 {font-size:80% !important; background:#fff !important; letter-spacing:0 !important}
#label-2-31 span {width:140px}
/* widths of radio titles */
#dates, #kit, #courses {
	display:inline-block !important;
	margin-top:5px !important;
	width:200px !important;
	}
#courses,#kit{width:202px!important}
#li-2-29items, #li-2-30items {margin-right:300px!important}/*push nxt field down*/
#li-2-29 {padding-left:0!important}


/* Newsletter signup */
#cforms5form li {width:400px; display:inline;}

	/* Hide unwanted labels and required stars */
#label-5-3, #label-5-4 {display:none}
	/* Shorten name title drop */
	#cf5_field_2 {width:60px !important;}
	/* Name fields in row */
#cf5_field_2 {width:200px}
#li-5-2,#li-2-3,#li-2-4 {display:inline}
#li-5-3 {width:160px}
#li-5-4 {width:160px; margin-right:110px !important;}

	/* Adjust for labels with 2 lines of txt */
#label-5-6 {margin-top:0 !important}
#label-5-6 span {padding-top:0 !important}


#li-5-8{margin:0 45px 0 10px !important} /* Email format radio group label */
#label-5-81, #label-5-82 {width:40px} /* and the button labels */

/* Offers Enquiry */
#cforms4form .cf-fs2 {display:none} /* Hide pre-filled fields */
#cforms4form li {width:400px; display:inline;} 	/* Default lis to half page width */
#cforms4form select {width:158px}

/* Shorten name title drop */
#cf4_field_2 {width:60px !important;}

/* Hide unwanted labels and required stars */
#label-4-3, #label-4-4 {display:none}

/* Adjust for labels with 2 lines of txt */
#label-4-7{margin-top:0 !important}
#label-4-7 span {padding-top:0 !important}

/* Name fields in row */
#cf4_field_2 {width:200px}
#li-4-2,#li-4-3,#li-4-4 {display:inline}
#li-4-3 {width:160px}
#li-4-4 {width:160px; margin-right:110px !important;}
#li-4-9 {width:450px;}
#label-4-9, #label-4-9 span {width:400px;padding-top:0 !important;}

/* Party Size */
#li-4-23 {
	background-color:#fff !important;
	font-weight:bold;
	font-size:90% !important;
	width:175px !important;
	}
#cf4_field_24, #cf4_field_25, #cf4_field_26 {width:40px !important}
#li-4-24, #li-4-25, #li-4-26 {
	margin:-5px !important; 
	padding:5px !important
	width:200px !important;
	}
#li-4-24 label
	{width:87px !important; margin:0 0 15px 0 !important; padding:0 5px 0 53px !important;}
#li-4-25 label
	{width:100px !important; margin:0 !important; padding:0 5px 0 20px !important;}
#li-4-24 label span, #li-4-25 label span
	{width:50px !important; margin:0 !important; padding:0 10px 0 40px !important;}
#li-4-26 label
	{width:90px !important; margin:0 !important; padding:0 5px 0 20px !important;}
#li-4-26 label span 
	{width:80px !important; margin:0 !important; padding-right:5px !important;}
/* Delete this if the address fields are behaving still 
#li-2-5 span,#li-2-6 span,#li-2-7 span,#li-2-8 span,#li-2-9 span,#li-2-10 span {background:red}
#li-2-5 input,#li-2-6 input,#li-2-7 input,#li-2-8 input,#li-2-9 select,#li-2-10 input {background:green}
*/

