.button{
	height: 60px;
	color: #000;
	font-size: 14pt;
	margin: 0 18px;
	display: inline-block;
	vertical-align: middle;
	padding: 27px 15px 0px 15px;
	cursor: pointer;
	text-align: center;
	font-family: "droid",sans-serif;
	background-image: url("../images/source/buttons.png");
	background-color: transparent;
	position: relative;
	text-shadow: 0 1px 0 rgba(0,0,0,0.29);
	background-position: -60px 0px;
	background-color: transparent;
	border: none;
	outline: none;
}

.button:before, .button:after{
	width: 60px;
	height: 90px;
	content: "";
	top: 0px;
	position: absolute;
	background: url(../images/source/buttons.png);
	
}
.button:before{
	right: -60px;
	background-position: -940px 0px;
}
.button:after{
	left: -60px;
	background-position: 0px 0px;
}

.button:hover{
	background-position: -60px -113px;
}
.button:active{
	height: 58px;
	padding-top: 29px;
	background-position: -60px -228px;
}
.button:hover:before {
	background-position: -940px -113px;
}
.button:hover:after {
	background-position: 0px -113px;
}
.button:active:before {
	background-position: -940px -228px;
}
.button:active:after {
	background-position: 0px -228px;
}

.button input{
display: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
}

.button_small{
	height: 45px;
	color: #000;
	font-size: 13pt;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 5px 0px 5px;
	cursor: pointer;
	text-align: center;
	font-family: "droid",sans-serif;
	background-image: url("../images/source/buttons.png");
	background-color: transparent;
	position: relative;
	text-shadow: 0 1px 0 rgba(0,0,0,0.29);
	background-position: -60px -327px;
	background-color: transparent;
	border: none;
	outline: none;
}
.button_small:before, .button_small:after{
	width: 30px;
	height: 100%;
	content: "";
	top: 0;
	position: absolute;
	background: url("../images/source/buttons.png");
}
.button_small:before{
	right: -30px;
	background-position: -940px -327px;
}
.button_small:after{
	left: -30px;
	background-position: -30px -327px;
}
.button_small:hover{
	background-position: -60px -404px;
}
.button_small:active{
	height: 44px;
	padding-top: 21px;
	background-position: -60px -482px;
	padding-bottom: 0px;
}
.button_small:hover:before {
	background-position: -940px -404px;
}
.button_small:hover:after {
	background-position: -30px -404px;
}
.button_small:active:before {
	background-position: -940px -482px;
}
.button_small:active:after {
	background-position: -30px -482px;
}


	
