html:root .button_l {
	position: relative;
	left: 2px;
}

html:root .button_r {
	position: relative;
	right: 2px;
}

.button_l {
	background: url(../admin/images/button_l.gif) no-repeat left top;
	color: #000000;
	cursor: pointer;
	float: left;
	height: 26px;
	padding-left: 5px;
	text-decoration: none;
}

.button_bg {
	background: url(../admin/images/button_r.png) repeat-x right top;
	height: 26px;
	border: none;
	cursor: pointer;
	font: bold 14px Arial !important;
	color: #fff;
	overflow: visible;
	float: left;
	padding: 0 9px 2px 4px;
        margin-left:0;

}
.submit_button {
	float: right;
}

.back_button {
	float: left;
}

form.default .submit_button {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}


.table_button .button_l a {
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 10px 0px 4px;
	}

a.cancel {
	font-weight: bold;
	padding:0 0 0 10px;	
	max-width: 100px;
	position:relative;
	top:-8px;
	*top:5px;/*ie67*/
}

.button_link {
	float: right;
	padding: 10px 0px;
}

.button_link a {
	text-decoration: none;
	padding-top: 4px;
}

.errorMessage {
	display: block;
}

.table_button tr td {
	border: none !important;
}

#content .table_button a {
	color: white;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
a.cancel { top:0px;}
}