/* Notice */
#flash {
	position:fixed!important;
	position:absolute;
	width:100%;
	box-shadow:0 2px 3px rgba(50, 50, 50, 0.3);
	font-size:0;
	z-index:99999;
	overflow:hidden;
	top:0;
	left:0;
}
#flash div {
   font-size:16px;
   line-height:30px;
   min-height:30px;
   height:auto!important;
   height:30px;
   color:#fff;
   font-weight:bold;
   border-bottom:1px solid #bbb;
   text-shadow:0 -1px 1px rgba(50,50,50,0.8);
   text-align:center;
}
#flash div.notice, #flash div.error, #flash div.warning, #flash div.success {padding:10px 10%;}
#flash div.notice {
	background:#52821f;
	background-color:rgba(50, 50, 50, 0.9);
}
#flash div.error {
	background:#e46464;
	background-color:rgba(220, 61, 66, 0.9);
}
#flash div.warning {
	color:#555;
	text-shadow:0 1px 1px #fff;
	background:#ffd850;
	background-color:rgba(255, 216, 80, 0.9);
}
#flash div.success {
	background:#a3c729;
	background-color:rgba(163, 199, 41, 0.9);
}

.contextNotification, .contextNotification green{
	height: 150px;
	box-shadow: 1px 2px 3px #88b7c6;
	background: rgb(192,211,115); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(192,211,115,1) 0%, rgba(215,233,132,1) 46%, rgba(194,217,99,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,211,115,1)), color-stop(46%,rgba(215,233,132,1)), color-stop(100%,rgba(194,217,99,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(192,211,115,1) 0%,rgba(215,233,132,1) 46%,rgba(194,217,99,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(192,211,115,1) 0%,rgba(215,233,132,1) 46%,rgba(194,217,99,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(192,211,115,1) 0%,rgba(215,233,132,1) 46%,rgba(194,217,99,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(192,211,115,1) 0%,rgba(215,233,132,1) 46%,rgba(194,217,99,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0d373', endColorstr='#c2d963',GradientType=0 ); /* IE6-9 */
	text-align: center;
	color: #353535;
}

.contextNotification.yellow {

	background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd65e 0%, #ffe7a5 46%, #ffd65e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(46%,#ffe7a5), color-stop(100%,#ffd65e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#ffe7a5 46%,#ffd65e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd65e 0%,#ffe7a5 46%,#ffd65e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd65e 0%,#ffe7a5 46%,#ffd65e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd65e 0%,#ffe7a5 46%,#ffd65e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#ffd65e',GradientType=0 ); /* IE6-9 */

}
.contextNotification.red {
	background: #ff5c5c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5c5c 0%, #fe9090 46%, #ff5c5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5c5c), color-stop(46%,#fe9090), color-stop(100%,#ff5c5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff5c5c 0%,#fe9090 46%,#ff5c5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff5c5c 0%,#fe9090 46%,#ff5c5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff5c5c 0%,#fe9090 46%,#ff5c5c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff5c5c 0%,#fe9090 46%,#ff5c5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c5c', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
}

.alert {
	position:fixed!important;
	position:absolute;
	width:100%;
	box-shadow:0 2px 3px rgba(50, 50, 50, 0.3);
	z-index:99999;
	overflow:hidden;
	top:0;
	left:0;
	opacity: .9;
	filter: alpha(opacity=.9);
	height: 100px;
}
.alert div {
   font-size:16px;
   width: 960px;
   margin: 0 auto;
   line-height:30px;
   min-height:30px;
   height:auto!important;
   height:30px;
   color:#333;
   font-weight:bold;
   text-align:center;
   padding-top: 15px;
   position: relative;
}
.alert div h5 {
	color:#333;
	text-shadow:0 1px 1px #f6e6e9;
}

.alert div p {
	margin-top: -22px;
	font-size: 14px;
	font-variant: bold;
}

.alert .contextNoticeCancelContainer, .contextNoticeCancel {
	color: #fff;
	font-weight: normal;
	text-shadow: 2px 1px 1px #916f76;
	position:absolute;
	left: 247px;
	top: 31px;
}

.alert.emptySubject .contextNoticeCancelContainer,emptySubject .contextNoticeCancel {
	top: 20px !important;
}
.alert.emptySubject div .button {
	top: 49px !important;
}
.alert div .button {
	position: absolute;
	top: 59px;
	left: 385px;
	color: #000;
	font-family: "Comfortaa", cursive;
	font-weight: normal;
	width: 92px;
	padding: 0;
}

.contextNotification .button.withoutUrl {left: 435px;}

.contextNotification .button {
	position: absolute;
	top: 95px;
	left: 400px;
	width: 55px;
	font-family: "Comfortaa", cursive;
	font-size: 17px;
	font-weight: normal;
	z-index: 99999;
}

.contextNotification .button {
	font-size:1em;
	font-weight:normal;
	padding: 6px 10px;
	font-family: "Comfortaa",cursive;
	background-color:#7dd0e7;
	text-shadow:0 2px 1px #fff;
	-webkit-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.3), inset 0 -2px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.3), inset 0 -2px 2px rgba(50, 50, 50, 0.3);
	box-shadow: 0 2px 4px rgba(50, 50, 50, 0.3), inset 0 -2px 2px rgba(50, 50, 50, 0.3);
}
.contextNotification .button:hover {
	color:#333;
	text-shadow:0 1px 1px #fff;
	-webkit-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.5), inset 0 -2px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.5), inset 0 -2px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 0 2px 4px rgba(50, 50, 50, 0.5), inset 0 -2px 2px rgba(50, 50, 50, 0.5);
	background-color:#98e2f6;
}

.contextNotification .button:active {	
	color:#666;
	text-shadow:0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 2px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 2px 2px rgba(50, 50, 50, 0.3);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 2px 2px #fff;
	border-color:#9faaac;
	background-color:#53bdda;
}
#contextNoticesContainer {z-index: 999}