.item-actions-menu {}

.item-actions-menu img {
	border: 0;
	width: 16px;
	height: 16px;
}

.item-actions-menu ul, .item-actions-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
		
.item-actions-menu ul li {
	list-style-position: outside;
}
			
.item-actions-menu ul li.section {
	border-top: 1px #CCC solid;
}
		
.item-actions-menu ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
		
.item-actions-menu ul li a:hover {
	background: #cfd3d9;
}

.alert {
	background-color: #ffffd6;
	border: 1px #ffd400 solid;
	padding: 6px;
	margin: 6px 0;
}

.alert-small {
	background-color: #ffffd6;
	border: 1px #ffd400 solid;
	padding: 3px;
}

.invoice-item.action-edit-item {
	padding-right: 20px;
}

.invoice-item.action-edit-item:hover {
	background: transparent url(../../images/icon_edit.gif) no-repeat top right;
}

/* For Firefox */
@-moz-document url-prefix() { 
  button {
     width:auto !important;
  }
