@charset "utf-8";
/* CSS Document */

.sideButtonSimple{
	background:#2762FB;
	color:white;
	height:2.0em;
	width:50px;
	display:table;
	/*change to webkit etc color*/
	border: 1px solid #2762FB;
	font-family:Helvetica, sans-serif;
	font-weight:100;
	font-size:1.5em;
	line-height:2em;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
	border-radius:0.5em;
	-webkit-box-shadow:inset 2px 3px 3px 0px #799eff;
	-moz-box-shadow:inset 2px 3px 3px 0px #799eff;
	box-shadow:inset 2px 3px 3px 0px #799eff;
	/*to change main bg color*/
	background: #2762FB;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	margin-bottom: 40px;
	margin-left:70px;
	margin-top:10px;
}

.sideButtonSimple:hover{
	background: #16368b;
	color:#fff;
}

.sideButtonSimple:active,.sideButtonSimple:focus
{
	background: #16368b;
	color:white;
}
