/* Style sheet for ngo-branding */

/* Style random motivational /informational messages */
#ngo_msg {
	float: right; /* rtl-review */
	border: 0;
	background: 0 0;
	border-radius: 0;
	color: #72777c;
	border-color: #ccc;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 0 #ccc;
	box-shadow: 0 1px 0 #ccc;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

