@charset "utf-8";

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.none {display: none;}

/* aligns //////////////////////*/
.txt-r { text-align: right;}
.txt-l { text-align: left;}
.txt-c { text-align: center;}
/* decorates //////////////////////*/
del { color: #898989;}
code { font-family: inherit; color: #898989;}
.note {	font-size: 86%;}

/* pop-ups */
.popup {display: inline-block; width: 10px; height: 9px; margin-left: 3px; margin-right: 5px; background-image: url(../img/ico-popup.gif); background-position: left center; background-repeat: no-repeat;}
.popup b {display: none;}