/* FRONT END */

.easy-reading-button{
	height: 32px;
	width: 32px;
	position: fixed;
	cursor: pointer;
	z-index:99993;
}

#easy-reading-button-show-modal{
	right: 10px;
	bottom: 10px;
	background: url("../img/button-sprites.png") 0 0 transparent !important;
}

/* Used by javascript to display and hide the additional buttons */
.easy-reading-additional-button{
	display: none;
}

#easy-reading-button-increase-size{
	right: 10px;
	bottom: 72px;
	background: url("../img/button-sprites.png") -32px 0 transparent;
}

#easy-reading-button-decrease-size{
	right: 10px;
	bottom: 36px;
	background: url("../img/button-sprites.png") -64px 0 transparent;
}

#easy-reading-modal-window{
	background: #000;
	position: fixed;
	display: none;
	z-index:99992;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px;
	border-radius: 4px; -webkit-border-radius: 4px;
	line-height: 1.2em;
	font-weight: normal;
	border: 4px solid #555555;
	text-align: left;
	color: #FFFFFF;
}

#easy-reading-greyed {
	display: none;
	position: fixed;
    background: url("../img/tileable-stripes-bg.png") repeat scroll 0 0 transparent;
    z-index:99991;
	top: 0px;
	left: 0px;
}

/* FRONT END - END */
