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

cf {
	border: none;
	}
#cf  label {
	font-size: 12px;
	text-indent: 0px;
	font-weight: bold;
	display: block;
	width: 275px;
	color: #666666;
	margin-bottom: 3px;
}

	#cf input {
	width: 275px;
	border: none;
	text-align: left;
	background: none;
	font-size: 12px;
	height: 20px;
	color: #666666;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	}
	#cf .input-bg {
	height: 20px;
	margin-bottom: 10px;
	position: relative;
	width: 250px;
	border: 1px solid #666666;
	}

	#cf textarea {
	width: 250px;
	height: 115px;
	display: block;
	border: none;
	background: none;
	font-size: 12px;
	overflow: auto;
	color: #666666;
	padding: 5px 5px 5px 5px;
	}
	#cf .message-bg {
	height: 115px;
	border: 1px solid #666666;
	margin-bottom: 15px;
	}
#cf .submit-button {
	width: 75px;
	height: 25px;
	margin-left: 80px;
}

