/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform {
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 0;
	width: 200px;
	height: 312px;
	background: url('../images/contact-form-bg.png') no-repeat top;
	position: relative;
}

.cform fieldset	{
	border: 0;
	text-indent: -9999px;
}

.cform legend {
	display: none;
	text-indent: -9999px;
}

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;
}

#li--2 {
	position: absolute;
	right: 5px;
	top: 45px;
}

#li--3 {
	position: absolute;
	right: 5px;
	top: 85px;
}

#li--4 {
	position: absolute;
	right: 5px;
	top: 125px;
}

#li--5 {
	position: absolute;
	right: 5px;
	top: 165px;
}

#li--6 {
	position: absolute;
	right: 5px;
	top: 205px;
}

.cform label {
	width: 182px;
	margin: 0;
	display: block;
	text-align: left;
	vertical-align: top;
	color: #666;
	float: right;
	position: relative;
	left: -5px;
}

.cform label span {
	width: 182px;
	display: block;
}

span.reqtxt, span.emailreqtxt { 
	display: none!important;

}

.cform input.sendbutton, .cform input.sendbutton:hover, .cform input.sendbutton:focus{ 
	width:77px;
	height:19px;
	padding: 0;
	float: right;
	font-size: 1.1em;
	color: #fff;
	background: url('../images/contact-form-submit.png') no-repeat bottom;
	text-transform: lowercase;
	border: 0;
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.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:182px; 
	height: 15px;
	font-family: Arial;
	font-size: 1.2em;
	float: right;
	margin: 1px 0 0 0;
}

.cform textarea {
	overflow:auto;
	height: 45px;
}

.linklove {
	display: none;
}