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

.cform { 
	overflow:hidden;
	width:430px
}

.cform fieldset	{ 
}

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

.cform legend { 
	display:none; 
	border:none;
	background:none;
	padding:0;
	margin:0
}

ol.cf-ol { 
	margin:0 !important;
	padding:0 !important
}
ol.cf-ol li	{
	background:none; 
	margin:5px 0px; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none; 
	text-align:left;
	line-height:1.3em;
	overflow:hidden;
}


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

.cform label {
	width:300px; 
	margin:0 0 2px; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	font-weight: bold;
}
.cform label span {
	width:300px; /* must be the same as above!*/
	display:block;
}


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

.cform input,
.cform textarea { 
	padding:3px;
	background: #fff; 
	vertical-align:top;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #d3d3d3;
	margin-bottom: 5px;
	width:220px; 
}

.cform input:hover,
.cform textarea:hover {
	background:#eee; 
	border: 1px solid #ccc;
}

.cform input:focus,
.cform textarea:focus { 
	background:#f6f6f6;
	border: 1px solid #d3d3d3;
}

.cform textarea {
	height:12em;
	overflow:auto;
	width:400px;
	font-size:.9em
}


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

span.reqtxt,
span.emailreqtxt { 
	display:inline; 
	padding-left: 5px;
}


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

p.cf-sb {
	padding: 0!important;
	margin: 0;
}
.cform input.sendbutton { 
	width:70px;  
	padding: 5px 2px; 
	margin: 10px 0 0;
	background:#ccc; 
	border: 1px solid #bbb;
	color: #262626;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
}

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(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;
	font-size:9px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


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

div.cf_info {
	display:none;
	color:#333333;
	font-size:.9em;
	margin:0 0 20px;
	width:400px;
}
#usermessage2a {
	margin:0;
	width:280px;
}
div.cf_info ol {
	margin:0;
	padding:5px 5px 0pt 20px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	color:#20c31e;
	display:block;
}
div.failure {
	display:block;
	color:#e20000;
}
div.waiting {
	color:#ff8100;
	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; 
}


/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:20px 0 0!important;
	padding:0!important;	
}
.linklove a,
.linklove a:visited {
	font-size: 0.7em
}