/* CSS Document */

body {
    margin: 0;
    padding: 0px 0 0 0;
    overflow: hidden;
    font: 83%/1.4 Arial, Helvetica, Sans-Serif;
}
#top-bar {height:23px; width:100%; background-color:#fff;}
#bar {
    z-index: 100;
    width: 100%;
    min-width: 900px;
	height:33px;
	background-image:url(images/bar-bg.png);
	background-position:bottom
	color: #fff;
	background-repeat:repeat-x;
}
#bar #results {display:block; background-image:url(images/results.png); float:left;  top:0px; height:23px; width:120px; margin:6px 0px 0px 5px;}

#bar #logo {display:block; background-image:url(images/logo.png); float:left; position:relative; top:-18px; height:49px; width:161px; margin-left:35px;}

#bar #message {background-image:url(images/share-tools.png); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; width:205px; height:23px; padding-top:3px; font-weight:bold; color:#fff; float:right;   
margin:6px 10px 0px 0px; }

#bar #like {display:block; color:#fff; float:right; top:0px; height:23px; width:92px; margin:6px 0px 0px 5px;}

#bar #save {display:block; float:right; color:#fff;  top:0px; height:23px; width:75px; margin:6px 0px 0px 5px;}

#bar #close {display:block; background-image:url(images/x.png); float:right;  top:0px; height:23px; width:19px; margin:6px 10px 0px 15px;}

#frame {
    width: 100%;
    height: 100%;
    z-index: 10;
}

