/** Stylesheet for the PrivatePageProtectionGui extension, a graphical 
 * user interface for the PrivatePageProtection extension
 *
 * @file
 * @ingroup Extensions
 * @author idea-sketch.com
 * @copyright © 2012 idea-sketch.com
 * @licence GNU General Public Licence 2.0 or later
 */

#privatepageprotectiongui-restriction-info {
    clear: both;
    font-size: .85em;
    background: #fff0c9 url(images/key.png) .5em .8em no-repeat;
    border: 1px solid orange;
    margin-bottom: 1em;
    padding: .5em .8em .5em 2.25em;
}

#privatepageprotectiongui-restriction-infohead {
	background: url(images/arrow-down-icon.png) right center no-repeat;
}