/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform {
	margin: 0 auto;
	padding-top: 85px;
	width: 280px;
	height: 230px;
	background: url('../images/contact-bg.png') no-repeat;
	position: relative;
}

.cform fieldset	{
	border: 0;
}

.cform legend {
	display: none;
}

ol.cf-ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ol.cf-ol li	{
	margin: 5px 0;
	padding: 0; 
	list-style: none!important;
	text-align: left;
}

.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;
}

.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:250px;
	height:18px;
	padding: 0;
	float: right;
	font-size: .1em;
	color: #e9e9eb;
	background:url(../images/contact-submit.jpg) no-repeat top right; 
	border: 0;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.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:185px; 
}

.cform textarea {
	overflow:auto;
	height: 90px;
}

.linklove {
	display: none;
}