document.write("<style type='text/css'>");
	document.write("#th_status_form {background-color:#E6E6E6;width:370px;font-family:Tahoma,Verdana,Arial;height:90px;width:330px;}");
	document.write(".th_status_heading {font-weight:bold;font-size:12px;color:#a0410d;text-align:center;}");
	document.write(".th_status_descr {font-size:11px;color:#3d3d3d;padding-left:5px;}");
	document.write(".th_status_field_descr {font-size:11px;color:#3d3d3d;}");
	document.write(".th_status_field {font-family:Tahoma,Verdana,Arial;font-size:11px;color:#686868;border:1px solid #8B9A9F;}");
	document.write(".th_status_button *{height:20px;padding:2px 10px;background-color:#f7941d;color:white;font-weight:bold;font-size:9pt;text-decoration:none;}");
	document.write("</style><div id='th_status_form'>");
	document.write("<form method='get' action='http://www.templatehelp.com/preset/order_status.php' name='order_status_form' target='_blank'>");
	document.write("<input type='hidden' name='pr_code' value='pOvCZ41p9K9p0aKMVgOpq0l662kmAf'>");
	document.write("<h2 class='th_status_heading'>Check your order status</h2>");
	document.write("<div class='th_status_descr'>Please enter your transaction id to check the status of your order.</div>");
	document.write("<table border='0'>");
	document.write("<tr>");
	document.write("<td class='th_status_field_descr'>Transaction ID:</td>");
	document.write("<td>");
	document.write("<div><input name='order_id' class='th_status_field'/></div>");
	document.write("</td>");
	document.write("<td class='th_status_button'>");
	document.write("<a href='#' onclick='javascript:document.order_status_form.submit();return false;'>Submit</a>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</form>");
	document.write("</div>");
	