#akstips {
	position: absolute;   
   	padding: 12px 0 0 0;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	/*filter : alpha(opacity=90); 
	-moz-opacity : 0.9; 
	opacity : 0.9;*/
	color: #fff;
	width: 120px;
	z-index: 200;
	font-weight: bold;
}
#akstips .tip_info .akstipspointer, #akstips .tip_form .akstipspointer {
	position: absolute;
	left: 15px;
	top: 0;
	background: url(/js/ajaks/images/akstips_pointer_top.gif) no-repeat top left;
}
#akstips .tip_form .akstipstitle {
	position: relative;
	height: 21px;
	color: #fff;
	line-height: 23px;
	padding-left: 10px;
	background-color: #de5012;
	/*padding-left: 28px;
	background: #0088c9 url(/js/ajaks/images/akstips_error.png) no-repeat 8px 5px;*/
	font-weight: bold;
}
#akstips .tip_info .akstipstitle {
	position: relative;
	height: 21px;
	color: #fff;
	line-height: 21px;
	padding-left: 10px;
	background-color: #de5012;
	/*padding-left: 28px;
	background: #0088c9 url(/js/ajaks/images/akstips_information.png) no-repeat 8px 5px;*/
	font-weight: bold;
}
#akstips .tip_info .akstipsbtnclose, #akstips .tip_info .akstipsbtnclose:hover, #akstips .tip_form .akstipsbtnclose, #akstips .tip_form .akstipsbtnclose:hover {
	position: absolute;
	top: 0;
	right: 6px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.akstipsmessage {
   	border: 1px solid #606261;
   	padding: 6px 8px;
	background-color: #2a2a2a;
}
