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

.alertbox{
	background:#930 url(/candy/alert.png) 10px 50% no-repeat;
	padding:5px 5px 8px 40px;
	color:#FFF;
	font-weight:bold;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#C00;
	margin-bottom:20px;
}

.alertbox p{
	background:transparent !important;
	margin:0;
}

.alertbox a{
	color:#FC0;
	text-decoration:none;
}

.alertbox{
	voice-family: "\"}\""; 
  	voice-family:inherit;
	display:none;
}

html>body .alertbox{
	display:none;
}

.alertbox a:hover{
	color:#FF0;
}