/*
*	AJAX Simulate Button
*/
div.jaina-bt{
	list-style:none;
	overflow:hidden;
	cursor:pointer;
	background-image:Url('ajax-button.png');
	background-position:left top;
	background-repeat:no-repeat;
	color:#050;
	width:113px;
	height:20px;
	line-height:20px;
	position:relative;
}
	div.jaina-bt:hover{
		background-position:0px -20px;
	}
	div.jaina-bt.disabled{
		background-position:0px -40px;
		color:#000;
	}
div.jaina-bt div.fl{
	width:90px;
	text-align:right;
	font-weight:bold;
	float:left;
}
div.jaina-bt div.fl em{
	font-style:normal;
}

a.aj{
	text-decoration:none;
	display:block;
	
	margin-top:2px;
	margin-left:90px;
	width:16px;
	height:16px;
	position:relative;
}a.aj:hover{
	text-decoration:none;
}

.aj strong{
	background-repeat:no-repeat;
	background-position:bottom left;
	position:relative;
	z-index:1;
	overflow:hidden;
	text-indent:16px;
	width:16px;
	height:16px;
	display:block;
}
.aj span{
	background-position:top left;
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
	position:absolute;
	z-index:2;
}

div.jaina-bt .aj strong,div.jaina-bt .aj span{
	background-image:url('icon.png');
}
