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

/* No cookie for you */

.linklove { display:none; }
.cf-ol li { margin-bottom:6px; }

/* Inputs and textarea styling */

.cform .single,
.cform .area, 
.cform .cformselect {
	background:#fff url('bg-input_qm.gif') repeat-x 0 0;
	border:1px solid #c5c5c5;
	border-radius:5px;
	-moz-border-radius:5px;
	/* For IE we leave sharp corners ;) */
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
}
.cform .single, .cform .cformselect { width:204px; }
.cform .cformselect { width:214px; }
.cform .area { width:384px; margin: 0 0 0 3px; }

.cform .single.cf_error,
.cform .area.cf_error {
	border:1px solid #eb0000;
	color:#eb0000;
}


/* Label styling */
.cform br{ display:none; }
.cform label {
	color:#000;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:6px;
	padding-right:6px;
	text-align:right;
	vertical-align:top;
	width: 130px;
}

/* Submit button styling */

p.cf-sb {
	padding-left: 142px;
	width:505px; 
}
.cform .sendbutton {
	background:#faab53 url('bg-submit_regular.gif') repeat-x 0 0;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	color:#fff;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	padding: 0 5px 3px 5px;
	text-shadow:#e08e31 1px 1px 0;
}
.cform .sendbutton:hover { background:#faab53 url('bg-submit_hover.gif') repeat-x 0 0; }
/* Error styling */

.cf_info {
	padding:12px 12px 12px 112px;
}
.cf_info.failure {
	color:#F00;
}
.cf_info.success {
	color:#00b61e;
}