/*
*
* $Id: hint.css 4333 2010-03-30 22:42:31Z antonenkova $
*
*/

div.jsHint {
	position: absolute;
	padding: 5px 10px;	
	background-color: #e7e7e7;
	border: 1px solid #777;
	width: 300px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

div.jsHint a {
	color: #27bd25;
	font-size: 11px;	
	font-weight: normal;
}

div.jsHint .close {
	float: right;
	color: #27bd25;
	cursor: pointer;
}
