@charset "utf-8";
#cf/* CSS Document */

 {
	border: 2 px solid #0DB04B;
	float: left;
	}
#cf  label {
	font-size: 12px;
	text-indent: 0px;
	font-weight: bold;
	display: block;
	width: 275px;
	color: #9D8265;
	margin-bottom: 3px;
}

	#cf input {
	width: 270px;
	border: none;
	text-align: left;
	background: none;
	font-size: 12px;
	height: 20px;
	color: #ffffff;
	font-weight: normal;
	padding: 3px 5px 0px 5px;
	}
	#cf .input-bg {
	height: 20px;
	margin-bottom: 10px;
	position: relative;
	width: 278px;
	border: 1px solid #9D8265;
	}

	#cf textarea {
	width: 265px;
	height: 115px;
	display: block;
	border: none;
	background: none;
	font-size: 12px;
	overflow: auto;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
	#cf .message-bg {
	height: 115px;
	border: 1px solid #9D8265;
	width: 270px;
	}
#cf .submit-button {
	width: 75px;
	height: 25px;
	margin-left: 80px;
	margin-top: 5px;
}
#cif {
	border: 2 px solid #603813;
	float: left;
}
#cif label {
	font-size: 12px;
	text-indent: 0px;
	font-weight: bold;
	display: block;
	width: 275px;
	color: #0DB04B;
	margin-bottom: 3px;
}
#cif input {
	width: 270px;
	border: none;
	text-align: left;
	background: none;
	font-size: 12px;
	height: 20px;
	color: #29ABE2;
	font-weight: normal;
	padding: 3px 5px 0px 5px;
}
#cif .input-bg {
	height: 20px;
	margin-bottom: 10px;
	position: relative;
	width: 278px;
	border: 1px solid #0DB04B;
}
#cif textarea {
	width: 265px;
	height: 115px;
	display: block;
	border: none;
	background: none;
	font-size: 12px;
	overflow: auto;
	color: #29ABE2;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#cif .message-bg {
	height: 115px;
	border: 1px solid #9D8265;
	width: 270px;
}
#cif .submit-button {
	width: 160px;
	height: 25px;
	margin-left: 50px;
	margin-top: 5px;
}

