#prodQuestionWrap {
	text-align: left;
}
.contactForm input.text, .contactForm textarea, .contactForm select {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	color: #777;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
.contactForm input.text, .contactForm textarea {
	width: 90%;
}
.contactForm input.text:focus, .contactForm textarea:focus {
	color: #000;
	background-color: #fff;
}
.contactForm table {
	width: 100%;
}
.contactForm label {
	font-weight: bold;
	text-align: right;
	display: block;
}
.contactForm label.forCheckbox, .contactForm label.forRadio {
	display: inline;
}
.contactForm .cancel {
	float: right;
}
.contactForm td {
	padding: 3px;
}
.contactForm input.submit {
	display: inline-block;
	background-color: #222;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border: 0;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	outline: 0 none;
}

.CImageCaptcha {
	width: 350px;
}
