// JavaScript Document
$(document).ready(function() {
	$("#contactUs").validationEngine({
		promptPosition: "centerRight" // OPENNING BOX POSITION, IMPLEMENTED: topLeft, topRight, bottomLeft,  centerRight, bottomRight
	});
	$("#rfqForm").validationEngine({
		promptPosition: "centerRight" // OPENNING BOX POSITION, IMPLEMENTED: topLeft, topRight, bottomLeft,  centerRight, bottomRight
	});
	$("#qqForm").validationEngine({
		promptPosition: "centerRight" // OPENNING BOX POSITION, IMPLEMENTED: topLeft, topRight, bottomLeft,  centerRight, bottomRight
	});
});


