@charset "utf-8";
body
{
}

.btn_normaal
{
	border:solid #066;
	color:#033;
	background-color:#FFF;
	cursor:hand;
	background-repeat:no-repeat;
}
.btn_del
{
	background-image:url(btn_image/btn_del.png);
	font-size:0;
	color:#F00;
	border:0;
	cursor:hand;
	height:15px;
	width:15px;
	background-repeat:no-repeat;
}
.btn_edit
{
	background-image:url(btn_image/btn_edit.png);
	font-size:0;
	color:#F00;
	border:0;
	cursor:hand;
	height:15px;
	width:15px;
	background-repeat:no-repeat;
}
.btn_add
{
	background-image:url(btn_image/btn_add.png);
	font-size:0;
	color:#F00;
	border:0;
	cursor:hand;
	height:15px;
	width:15px;
	background-repeat:no-repeat;
}

