input.webform-submit {
/*	border:none;
	border-collapse:collapse;
	background:black;
	text-align:center;
	color:white;
	text-transform:uppercase;
	padding:5px 50px;
	float:right;
	position:relative;*/
}

input.webform-submit:before,
input.webform-submit:after {
  display: table;
  content: "";
  line-height: 0;
}
input.webform-submit:after {
  clear: both;
}

.webform-component input, .webform-component select, .webform-component textarea {
/*	padding:5px 0 5px 1%;
	border:1px solid black;
	width:99%;*/
}

.webform-component input.form-checkbox, 
.webform-component input.form-radio {
	width:auto;
	margin-right:10px;
	border:none;
}

.webform-component select,
.webform-component textarea {
	width:100%;
}

.webform-client-form fieldset {
	margin:0;
	padding:0;
	border:none;
}


fieldset.left-col {
	float:left;
	position:relative;
	width:48%;
	margin-right:4%;
}

fieldset.right-col {
	float:left;
	position:relative;
	width:48%;
}


fieldset.clearfix {
	display: table;
	content: "";
 
}
fieldset.clearfix {
	clear: both;
}

.fieldset.clearfix:after {
	line-height: 0;
}


@media (max-width: 480px) {
	fieldset.left-col, fieldset.right-col {
	width:100%;
	margin-right:0;
	float:none;
	}
}