/* @override 
	http://www.pcainc.ca/theme/Innovation-PCA/form.css;%20?%3E
	http://www.pcainc.ca/theme/Innovation-PCA/form.css */

/* @group article section form */

form {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222222;
	font: 12px Verdana, Georgia, 'Times New Roman', 'Trebuchet MS';
}

input{
	width: 400px;
	top: -22px;
	position: relative;
	left: 70px;
}

textarea{
	width: 400px;
	top: -22px;
	position: relative;
	left: 70px;
	height: 100px;
}


#captchaimg {
	width: 150px;
	margin-left: 70px;
	margin-top: 25px;
	clear: left;
}

.captcha a{
	position: relative;
	left: 20px;
	top: -50px;
}

.captcha input{
	width: 400px;
	position: relative;
	left: 27px;
	top: -100px;
}

input.submit{
	width: 100px;
	margin-top: 20px;
}

.label span {
	float: left;
	margin-top: -16px;
	margin-left: 70px;
}


/* @end */