/*************************************************
* CONTACT FORM STYLING
*************************************************/
.cform {
	position:relative;
	height:0;
}

#footer #usermessage2a {
	position:absolute;
	top:15px;
	left:237px;
	font-size:10px;
	padding:0;
	background-image:none;
}

#footer #usermessage2a.failure {
	color:#ff4a5b;
}
#footer #usermessage2a.success {
	color:#39bc77;
}

#footer #cforms2form p.cf-sb {
	position:static;
	clear:both;
	text-indent:0px;
}

.cform legend, .cform .reqtxt, .cform .emailreqtxt {
	display:none;
}

.cform fieldset.cf-fs1 {
	background: url('form-bg.jpg') no-repeat 0 2px;
	width:180px;
	padding-left:30px;
	height:131px;
	float:left;
}

.cform fieldset.cf-fs2 {
	width:230px;
	padding-left:10px;
	float:left;
	background: url('form-message.jpg') no-repeat 0 6px;
}

.cform label {
	color:#9f7952;
	font-size:70%;
	line-height:20px;
	display:block;
	text-transform: capitalize;
}

.cform input {
	display:inline;
}

.cform select {
	width:148px;
}

.cform input,.cform select,.cform textarea {
	background-color:#463425;
	border:none;
	color:#9f7952;
}

.cform #li-2-8 {
	width:115px;
}

.cform .secinput {
	color:#DED0C1;
	display:inline;
	font-family:georgia;
	font-size:75%;
	font-weight:bold;
	height:20px;
	letter-spacing:0;
	padding-left:5px;
	padding-top:5px;
	width:140px;
}
/*form submit*/
.cform #sendbutton2 {
	background:#537111 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:100%;
	height:26px;
	width:70px;
	position:relative;
	left:46px;
	bottom:35px;
}

/*name,email,message*/
.cform #cf2_field_2, .cform #cf2_field_3,.cform #cf2_field_7 {
	color:#DED0C1;
	font-family:georgia;
	font-size:75%;
	font-weight:bold;
	letter-spacing:0;
	padding-left:5px;
	padding-top:5px;
	width:220px;
	font-style: italic;
}

.cform textarea {
	height:59px;
}

/*name,email,subject*/
#cf2_field_4 { /* Form drop down */
	padding-top:0px;
}


.cform #cf2_field_2,.cform #cf2_field_3,.cform #cf2_field_4 {
	color:#DED0C1;
	font-family:georgia;
	font-size:75%;
	font-weight:bold;
	height:20px;
	letter-spacing:0px;
	padding-top:0px;
	width:170px;
	font-style: italic;
}


.cform #cf2_field_4 {
	height:26px;
	width: 175px;

}