$(document).ready(function(){
	$("#subscribe-button").click(function(){
		$(this).remove();
		$("#subscribeform").animate({opacity: "show"},"slow");
		$("#subscribeform #sf_EMAIL").attr("value", "Ââåäèòå e-mail");
	});
	$("#subscribeform #sf_EMAIL").click(function(){
		if($("#subscribeform #sf_EMAIL").attr("value")=="Ââåäèòå e-mail") $("#subscribeform #sf_EMAIL").attr("value","");
	});

	
$('#subscribeform').corner('round 10px');
});
//alert(jQuery.support.boxModel);
