@CHARSET "UTF-8";

.btn {
	margin: 5px 5px -7px 5px;
	width : 27px;	
	height : 26px;
	border : 0px;	
}

.btn.txt {
	margin: 0px 5px;
}

.add {
	background: url(../img/icons/add.png) no-repeat top left;	
}

.edit {
	background: url(../img/icons/potlood.png) no-repeat top left;	
}

.edit_inline {
	background: url(../img/icons/potlood.png) no-repeat 3px 2px;
	margin-right: -8px;	
}

.down_inline {
	background: url(../img/icons/down_inline.png) no-repeat 5px 8px;
}
.next {
	background: url(../img/icons/next.png) no-repeat top left;
}
.contentlink {
	padding-left: 30px;
}
.previous {
	background: url(../img/icons/previous.png) no-repeat top right;
}

.close {
	background: url(../img/icons/close.png) no-repeat top right;
}

.btn_med {
	width : 32px;	
	height : 32px;
	border : 0px;	
}

.btn_large {
	width : 48px;
	height : 48px;
	border : 0px;	
}

.btn.small {
	margin: 8px 8px -3px 8px;
	width : 17px;	
	height : 16px;
	border : 0px;
}

.btn.small.add {
	background: url(../img/icons/add_small.png) no-repeat top left;	
}

.btn.small.edit {
	background: url(../img/icons/edit_small.png) no-repeat top left;	
}

.btn.small.next {
	background: url(../img/icons/next_small.png) no-repeat top left;
}

.btn.small.previous {
	background: url(../img/icons/previous_small.png) no-repeat top right;
}

.btn.small.close {
	background: url(../img/icons/close_small.png) no-repeat top right;
}

.btn.small.secret {
	background: url(../img/icons/slot_small.png) no-repeat top right;
}