﻿button {
	cursor: pointer;
	border: 0;
	line-height: 41px;
	padding: 0 19px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

div.buttons {
	/*float: right;
	position: relative;
	top:10px;*/
	margin-right: 24px;
}

div.buttons button {
	float: right;
	margin-top: 20px;
}

button.save {
	background-color: #30884a;
}

button.grey { background-color: #6d6f71 !important; }

button.disable {
	background-color: #bd2026;
	margin-right: 14px;
}

div.buttons p.feedback.left {
	float: left;
	position: relative;
	top: 30px;
	right: 19px;
}

a.add:before {
content: '';
display: block;
position: absolute;
top: -2px;
left: 0;
background: url("../Images/sprite.png") no-repeat;
background-position: 0px 0px;
height: 20px;
width: 20px;
}

a.export:before {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;	
	background: url("../Images/sprite.png") no-repeat;
	background-position:  -91px -0px;
	height: 20px; 
	width: 20px;	
}

a.remove {
	display: block;
	text-indent: -999em;
	width: 20px;
	height: 20px;
	background: url("../Images/sprite.png") no-repeat; 
	background-position:  -66px -0px; 
	height: 20px; 
	width: 20px;
}

a.append {
	display: block;
	text-indent: -999em;
	width: 20px;
	height: 20px;
	background: url('../Images/sprite.png') no-repeat; 
	background-position:  0px 0px; 
}