/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.linklove {
	height: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
	text-indent: -9999px;
}

.reqtxt, .emailreqtxt {
	font-size: 10px;
	margin-left: 10px;
}

.cform { 
	margin:10px 0; 
	width: 550px; 
}

.cform fieldset {
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

fieldset.cf_hidden {
	display: none;
}

.cform legend { 
	margin:0;
	padding:0 0 4px 0; 
	font:bold 14px Trebuchet MS; 
	color: #888;
	/*border-bottom: 1px solid #eee;*/
	width: 550px;
}

ol.cf-ol {
	clear: both;
	margin:0 !important; 
	padding:0 !important;
	width: 550px;
	overflow: hidden;
}

ol.cf-ol li {
	clear: both;
	margin: 0!important; 
	padding: 5px 10px 10px 10px!important;
	width: 528px;
	overflow: hidden;
	background: #f5f5f5;
	border-bottom: 2px solid #fff;
	/*border-bottom: 1px solid #ccc;	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}

ol.cf-ol label {
}

ol.cf-ol label span {
	display: block;
	color: #c20000;
	margin-bottom: 7px;
}

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:11px Trebuchet MS,sans-serif;
	color:#666;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #c20000;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
}

.cform textarea {
	width: 520px;
	height: 100px;
}

.cform input {
	width: 200px;
}

ol.cf-ol li.cf-box-title {
	width: 528px;
	display: block;
	color: #c20000;
	padding: 5px 10px !important;
	border-bottom: none !important;
}

ol.cf-ol li.cf-box-group {
	width: 528px;
	display: block;
	overflow: hidden;
	padding: 0 10px 0 10px !important;
	margin: 0 !important;
}

input.cf-box-b {
	margin: 0 !important;
	border:none!important;
	background:none!important;
	display: inline;
}

ol.cf-ol li.cf-box-group input {
	width: 15px;
	float: left;
	display: inline;
}

ol.cf-ol li.cf-box-group label.cf-group-after {
	float: left;
	width: 97px !important;
	padding: 0 10px;
	display: inline;
	line-height: 14px;
	min-height: 25px;
	height: 35px;
	color:#666;
}

ol.cf-ol li.cf-box-group label.cf-after {
	float: left;
	width: 97px !important;
	padding: 0 10px;
	display: inline;
	line-height: 20px;
	min-height: 25px;
	height: 25px;
	color:#666;
}

ol.cf-ol li.cf-box-group span {
	clear: both;
	color:#666;
}

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:0.8em;
	background: #c20000; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	cursor: pointer;
	color: #fff;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
	cursor: pointer;
}

/*                                                    */
/*   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 {
	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;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}



.cf_date {
	width: 70px !important;
	margin-right: 10px
}