$(document).ready(function() { $('input:text').click(function(){$(this).css("border-color","#6C6D6E");if($(this).val() == this.defaultValue){$(this).val(""); }});$('input:text').blur(function(){if($(this).val() == ""){$(this).val(this.defaultValue); }});$('input:text').click(function(){$(this).css("border-color","#6C6D6E");if($(this).val() == this.defaultValue){$(this).val(""); }});$('input:text').blur(function(){if($(this).val() == ""){$(this).val(this.defaultValue); }});		 $(".remove").click(function(){$showroom_form = $showroom_form-1;$(this).parent().remove();})});
