Marker
This is a good light weight marker without an image.
by majidf
HTML
<div id="dot">O</div>
CSS
body {
font-family: Arial;
font-size: 0.8em;
width: 480px;
overflow: hidden;
}
#commands {
background: #fafafa;
padding: 5px;
}
#dot {
position: absolute;
background: #FFFAAE;
padding: 0.25em;
top: 100;
left: 100;
width: 15px;
border: 1px solid #333;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
z-index: 99;
text-align: center;
}