/*
 * Rasant Alcotec
 * common.js
 * 
 * Wird in allen Seiten eingebunden.
 */

$(function() {
    $(".clearonfocus").replaceInputValue();
    $(".clearonsubmit").bind("submit", function() {
    	$(".clearonsubmit .clearonfocus").replaceInputValueForm();
    });
    $(".styled_checkbox").styledCheckboxes();
    $("select.styled").styledSelect();
});
