﻿$(document).ready(function() {
    $('#styledMessageArea').css('opacity', 0).show(0).fadeTo(1000, 0.8);
});
