/* 
    Document   : buttons
    Created on : 2012.06.23., 12:15:40
    Author     : Gál Zsolt
    Description:
        beállítások és a gombok
*/

.og-setting {
	float: left;
	line-height: 24px;
	font-size: 11px;
	margin: 0 5px 0 0;
}
.og-setting span {
	padding: 0 0 0 5px;
}

.og-toggle_published {
	width: 150px;
}
.og-toggle_published span {
	font-size: 9px;
	line-height: 12px;
	float: left;
	width: 75px;
}

.button_toggle {
	float: left;
	width: 69px;
	height: 24px;
	display: inline-block;
	background: url('/images/reader/reader-buttons.png');
	cursor: pointer;
}
.button_toggle.on {
	background-position: 0 0;
}
.button_toggle.off {
	background-position: 0 -24px;
}
