/* All buttons */
input.btn, input.btn_save, input.btn_reset, input.btn_cancel, input.btn_delete, input.btn_login,
input.btn_small, input.btn_edit_small, input.btn_logout_small, input.btn_new_small, input.btn_shop_small, input.btn_tools_small, input.btn_flush_small, input.btn_help_small {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	height: 28px;
	padding-right: 0;
	padding-left: 0;

	border: none;
	
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: hand;
	font-size: 11px;
}

#adminlinkdiv input {
	margin-right: 10px;	
}

input.btn:hover, input.btn_save:hover, input.btn_reset:hover, input.btn_cancel:hover, input.btn_delete:hover, input.btn_login:hover,
input.btn_small:hover, input.btn_edit_small:hover, input.btn_logout_small:hover, input.btn_new_small:hover, input.btn_shop_small:hover, input.btn_tools_small:hover, input.btn_flush_small:hover, input.btn_help_small:hover {
	font-weight: bold;
}

/* Big buttons */
input.btn, input.btn_save, input.btn_reset, input.btn_cancel, input.btn_delete, input.btn_login {
	width: 150px;
	
	background-image: url(../images/btn.gif);
}
input.btn_save {
	background-image: url(../images/btn_save.gif);
}
input.btn_reset {
	background-image: url(../images/btn_reset.gif);
}
input.btn_cancel {
	background-image: url(../images/btn_cancel.gif);
}
input.btn_delete {
	background-image: url(../images/btn_delete.gif);
}
input.btn_login {
	background-image: url(../images/btn_login.gif);
}

/* Small buttons */
input.btn_small, input.btn_edit_small, input.btn_logout_small, input.btn_new_small, input.btn_shop_small, input.btn_tools_small, input.btn_flush_small, input.btn_help_small {
	width: 120px;
	margin: 0px;
	
	background-image: url(../images/btn_small.gif);
}
input.btn_edit_small {
	background-image: url(../images/btn_edit_small.gif);
}
input.btn_logout_small {
	background-image: url(../images/btn_logout_small.gif);
}
input.btn_new_small {
	background-image: url(../images/btn_new_small.gif);
}
input.btn_shop_small {
	background-image: url(../images/btn_shop_small.gif);
}
input.btn_tools_small {
	background-image: url(../images/btn_tools_small.gif);
}
input.btn_flush_small {
	background-image: url(../images/btn_flush_small.gif);
}
input.btn_help_small {
	background-image: url(../images/btn_help_small.gif);
}
