/**

 * Regbar Warning (regbar-warning_)

 *

 * @file ./smfhacks_css/regbar-warning.css

 * @author SMFHacks <http://www.smfhacks.com/>

 * @copyright SMFHacks.com Team, 2012

 *

 * @version 1.0.3

 */



/* Benefit of the Doubt */

body {

	margin-top: 50px;

}



#regbar_warning {

	width: 100%;

	/* Wait, we want to copy Internet Explorer...? */

	font: message-box;

	background: #ffffe1;

	top: 0;

	left: 0;

	position: fixed;

}



#regbar_icon {

	width: 125px;

	margin-right: 4px;
	margin-left: 8px;
}



#regbar_message {

	margin-top: 8px;

}


/*
#regbar_warning:hover {

	background: #3169B6;

}
*/


#regbar_warning a {

	color: #000;

	display: block;

	width: auto;

	font-size: 15px;

	font-weight: bold;

	height: auto;

	padding: 6px;

	text-decoration: none;

	border-bottom: 1px outset #c9c9c9;

}