img.q
{
	display: inline;
	vertical-align:middle;
	margin-left:5px;
	cursor:pointer;
}
#help_tip
{
	background-color:#ffffee;
	border:1px solid #000000;
	width:302px;
	/*height:150px;*/
	z-index:1000;
	position:absolute;
	vertical-align:top;
}
#help_header
{
	width:300px;
	border:0px;
	
	margin-left:1px;
}
#help_header td
{
	border:none !important;
	background-color:#c3bfb9;
}

#help_header_text
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	width:284px;
	height:20px;
}
#help_edit_btn
{
	text-align:center;
	width:300px;
	margin-bottom:5px;
}
#help_close_img
{
	width:20px;
	margin:0px;
	padding:0px;
	text-align:center;
}
#help_content
{
	clear:both;
	/*height:116px;*/
	background-color:#ffffee;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	overflow-y:auto;
}
#help_content textarea
{
	width:275px;
	height:200px;
}
