.notification {		position:absolute;;	width:50%;	left:25%;	background:#fff;	border-radius:10px;	border:10px solid rgba(0,0,0,0.5);	-moz-background-clip: padding;     /* Firefox 3.6 */	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */	background-clip: padding-box;	padding-bottom:15px;}.notification h2 {	padding:15px;	background: #f73d2c; /* Old browsers */	background: -moz-linear-gradient(top, #f73d2c 0%, #d61100 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f73d2c), color-stop(100%,#d61100)); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, #f73d2c 0%,#d61100 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, #f73d2c 0%,#d61100 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top, #f73d2c 0%,#d61100 100%); /* IE10+ */	background: linear-gradient(to bottom, #f73d2c 0%,#d61100 100%); /* W3C */	color:#fff;	border-top:1px solid #FFAFAF;	border-bottom:1px solid #AD0000;	text-shadow:0 1px 0 #AD0000;	font-weight:bold;	font-size:1.2em;}.notification p {	padding:0 15px 0;	color:#333;}.notification .close, form .submit {	background:#13c562;	cursor:pointer;	border:1px solid #35a940;	text-shadow:1px 1px 0 #35a940;	cursor: pointer;	display:block;	color:#fff;	text-decoration:none;	padding:5px;	text-align:center;	border-radius:5px;	width:100px;	margin:0 auto;	box-shadow:inset 0 1px 0 #7bffb6;}