@charset "utf-8";
/* CSS Document */
.dist-area:hover ul.dist-pop{display:block; width:245px;}
.media-area:hover ul.media-pop{display:block;width:245px;}
.contact-area:hover ul.contact-pop{display:block;margin-left:-9.2em}
.hist-area:hover ul.hist-pop{display:block;width:245px;}
.fsmalltxt {display:block;font-size:10px;color:#09c; text-align:right; padding-left:10px; float:right; padding-top:3px; padding-right:10px;}
#passwordAlert{
	position:absolute;
	top:426px;
	left:50%;
    color: red; height:13px;
	width: 290px;
	border:1px solid red;
    display:none;
    text-align:center;
    background-color:#FC6;
    padding:3px;
	font-weight:bold;
	margin-left:-85px;
}