/* CSS Document */
a.kaydetbutton {
	background-image: url(../img/kaydet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	min-width: 70px;
	display: inline-block;
	/*color:transparent;*/
	height:24px;
}
a.kaydetbutton:hover {
	background-image: url(../img/kaydet.gif);
	background-repeat: no-repeat;
	background-position:-71px 0;
	text-decoration: none;
	min-width: 70px;
	display: inline-block;
	height:24px;
}
a.guncelbutton {
	background-image: url(../img/guncelle.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	min-width: 70px;
	display: inline-block;
	/*color:transparent;*/
	height:24px;
}
a.guncelbutton:hover {
	background-image: url(../img/guncelle.gif);
	background-repeat: no-repeat;
	background-position:-69px 0;
	text-decoration: none;
	min-width: 70px;
	display: inline-block;
	height:24px;
}
a.iptalbutton {
	background-image: url(../img/iptal.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	min-width: 70px;
	display: inline-block;
	/*color:transparent;*/
	height:24px;
}
a.iptalbutton:hover {
	background-image: url(../img/iptal.gif);
	background-repeat: no-repeat;
	background-position:-70px 0;
	text-decoration: none;
	min-width: 70px;
	display: inline-block;
	height:24px;
}
ul.butonlar {
	display: block;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	height:24px;
}
ul.butonlar li  {
	width: 80px;
	display: inline;
	height:24px;
}



