form {
	padding: 0px;
	margin: 0px;
}

div.cf_section {
	width: 350px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
}
label.cf_section {
	line-height: 150%;
	margin: 0 0 4px 0;
	padding: 0px;
	border: none;
	display: block;
	color: #222;
	font-size: 95%;
	font-weight: bold;
	text-align: left;
}
input, select {
	padding: 0px;
	margin: 0px;
}
.cf_req {
	color:red !important;
	font-weight: bold;
}

.cf_clear {
	clear: both;
}
.cf_label {
	clear: both;
	line-height: 10px;
	color: #444;
	display: block;
	margin: 6px 0 9px 0;
	text-align: left;
	font-size: 10px;
}
.cf_name {
	width: 120px;
}
div.cf_full {
}
input.cf_full {
	width: 346px;
}
select.cf_full {
	width: 350px;
}
textarea.cf_full {
	width: 346px;
}
div.cf_left {
	float: left;
	margin-right: 5px;
}
input.cf_left {
	width: 165px;
}
div.cf_right {
	float: right;
	width: 165px;
}
input.cf_right {
	width: 161px;
}
select.cf_right {
	width: 165px;
}
.last {
	margin-bottom: 0px;
}
.cf_submit {
	width: 70px;
	height: 30px;
}
div#container {
	padding: 15px;
}