.webc .container {max-width: 8.5in;}
.webc #content {
	margin: 40px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.webc-title {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}
.webc-subtitle {
	font-weight: bold;
}

.webc-topfields .webc-label {width: 200px;}
.webc-topfields .webc-label.sol-area {width: 400px;}

.webc-fieldgroup {width: 100%; margin: 12px 0;}
.webc-fieldgroup:after {
	content: '';
	height: 0px;
	display: table;
	clear: both;
}
.webc-field {}
.webc input[type=text],
.webc input[type=url],
.webc input[type=email],
.webc input[type=tel],
.webc select {
	padding: 4px 8px 1px 8px;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
.webc-topfields input[type=text],
.webc-topfields input[type=url],
.webc-topfields input[type=email],
.webc-topfields input[type=tel],
.webc-topfields select {width: 56%;}
.webc-field textarea {
	width: 100%;
	height: 60px;
	padding: 4px 8px 1px 8px;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
.webc-topfields select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.webc-sa {margin: 18px 0; font-weight: bold;}
.webc-normaltext {line-height: 16px; margin: 8px 0 24px 0;}
.webc-agree .webc-field {display: inline-block;}
.webc-agree #agreecontact {width: 200px;}
.webc-agree #agreecompany {width: 300px;}
.webc-agree #agreeclientsig {width: 300px;}
.webc-agree #agreedevsig {width: 300px;}

#webc_xrobo {visibility: hidden;}

