@import "../button/button_base.css";

.ifb {position: absolute;}
.ifb .main
{
	position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; border-width: 1px; border-style: solid; border-color: #c0f8ff #99ddff #99ddff #c0f8ff; z-index: 1000;
}
.ifb .shadow {position: absolute; left: 5px; right: -5px; top: 5px; bottom: -5px; border-width: 1px; border-style: solid; border-color: #333; background-color: #666; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20);}
.ifb .bg {position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: #eef; opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70);}

.ifb .main .capbar
{
	position: absolute; left: 0px; top: 0px; right: 0px; height: 20px; padding: 2px; overflow: hidden; background-color: #005858; overflow: hidden;
	background-image: url(capbg.png); background-position: top left; background-repeat: repeat-x;
}
.ifb .main .capbar .ttl {position: absolute; left: 2px; top: 2px; right: 20px; bottom: 2px; overflow: hidden; font: normal normal 800 10pt verdana,arial,helvetica; color: white; white-space: nowrap; padding-left: 18px; background-image: url(info.png); background-position: left top; background-repeat: no-repeat;}
.ifb .main .capbar .cover {left: 2px; top: 2px; right: 20px; bottom: 2px; background-color: red;}
.ifb .main .body {position: absolute; bottom: 5px; right: 5px; left: 5px; top: 27px; padding: 2px;  font: normal normal normal 9pt arial,verdana,helvetica; color: black; background-color: #fcfcff; overflow: auto;}



