@charset "UTF-8";
/* CSS Document */

.notification {

	height: 135px; /* Adjust the height to fit the content */
	width: 700px;
	border: 1px solid #e99a9a;
	margin-bottom: 5px;
	box-shadow: inset 0px 0px 0px 1px white;
	background-image: linear-gradient(-35deg, #ffefef 0%, #ffd0d0 100%);
	background-image: -webkit-linear-gradient(-35deg, #ffefef 0%, #ffd0d0 100%);
	background-image: -moz-linear-gradient(-35deg, #ffefef 0%, #ffd0d0 100%);
	background-image: -o-linear-gradient(-35deg, #ffefef 0%, #ffd0d0 100%);
	background-image: -ms-linear-gradient(-35deg, #ffefef 0%, #ffd0d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefef', endColorstr='#ffd0d0');


/*
	Toggle visibility:

	'display: none' will hide the iframe.
	'display: block' will show the iframe.
*/
 	display: none;
}