div.frontForm {
	position: relative;
}

.frontForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.frontForm label {
	display: block;
	font-size: 11px;
}
div.clear {
	margin-bottom: 10px;
}

.frontButton {
	border: 1px solid #675D4A;
	padding: 2px 6px;
	margin: 0;
	background: #BAAE96;
	color: white;
	font-weight: bold;
	width: 1;
	height: 1;
	overflow: visible;
}

.frontForm .text {
	border: 1px solid #BAAE96;
	width: 350px;
}

.frontForm .textarea {
	border: 1px solid #BAAE96;
	width: 350px;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
}

.frontForm h2.heading2 {
	display: block;
	margin-top: 14px!important;
}

.frontForm .select {
	border: 1px solid #BAAE96;
	width: 350px;
}

.frontForm .radio-values label,
.frontForm .checkbox-values label
{
	display: inline;
	line-height: 16px;
}
}