/*************************************************************
 * CONVERSION FORM                                           *
 *************************************************************/

#kwcp-form {
	display: inline-block;
	width: 80%;
	margin: 0 auto 0 50px;
}

#kwcp-form div {
	position: relative;
}

#kwcp-form-header {
	font-size: .75em;
	color: #333;
}

#kwcp-form .input {
	width: 100%;
	position: relative;
	background: #fff;
	float: left;
	clear: both;
}

#kwcp-form .input span {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	padding: 3px 5px 0;
	margin-left: 7px;
	color: #999;
}

#kwcp-form .input input,
#kwcp-form .input textarea {
	height: 20px;
	width: 96%;
	margin: 0;
	padding: 0 2%;
	background: transparent;
	border: 1px solid #333;
}

#kwcp-form #input-name,
#kwcp-form #input-email,
#kwcp-form #input-phone {
	height: 20px;
	width: 100%;
	margin: 7px auto;
}

#kwcp-form .input textarea {
	height: 40px;
}

#kwcp-form #input-message {
	height: 40px;
	width: 100%;
	margin: 7px auto;
}

#kwcp-form .input input.required:focus {
	border: 1px solid orange;
}

#kwcp-form label {
	font-size: 13px;
	color: #000;    /* Color of form field labels can be optionally changed here */
}

#kwcp-form #send-button {
	margin: 5px auto 10px;
	height: 40px;
	width: 110px;
	border: none;
}

#kwcp-form #required-field {
	margin-top: -5px;
	text-align: right;
	font-size: .7em;
	color: #e58c43;
}

#kwcp-form span.asterisk {
	width: 15px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	left: 220px;
	vertical-align: super;
	color: #e58c43;
	font-size: .75em;
}

#kwcp-form label.error {
	width: 70%;
	padding: 0 5px 2px 0;
	color: #E58C43;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
	
#kwcp-form #send-button {
	height: 36px;
	width: 122px;
	margin-left: 70px;
	background: url(/kwc-images/send.png) no-repeat; 
}