/** CSS of MESSAGE **/
.messageAlert{ position:absolute; z-index:9999; }
	.clock{ width:280px; *width:300px; font:normal 12px "Lucida Sans Unicode"; color:#85c226; float:right; position:absolute; text-align:right; padding-top:72px; }
	.btX{ width:22px; height:20px; background:url(../img/closed.jpg) no-repeat; cursor:pointer; position:absolute; margin-left:354px; margin-top:12px; }
	.bodyMsg{ width:388px; height:137px; font:normal 12px "Lucida Sans Unicode"; color:#6e6e6e; background:url(../img/bgMessage.png) repeat-x; }
	.divMsg{ width:260px; margin-left:100px; text-align:center; padding-bottom:50px; position:absolute; top:40%; height:auto; bottom:50%; }
	.imgAlert{ background:transparent url(../img/alert.png) no-repeat 20px 35px; width:300px; height:105px; margin-right:70px; }