﻿/* ----------------- Admin Button Tags ---------------- */
.NoUnderline {
	text-decoration:none;
	cursor:hand;
}

.button-left {
	background-image:url(button-left.gif);
	float:left;
	width:13px;
	height:30px;
}

.button-right {
	background-image:url(button-right.gif);
	float:left;
	width:13px;
	height:30px;
}

.button-center {
	background-image:url(button-center.gif);
	background-repeat:repeat-x;
	height:30px;
	/*width:100%;*/
	float:left;
	text-align:center;
	padding-top:8px;
	font-variant:small-caps;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.button-wrapper {
	height:30px;
	margin:10px 10px 0px 10px;
}

