// JavaScript Document
<!--//--><![CDATA[//><!--

window.onload = function() {		
	var buttons = document.getElementById("send");
	if  (buttons == null) {
		
	}else {
		buttons.style.backgroundColor ="transparent"
	}
}

//--><!]]>



