﻿.grimmy_shadow{
		background-color:rgba(0,0,0,0.6);
		position:fixed;
		left:0;
		right:0;
		top:0;
		bottom:0;
		z-index:99999999;
	}
	
	.grimmy_window
	{
		position:fixed;
		left:0;
		right:0;
		bottom:0;
		top:0;
		z-index:999999999;
		background:white;
		width:1px;
		height:1px;
		margin:auto;
		overflow:hidden;
		padding:10px;
	}
	
	.grimmy_left
	{
		position:fixed;
		left:432px;
		width:40px;
		height:40px;
		margin:auto;
		bottom:0;
		background:white;
		top:0;
		z-index:999999999;
		cursor:pointer;
		transition:background .2s linear;
		-moz-transition:background .2s linear;
		-webkit-transition:background .2s linear;
		-o-transition:background .2s linear;
	}
	
	.grimmy_left:hover,.grimmy_right:hover,.grimmy_close:hover
	{
		background:#069;
		color:white;
	}
	
	.grimmy_right
	{
		position:fixed;
		right:432px;
		width:40px;
		height:40px;
		margin:auto;
		top:0;
		bottom:0;
		background:white;
		z-index:999999999;
		cursor:pointer;
		transition:background .2s linear;
		-moz-transition:background .2s linear;
		-webkit-transition:background .2s linear;
		-o-transition:background .2s linear;
	}
	
	.grimmy_close
	{
		position:fixed;
		width:40px;
		height:40px;
		background:white;
		top:0;
		right:0;
		z-index:999999999;
		cursor:pointer;
		transition:background .2s linear;
		-moz-transition:background .2s linear;
		-webkit-transition:background .2s linear;
		-o-transition:background .2s linear;
	}
	
	.grimmy_btn
	{
		font-size:30px;
		font-weight:bold;
		color:#333;
		font-family:arial;
	}
	
	.grimmy_btn span
	{
		display:block;
		padding:0 7px 0 13px;
	}