/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

/*#sendbutton3{
	width:160px;
}
*/

#cforms3form #label-3-19,
#cforms3form #label-4-19{
	text-decoration:underline;
}

#cforms3form .cf-fs1,
#cforms4form .cf-fs1{
	display:none;
}

#li-3-2,
#li-4-2,
#li-3-3,
#li-4-3 {
	margin-left:0!important;
	width:100%;
}

#cf3_field_2,
#cf3_field_3,
#cf4_field_2,
#cf4_field_3{
	width:460px;
}

#cf3_field_3,
#cf4_field_3{
	font-weight:bold;
	padding:10px 5px;
}

ol.cf-ol li.formdisclaimer{
	font-size:0.8em;
	padding:10px 20px!important;
	text-align:justify!important;
	line-height:1.4em;
	width:455px;
	}
li.formnote{
	font-size:11px;
	text-align:center;
	color:#9e0812;
}
.paymentMethod{
    color: #9E0812;
    font-size: 16px;
    text-shadow: 0 1px 0 #FFFFFF;	
}

#label-3-19 span,
#label-3-19,
#label-4-19 span,
#label-4-19 {
	width:407px;
	border-right: 0 none;
}

#li-3-19,
#li-4-19 {
	padding-left:44px;
	width: 451px;
	background: url("cfLabelBG.jpg") repeat-x scroll left center transparent;
}
#li-3-19 input,
#li-4-19 input{
	border:0;
	background:none;
}
#cf3_field_2:hover,
#cf3_field_3:hover,
#cf4_field_2:hover,
#cf4_field_3:hover {
	color:#9e0812;
	background:#F0E9E1;
}

.cform { 
	margin:10px 0 0 0; 
	/*width: 465px; */
}

.cform fieldset	{ 
	margin-top:10px;
	margin-left: 40px;
	padding:10px; 
	border:none;
    background: url("cfBG.jpg") repeat-x scroll top left #f7f7f7;
	width: 495px;
	border: 1px solid #DDDDDD;
    /*
	-moz-border-radius: 9px;  
    border-radius: 9px;  
    -webkit-border-radius: 9px;
*/
}

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

.cform legend { 
	color:#9e0812;
	padding: 0 2px; 
	font:normal 20px Arial,Helvetica,Georgia,sans-serif; 
	margin-top: -30px;
	display:none;
	}
#cformsform  .cf-fs1 legend,
#cforms2form  .cf-fs1 legend {
}

ol.cf-ol { 
	margin:0 0 0 0; 
	padding:0; 
}
fieldset ol.cf-ol { 
	/*border: 1px solid #CCCCCC;*/
}

ol.cf-ol li	{ 
    background: url("cfFieldBG.jpg") repeat-x scroll left center transparent;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #bbb;
    list-style: none outside none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    width: 495px;	
}
ol.cf-ol li:last-child {
    border-bottom: 1px solid #bbb;
/*
    -moz-border-radius: 0 0 9px 9px;  
    border-radius: 0 0 9px 9px;  
    -webkit-border-radius: 0 0 9px 9px;
*/
}
ol.cf-ol li:first-child {
    border-top: 1px solid #cccccc;
/*
    -moz-border-radius: 9px 9px 0 0;  
    border-radius: 9px 9px 0 0;  
    -webkit-border-radius: 9px 9px 0 0;
*/
}
/*
    -moz-border-radius: 9px;  
    border-radius: 9px;  
    -webkit-border-radius: 9px;
*/

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

ol.cf-ol li.textonly {
	background: url("cfLabelBG.jpg") repeat-x scroll left center transparent;
	padding:3px 0; 
	text-align:center;
	white-space: normal;
}

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

ol.cf-ol li.cf-box-title,
.cform label {
	height:40px;
	width:110px; 
	margin:0px; 
    padding-left: 20px;
    padding-top: 20px;
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	display:inline-block;

    color: #555555;
    font-size: 12px;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;

	background: url(cfLabelBG.jpg) repeat-x left center;	
	border-right: 1px solid #fafafa; 
}
.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:30px;
	text-align:left;	
}

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

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:2px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
	line-height:1.3em;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {

	outline:0 solid #f3f3f3;
    border: 0;
    color: #9e0812;
    display: inline-block;
    font-size: 14px;
	line-height: 39px;
    height: 39px;
    margin-left: 20px;
    margin-top: 10px; 
	padding:0 15px;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	color:#601a1f;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color: #601a1f;
}
.cform input {
	background: url(cfField.gif) no-repeat left top;	
}
.cform input.fldemail,
.cform input.fldrequired {
	background: url(cfFieldReq.gif) no-repeat left top;	
}
.cform input:hover,
.cform input:focus {
	background-position: 0 -39px;
}
.cform input.error {
	background-position: 0 -78px;
}

.cform textarea,
.cform input {
	width:301px; 
}
.cform select {
    border: 2px solid #D3D3D3;
    height: auto;
    padding: 3px 0;
    width: 329px;
}  
.cform select option{
	line-height:1.5em;
	height:1.5em;
}  

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

.cform textarea {
	line-height: 1.4em;
	background: url(cfArea.gif) no-repeat left top;	
	font-family: Arial,Helvetica,Georgia,sans-serif;
	padding:10px 15px;
	height: 128px;
	width: 301px;
	overflow:auto;
}
.cform textarea.fldemail,
.cform textarea.fldrequired {
	background: url(cfAreaReq.gif) no-repeat left top;	
}

.cform textarea:focus,
.cform textarea:hover {
	background-position: 0 -148px;
}
.cform textarea.error{
	background-position: 0 -296px;
}
#label--7,
#label-2-7,
#label-3-14,
#label-4-14,
#label--5,
#label-2-5{
	height: 148px;
}
.eventInquiry #label--5,
.eventInquiry #label-2-5{
	height: 40px;
}


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

span.reqtxt,
span.emailreqtxt { 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	font-size:9px;
	vertical-align:top;
	color:#9e0812;
	text-align:left;
	display: none;
}


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

ol.cf-ol li.cf-box-title {
	width: 475px;
	 border-right: 1px solid #cccccc;	
	}
#li-4-5items,
#li-3-5items{
    padding-left: 20px;
    width: 475px;
	background: url("cfLabelBG.jpg") repeat-x scroll left center transparent;
}
#label-3-51,
#label-4-51,
#label-3-52,
#label-4-52{
	padding-left:0;
	background:0;
	 border-right: 0 none;
	 padding-right: 10px;
	 height: 27px;
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:0px 0 0 0; 
	width:16px; 
	border:none; 
	background:none;
}

input.cf-box-a 	{ 
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


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

p.cf-sb {
    margin: 0 0 0 40px;
    padding: 0 0;
    text-align: center;
    width: 522px;
}
.cform input.sendbutton	{ 
    box-shadow: 0 2px 6px #CCCCCC;
    -webkit-box-shadow: 0 2px 6px #CCCCCC;
    -moz-box-shadow: 0 2px 6px #CCCCCC;
    background: url("cfSubmit.jpg") repeat-x scroll 0 0 transparent;
    border-color: #D3EAA7 #ACCB6F #ACCB6F #D3EAA7 !important;
    border-style: solid !important;
    border-width: 1px !important;
    -moz-border-radius: 13px;  
    border-radius: 13px;  
    -webkit-border-radius: 13px;
    color: #5E782C;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 2px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 420px;
}
.cform input.sendbutton:hover	{ 
/*	color:#38451f; */
    background-position: 0 -54px;
    box-shadow: 0 1px 3px #f0f0f0;
    -webkit-box-shadow: 0 1px 3px #f0f0f0;
    -moz-box-shadow: 0 1px 3px #f0f0f0;
	}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ 
	color:#9e0812!important; 
	/* background: #F0E9E1 url(../images/form_err_mark.gif) no-repeat top right!important;*/
}
.cform .errortxt,
.mailerr	    	{ 
	color:#9e0812!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:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px 5px;
	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_red.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}


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

p.info 		{
	margin:10px 0 0 40px;
	text-align:center;
	width: 520px;
}
p.success 	{
	color:#859155;
}
p.failure 	{
	color:#9e0812;
}

/*                                                    */
/* 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: 10px;
	font-family: Tahoma;
	color:#FBA2A2!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: -5px; 
	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;
}

