.linklove {display:none;}




.cform {  
  margin:10px auto 10px auto;  
  width: 304px;  
} 

ol.cf-ol {  
 margin:0;  
 padding:0;  
} 

ol.cf-ol li  {  
 margin:15px 0!important; 
 padding:0;  
 list-style:none;  
 text-align:left; 
} 


@-moz-document url-prefix()
{
	ol.cf-ol li  {  
 margin:10px 0!important; 
 padding:0;  
 list-style:none;  
 text-align:left; 
} 
}  

@media screen and (-webkit-min-device-pixel-ratio:0) {
body:first-of-type ol.cf-ol li  {  
 margin:10px 0!important; 
 padding:0;  
 list-style:none;  
 text-align:left; 
} 
}

 
p.cf-sb { 
 margin: 0; 
} 

.cform input.sendbutton {  
  width:100px;   
 padding:2px;  
  margin: 0px 0 0 0px; 
 font-size:0.8em; 
 background:url(../images/button-bg.gif) 
repeat-x;  
  border:1px solid #adadad!important; 
  }
  

  
.cf_hidden {display:none;}

.cform input, 
.cform textarea, 
.cform select {  
 padding:1px 3px; 
  background: #f9f9f9;  
  border: 1px solid #CCCCCC;  
  }
.cform textarea {height:100px; width: 220px;}





/*-------------------------------------------------*/



#cforms2form.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
}

#cforms2form.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

#cforms2form.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#cforms2form.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #aaa;
	letter-spacing:3px;
}

#cforms2form ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
#cforms2form ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

#cforms2form ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

#cforms2form.cform label {
	width:150px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #aaa;
	font:1em Verdana,Arial,Helvetica,sans-serif;
}
#cforms2form.cform label span {
	width:150px; /* must be the same as above!*/
	display:block; 
}

#cforms2form label.cf-before {
	margin:4px 10px 0 0; 
}

#cforms2form label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

#cforms2form label.cf-after span {
	width:75px;
	display:block;
}

#cforms2form label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
#cforms2form label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

#cforms2form.cform input,
#cforms2form.cform textarea,
#cforms2form.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff;
	vertical-align:top;
}
#cforms2form.cform input:hover,
#cforms2form.cform textarea:hover,
#cforms2form.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff; 
}

#cforms2form.cform input:focus,
#cforms2form.cform textarea:focus,
#cforms2form.cform select:focus	{ 
	color:#666;
	background:#ffffff; 
}

#cforms2form.cform textarea,
#cforms2form.cform input {
	width:298px; 
}
#cforms2form.cform select {
	width:306px; /* attempt to have equal length */
}  

#cforms2form.cform select.cfselectmulti	{ 
	height:7.5em; 
}

#cforms2form.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

#cforms2form span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

#cforms2form ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

#cforms2form input.cf-box-a,
#cforms2form input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

#cforms2form input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

#cforms2form ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#cforms2form p.cf-sb {
	margin: 0;
	padding:10pt 33px 0pt 30pt !important;
	text-align:right;
}
#cforms2form.cform input.backbutton,
#cforms2form.cform input.resetbutton,
#cforms2form.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:1em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
#cforms2form.cform input.resetbutton {
	margin: 0 5px 0 0;
}
#cforms2form.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms2form 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;
}

#cforms2form ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

#cforms2form 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;
}
#cforms2form ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
#cforms2form label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

#cforms2form input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

#cforms2form img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

#cforms2form img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

#cforms2form img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms2form div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
#cforms2form div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
#cforms2form div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
#cforms2form div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
#cforms2form div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#373737;
	display:block;
}
#cforms2form div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
#cforms2form div.waiting {
	background:#F9F9F9;
	color:#373737;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
#cforms2form.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
#cforms2form div.mailerr {
	display:block;
}
.mailerr,
#cforms2form.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms2form p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
#cforms2form p.success 	{
	color:green;
}
#cforms2form p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
#cforms2form .disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

#cforms2form.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
#cforms2form .linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
#cforms2form .linklove a,
#cforms2form .linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#373737!important;
}


/*                                                    */
/*  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 #cforms2form.cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html #cforms2form.cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html #cforms2form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html #cforms2form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

/*-----------------------------------------------*/




/*-------------------------------------------------*/



#cforms3form.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
}

#cforms3form.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

#cforms3form.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#cforms3form.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #aaa;
	letter-spacing:3px;
}

#cforms3form ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
#cforms3form ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

#cforms3form ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

#cforms3form.cform label {
	width:150px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #aaa;
	font:1em Verdana,Arial,Helvetica,sans-serif;
}
#cforms3form.cform label span {
	width:150px; /* must be the same as above!*/
	display:block; 
}

#cforms3form label.cf-before {
	margin:4px 10px 0 0; 
}

#cforms3form label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

#cforms3form label.cf-after span {
	width:75px;
	display:block;
}

#cforms3form label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
#cforms3form label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

#cforms3form.cform input,
#cforms3form.cform textarea,
#cforms3form.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff;
	vertical-align:top;
}
#cforms3form.cform input:hover,
#cforms3form.cform textarea:hover,
#cforms3form.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff; 
}

#cforms3form.cform input:focus,
#cforms3form.cform textarea:focus,
#cforms3form.cform select:focus	{ 
	color:#666;
	background:#ffffff; 
}

#cforms3form.cform textarea,
#cforms3form.cform input {
	width:298px; 
}
#cforms3form.cform select {
	width:306px; /* attempt to have equal length */
}  

#cforms3form.cform select.cfselectmulti	{ 
	height:7.5em; 
}

#cforms3form.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

#cforms3form span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

#cforms3form ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

#cforms3form input.cf-box-a,
#cforms3form input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

#cforms3form input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

#cforms3form ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#cforms3form p.cf-sb {
	margin: 0;
	padding:10pt 33px 0pt 30pt !important;
	text-align:right;
}
#cforms3form.cform input.backbutton,
#cforms3form.cform input.resetbutton,
#cforms3form.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:1em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
#cforms3form.cform input.resetbutton {
	margin: 0 5px 0 0;
}
#cforms3form.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms3form 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;
}

#cforms3form ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

#cforms3form 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;
}
#cforms3form ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
#cforms3form label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

#cforms3form input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

#cforms3form img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

#cforms3form img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

#cforms3form img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms3form div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
#cforms3form div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
#cforms3form div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
#cforms3form div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
#cforms3form div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#373737;
	display:block;
}
#cforms3form div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
#cforms3form div.waiting {
	background:#F9F9F9;
	color:#373737;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
#cforms3form.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
#cforms3form div.mailerr {
	display:block;
}
.mailerr,
#cforms3form.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms3form p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
#cforms3form p.success 	{
	color:green;
}
#cforms3form p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
#cforms3form .disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

#cforms3form.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
#cforms3form .linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
#cforms3form .linklove a,
#cforms3form .linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#373737!important;
}


/*                                                    */
/*  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 #cforms3form.cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html #cforms3form.cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html #cforms3form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html #cforms3form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}



/*-------------------------------------------------*/



#cforms4form.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
}

#cforms4form.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

#cforms4form.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#cforms4form.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #aaa;
	letter-spacing:3px;
}

#cforms4form ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
#cforms4form ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

#cforms4form ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

#cforms4form.cform label {
	width:150px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #aaa;
	font:1em Verdana,Arial,Helvetica,sans-serif;
}
#cforms4form.cform label span {
	width:150px; /* must be the same as above!*/
	display:block; 
}

#cforms4form label.cf-before {
	margin:4px 10px 0 0; 
}

#cforms4form label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

#cforms4form label.cf-after span {
	width:75px;
	display:block;
}

#cforms4form label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
#cforms4form label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

#cforms4form.cform input,
#cforms4form.cform textarea,
#cforms4form.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff;
	vertical-align:top;
}
#cforms4form.cform input:hover,
#cforms4form.cform textarea:hover,
#cforms4form.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff; 
}

#cforms4form.cform input:focus,
#cforms4form.cform textarea:focus,
#cforms4form.cform select:focus	{ 
	color:#666;
	background:#ffffff; 
}

#cforms4form.cform textarea,
#cforms4form.cform input {
	width:298px; 
}
#cforms4form.cform select {
	width:306px; /* attempt to have equal length */
}  

#cforms4form.cform select.cfselectmulti	{ 
	height:7.5em; 
}

#cforms4form.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

#cforms4form span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

#cforms4form ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

#cforms4form input.cf-box-a,
#cforms4form input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

#cforms4form input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

#cforms4form ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#cforms4form p.cf-sb {
	margin: 0;
	padding:10pt 33px 0pt 30pt !important;
	text-align:right;
}
#cforms4form.cform input.backbutton,
#cforms4form.cform input.resetbutton,
#cforms4form.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:1em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
#cforms4form.cform input.resetbutton {
	margin: 0 5px 0 0;
}
#cforms4form.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms4form 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;
}

#cforms4form ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

#cforms4form 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;
}
#cforms4form ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
#cforms4form label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

#cforms4form input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

#cforms4form img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

#cforms4form img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

#cforms4form img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms4form div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
#cforms4form div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
#cforms4form div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
#cforms4form div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
#cforms4form div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#373737;
	display:block;
}
#cforms4form div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
#cforms4form div.waiting {
	background:#F9F9F9;
	color:#373737;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
#cforms4form.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
#cforms4form div.mailerr {
	display:block;
}
.mailerr,
#cforms4form.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms4form p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
#cforms4form p.success 	{
	color:green;
}
#cforms4form p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
#cforms4form .disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

#cforms4form.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
#cforms4form .linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
#cforms4form .linklove a,
#cforms4form .linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#373737!important;
}


/*                                                    */
/*  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 #cforms4form.cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html #cforms4form.cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html #cforms4form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html #cforms4form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}




/*-------------------------------------------------*/



#cforms5form.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
}

#cforms5form.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

#cforms5form.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

#cforms5form.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #aaa;
	letter-spacing:3px;
}

#cforms5form ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
#cforms5form ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

#cforms5form ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

#cforms5form.cform label {
	width:150px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #aaa;
	font:1em Verdana,Arial,Helvetica,sans-serif;
}
#cforms5form.cform label span {
	width:150px; /* must be the same as above!*/
	display:block; 
}

#cforms5form label.cf-before {
	margin:4px 10px 0 0; 
}

#cforms5form label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

#cforms5form label.cf-after span {
	width:75px;
	display:block;
}

#cforms5form label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
#cforms5form label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

#cforms5form.cform input,
#cforms5form.cform textarea,
#cforms5form.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff;
	vertical-align:top;
}
#cforms5form.cform input:hover,
#cforms5form.cform textarea:hover,
#cforms5form.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff; 
}

#cforms5form.cform input:focus,
#cforms5form.cform textarea:focus,
#cforms5form.cform select:focus	{ 
	color:#666;
	background:#ffffff; 
}

#cforms5form.cform textarea,
#cforms5form.cform input {
	width:298px; 
}
#cforms5form.cform select {
	width:306px; /* attempt to have equal length */
}  

#cforms5form.cform select.cfselectmulti	{ 
	height:7.5em; 
}

#cforms5form.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

#cforms5form span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

#cforms5form ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

#cforms5form input.cf-box-a,
#cforms5form input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

#cforms5form input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

#cforms5form ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#cforms5form p.cf-sb {
	margin: 0;
	padding:10pt 33px 0pt 30pt !important;
	text-align:right;
}
#cforms5form.cform input.backbutton,
#cforms5form.cform input.resetbutton,
#cforms5form.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:1em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
#cforms5form.cform input.resetbutton {
	margin: 0 5px 0 0;
}
#cforms5form.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms5form 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;
}

#cforms5form ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

#cforms5form 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;
}
#cforms5form ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
#cforms5form label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

#cforms5form input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

#cforms5form img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

#cforms5form img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

#cforms5form img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms5form div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
#cforms5form div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
#cforms5form div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
#cforms5form div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
#cforms5form div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#373737;
	display:block;
}
#cforms5form div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
#cforms5form div.waiting {
	background:#F9F9F9;
	color:#373737;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
#cforms5form.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
#cforms5form div.mailerr {
	display:block;
}
.mailerr,
#cforms5form.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

#cforms5form p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
#cforms5form p.success 	{
	color:green;
}
#cforms5form p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
#cforms5form .disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

#cforms5form.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
#cforms5form .linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
#cforms5form .linklove a,
#cforms5form .linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#373737!important;
}


/*                                                    */
/*  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 #cforms5form.cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html #cforms5form.cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html #cforms5form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html #cforms5form.cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

