body { margin:0; padding:0;}
#msg-widget { 	
	border:1px solid #dcdcdc; 
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}
#msg-widget .inner {
	padding:40px 0 0;
}
#msg-widget h1 { width:87px; margin:0 auto 30px;;}
	#msg-widget h1 a { display:block; text-indent:-9000px; overflow:hidden; height:47px; background:url(/img/widgets/cierre/logo.png) no-repeat center center;}

#msg-widget p { margin:0 auto 20px; max-width:180px; color:#535353; text-align:center; font:12px/16px Arial, Helvetica, sans-serif;}
	#msg-widget p a { color:#333; border-bottom:1px dotted #a4a4a4; text-decoration:none;}
	#msg-widget p a:hover { color:#111; border-bottom:1px solid #535353;}
#msg-widget .msg-screenshot {display:block; margin:0 auto; width:270px;}
	#msg-widget .msg-screenshot img {display:block; margin:0 auto;}