table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

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


table.form-table td
{
	padding: 15px 5px;
}

.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);
}

.webform_title h3, .webform_title p{
	margin-bottom:0px;
}
div.form-table .field  {
	margin-bottom:10px;
}
div.form-table .field input {
	display: block;
	width: 100%;
	padding: 0 13px 2px;
	height: 40px;
	margin: 0;
	font-size: 14px;
	letter-spacing: .69px;
	color: #65544c;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #9e9e9e;
	white-space: nowrap;
	-webkit-appearance: none;
	outline: none;
	transition: all .3s ease 0s;
}
div.form-table .buttons {
	text-align:center;
}
div.form-table .buttons input[type="submit"] {
	border: 1px solid #d81c2b;
	color: #d81c2b;
	background: white;
	padding: 10px 25px;
}
div.form-table .buttons input[type="submit"]:hover {
	color: #fffdef;
	background: #d81c2b;
}