
#notice{

position:fixed;
left: 0px;
     top: 0px;
width:100%;


}


.noticeBox div{padding:10px;}

.noticeBox ul {
margin-bottom:0px;
padding:8px;}



div.noticeError{
border: 1px solid #F00;
background: none repeat scroll 0% 0% #FFF0F0;
color: #A94442;


}
div.noticeAlert{
  color: #8a6d3b;
  border: 1px solid #8a6d3b;
  background-color: #fcf8e3;
}

div.noticeInfo{
  color: #4480ae;
  border: 1px solid #85c0e0;
  background-color: #cde8f5;
}


div.noticeConfirm{
 color: #3c763d;
  border: 1px solid #3c763d;
  background-color: #dff0d8;
}


.noticeYes {
	float:right;
	width: 22px;
	height: 20px;
	background:url('https://public.mindzplay.ca/images/icons/master_backend.png') no-repeat;
	display: inline-block;
	background-position: -0px -126px;
	cursor:pointer;
}
.noticeClose {
	float:right;
	width: 22px;
	height: 20px;
	background:url('https://public.mindzplay.ca/images/icons/master_backend.png') no-repeat;
	display: inline-block;
	background-position: -0px -126px;
	cursor:pointer;
}
.noticeNo {
	float:right;
	width: 22px;
	height: 20px;
	background:url('https://public.mindzplay.ca/images/icons/master_backend.png') no-repeat;
	display: inline-block;
	background-position: -0px -189px;
	cursor:pointer;
}
