* { margin: 0; padding: 0; outline: 0;}
html { height: 100%; }
body { height: 100%; }
table { border-collapse: collapse; width: 100%; height: 100%;}
.imagevue, #imagevue { height: 100%;}

#imagevue #na {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
	margin: 20px;
	padding: 20px;
	line-height: 160%;
	background-color: rgba(255, 255, 255, .9);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
#imagevue #na .mytitle{
	font-size: 19px;
	line-height: 140%;
	display: inline-block;
	margin-bottom:6px;
}
#imagevue #na a{
	color:#669900;
}
#imagevue #na a:hover{
	text-decoration: none;
}


/*#share {position: absolute; right: 0px; bottom: 150px; text-align: right;}
#share .box {background-color: #FFFFFF; padding:10px;
	 -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	}
#share iframe {margin-bottom:0px;}*/