table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	border:0;
}

table.form-table th, table.form-table td
{
	vertical-align:top;
	text-align: left;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

.form-table input[type=text]{
    width: 100%;
    height: 22px;
    background-color: #f2f2f2;
	color:#43454b;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: normal;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.form-table textarea{
	width: 100%;
	background-color: #f2f2f2;
	color:#43454b;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: normal;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.form-table input[type=submit]{
	cursor: pointer;
	padding: 0.3342343017em 0.875em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	line-height: normal;
}
.form-table input[type=submit]:hover{
	background-color:#d5d5d5;
	border-color:#d5d5d5;
	color: #333333;
}
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
div.offer-product
{
	word-wrap: normal !important;
	display:inline-flex;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
}


div.offer-product-form{
	width: 47%
}
div.form-description{
	width: 57%;
}
.offer-product-form h3{
	font-size: 1.41575em;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-weight: 300;
	text-align:left;
}
.form-description h4{
	color: #333333;
	font-size: 1.41575em;
	clear: both;
	font-weight: 300;
	margin: 0 0 0.5407911001em;
	text-align: left;
	line-height: normal;

}
.form-description{
	padding-left: 30px;
	padding-top: 30px;
}
.form-description h1{
	text-align: left;
}