/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";
.cform {
	margin: 0 auto;
	width: 200px;
	height: 245px;
	padding-top: 70px;
	background: #017cc9 url('../images/contact-form-header.jpg') no-repeat top;
	position: relative;
	clear: both;
}

.cform fieldset	{
	border: 0;
}

.cform legend {
	display: none;
}

ol.cf-ol {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ol.cf-ol li	{
	margin: 8px 0;
	padding: 0; 
	text-align: right;
	list-style-type: none!important;
	position: relative;
	left: -8px;
}

.cform label {
	width: 55px;
	margin: 4px 0 0 0;
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	text-align: left;
	vertical-align: top;
	color: #000;
	display: none;
}

.cform label span {
	width: 55px;
	display: block;
}

span.reqtxt, span.emailreqtxt { 
	display: none!important;

}

.cform input.sendbutton, .cform input.sendbutton:hover, .cform input.sendbutton:focus{ 
	width:60px;
	height:20px;
	padding: 0;
	float: right;
	font-size: 1em;
	line-height: 16px;
	color: #fff;
	background: #ff7f00; 
	border: 0;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.cform input,
.cform textarea,
.cform select { 
	margin: 0;
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:175px; 
	font-family: Arial;
	font-size: 1.2em;
	float: right;
	margin: 4px 0;
}

.cform textarea {
	overflow:auto;
	height: 90px;
}

.linklove {
	display: none;
}