.StandardButtonLeft{
	display: inline-block;
	width: 7px !important;
	height: 23px;
	background: url('/website/Templates/Global/Images/Buttons/Glossy/left-big-dark.png') no-repeat!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
    vertical-align: middle;
}
.StandardButton,.standard__button{
	text-align: center;
	border: 0;
	padding-top: 4px;
    padding-bottom: 0;
	display: inline-block;
	color: #ffffff;
	height: 19px;
    *height: 23px;
	background: url('/website/Templates/Global/Images/Buttons/Glossy/mid-big-dark.png') repeat!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
    font-size: 12px;
    line-height: 15px;
	font-weight: bold;
	font-family: arial;
    vertical-align: middle;
	margin: 0 !important;
}
.StandardButton a,.standard__button a{
    font-size: 12px;
	font-weight: bold;
	font-family: arial;
    color: #ffffff !important;
}
.StandardButtonRight{
	display: inline-block;
	width: 7px !important;
	height: 23px;
	background: url('/website/Templates/Global/Images/Buttons/Glossy/right-big-dark.png') no-repeat!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
    vertical-align: middle;
}
.preview .StandardButton. .standard__button{
	padding-bottom: 5px;
	height: 23px;
}
