@import url('reset.css');
@import url('base.css');
@import url('highlight.css');

#qtip2{
	display: block;
	padding: 10px;
	
	background-color: #FFBABA;
	color: #D8000C;
	border-bottom: 3px solid #D8000C;
	
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgba(255,255,255,.4);
}

#qtip2 img{ vertical-align: text-bottom; }