window.onload = function()
{
	var content_height = parseInt( document.getElementById("box-container").offsetHeight );
	document.getElementById("send").style.height = content_height - 10 + "px";
	document.getElementById("form-order").style.height = content_height - 38 + "px";
}
