.button {
	margin: 0.2em;
}

a.image-button {
	background-color: #5280d9;
	border: 0.0625em solid #ffffff;
	padding: 0.3em;
	color: white;
	background-repeat: no-repeat;
	padding-left: 2em;
	font-size: 0.8em;
	display: inline-block;
	zoom: 1;
	*display: inline; /* IE7 Hack */
}

a.image-button:hover {
	color: #EAF0FC;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
}

a.home {
	background-image: url(../../_images/common/home.png);
}

a.help {
	background-image: url(../../_images/common/addressbook.png);
}

a.logout {
	background-image: url(../../_images/common/shut-down.png);
}

.context-button-delete {
	background-image: url(../../_images/common/recycle-full_64x64.png);
	background-color: #4170D4;
	color: transparent;
	border: none;
	height: 5em;
	width: 5em;
	background-repeat: no-repeat;
	background-position: center;
}

.context-button-copy {
	background-image: url(../../_images/common/copy-item_64x64.png);
	background-color: #4170D4;
	color: transparent;
	border: none;
	height: 5em;
	width: 5em;
	background-repeat: no-repeat;
	background-position: center;
}

.context-button-save {
	background-image: url(../../_images/common/save_64x64.png);
	background-color: #4170D4;
	color: transparent;
	border: none;
	height: 5em;
	width: 5em;
	background-repeat: no-repeat;
	background-position: center;
}

.context-button-delete:hover {
	background-color: #00A2E8;
}

.context-button-copy:hover {
	background-color: #00A2E8;
}

.context-button-save:hover {
	background-color: #00A2E8;
}

.imgButton {
	border: none;
	background: none !important;
	padding-left: 0;
}

.multiple-value-selection-button {
	border: 0.0625em solid #000000;
	height: 2em;
	min-width: 5em;
	line-height: 2em;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #4170D4;
}

.contextualButton {
	background-color: #FFFFFF;
	border: 0.1em solid #4170D4;
	color: #1a50bd;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	height: 2.5em;
	font-size: 1em;
	line-height: 2em;
	margin: 0.2em 0;
	min-width: 13em;
}

.contextualButton-small {
	background-color: #FFFFFF;
	border: 0.1em solid #4170D4;
	color: #1a50bd;
	font-family: Verdana, sans-serif;
	height: 2em;
	min-width: 8em;
	line-height: 2em;
	font-size: 1em;
}

.powerButton {
	display: inline-block;
	zoom: 1;
	*display: inline; /* IE7 Hack */
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4170D4;
	border: 0.1em solid #000000;
	font-family: Verdana, sans-serif;
	height: 2.5em;
	line-height: 2em;
	min-width: 13em;
	margin: 0.2em 0;
	font-size: 1em;
}

.powerButton-small {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4170D4;
	border: 0.1em solid #000000;
	font-family: Verdana, sans-serif;
	height: 2em;
	min-width: 8em;
	line-height: 2em;
	font-size: 1em;
	display: table-cell;
}

.enforcedContextualButton {
	background-color: #FFFFFF !important;
	border: 0.1em solid #4170D4;
	color: #1a50bd !important;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	height: 2.5em;
	font-size: 1em;
	line-height: 2em;
	margin: 0.2em 0;
	min-width: 13em;
}

.enforcedPowerButton {
	display: inline-block;
	zoom: 1;
	*display: inline; /* IE7 Hack */
	font-weight: normal;
	color: #FFF !important;
	background-color: #4170D4 !important;
	border: 0.1em solid #000;
	font-family: Verdana, sans-serif;
	height: 2.5em;
	line-height: 2em;
	min-width: 13em;
	margin: 0.2em 0;
	font-size: 1em;
}

button[disabled='disabled'] {
	color: #808080;
	background-color: #f5f5f5;
}

button[disabled] {
	color: #808080;
	background-color: #f5f5f5;
}

.noPaddingImgButton{
	border: none;
	background: none !important;
	padding: 0;	
}