@import url('../../dejima/jquery.qtip-1.0.0-rc3.custom/reset.css');
@import url('../../dejima/jquery.qtip-1.0.0-rc3.custom/base.css');
@import url('highlight.css');

#qtip2{
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 10;
	
	background-color: #5ACEFF;
	color: #1B526A;
	border-bottom: 3px solid #3BB5EA;
	
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgba(255,255,255,.4);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

#qtip2 em{
	color: #DA4E67;
	text-shadow: 0px 0px 5px rgba(0,0,0,.05);
	font-size: 110%;
}

#qtip2 b{ font-style: italic; }


#contentheader .message{
	width: 940px;
	display: block;
	padding: 10px;
	margin: 0 0 25px -180px;
	background-color: #FFBABA;
	color: #D8000C;
	border: 3px solid #D8000C;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(255, 255, 255, .4);
}

#contentheader .message a{
	color: #444!important;
	text-decoration: underline!important;
}