form {
	background-color: #EFEFEF;
	padding: 1.1em 1.1em 1.1em 1.1em;
}

.formGen{
	padding: 0em 1.1em 1.1em 1.1em;
}

form p,form td {
	padding-bottom: 1.1em;
}

select {
	font-size: 1em;
}

.raw-input-field {
	font-size: 1em;
	border: none;
	background-color: white;
	height: 1.5em;
	line-height: 1.5em;
	/*width: 30em;*/
}

.form-input-field {
	border: 1px solid grey;
	background-color: white;
	height: 1.5em;
}

.field-info {
	font-size: 1.1em;
	font-weight: bold;
}


.field-info.overview {
	padding-left: 2.1em; /* 25 px at 1.1 em font size */
	display:block;
}

.field-desc {
	font-size: 1em;
	/*font-style: italic;*/
}

.form-action-link {
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
}

.form-help-header {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

form .checkbox,form .radio {
	border: none;
	background: none;
}

legend {
	font-size: 1.0em;
}

.form-submit-button {
	background-color: #A7A39F;
	border: 1px solid gray;
	color: white;
	font-weight: bold;
	cursor: pointer;

	padding-left: 0.19em;
	padding-right: 0.19em;
	padding-top: 0;
	padding-bottom: 0.19em;
}

textarea {
	height: 11.11em !important;
}

.floating {
	float: left;
	margin-right: 1em;
	/*position: relative;*/
}

.labelrow {
	width: 19em;
}

.endfloat {
	clear: both;
}


#product-finder form p, #product-finder form td {
	padding-bottom: 0em;
}

#context-break form td{
	padding-bottom: 0.50em;
}

#context-break form p {
	padding-bottom: 0em;
}


.form-gen-right-side {
	max-width: 50%;
	float: left;
}

.floating-error-msg {
	margin-bottom:0.5em;
	/*margin-top:0.625em;*/
	margin-right: 0px;
}