@charset "utf-8";
/* CSS Document */

/*
h1	{font:bold 1.2em/1.6em arial;margin:4px 0;padding:4px 0;}
h2	{font:normal 1.1em/1.5em arial;margin:4px 0;padding:4px 0;}
div, p {font: normal 1em/1.3em arial;}
*/

/* All form elements are within the definition list for this example */
/*dl {
    font:normal 11px Verdana;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 0 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
*/

/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	right: 170px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 10px;
	background: #ffc url(pointer.gif) no-repeat -10px 5px;
	color:#997426;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(mimages/pointer.gif) left top no-repeat;
}

