@charset "utf-8";
/* CSS Document */
.notedefault {
 left: 65% !important;
 top: 3% !important;
 padding: 10px;
 border: 0px;
 color: white;
 font-size: 10px;
 font-family: arial;
 width: 150px;
 background: transparent url(../images/bg_supernote.gif) top left no-repeat;
 z-index: 999 !important;
}
*:first-child+html .notedefault {
	width: 150px !important;
	top: 10px !important;
}
* html .notedefault {
	top: 10px !important;
	width: 150px !important;
}