
.buttonaccepten, .buttonaccept {
	background: transparent url('../../imaNew/theme/default/buttons/en/accept.png') center center no-repeat;
    border: 0 !important;
    height: 33px;
    background-size: cover;
	cursor: pointer;
	color: transparent;
}

.buttonaccepten:hover, .buttonaccept:hover, .buttonaccepten:active, .buttonaccept:active {
    background: transparent url('../../imaNew/theme/default/buttons/en/accepthover.png') center center no-repeat;
	background-size: cover;
}

.buttondeclineen, buttondecline {
    background: transparent url('../../imaNew/theme/default/buttons/en/decline.png') center center no-repeat;
	border: 0 !important;
    height: 33px;
    background-size: cover;
	cursor: pointer;
	color: transparent;
}

.buttondeclineen:hover, buttondecline:hover, .buttondeclineen:active, buttondecline:active {
    background: transparent url('../../imaNew/theme/default/buttons/en/declinehover.png') center center no-repeat;
	background-size: cover;
}

.buttonbacken, .buttonback {
	background: transparent url('../../imaNew/theme/default/buttons/en/back.png') center center no-repeat;
    border: 0 !important;
    height: 33px;
    background-size: cover;
	cursor: pointer;
	color: transparent;
}

.buttonbacken:hover, .buttonback:hover, .buttonbacken:active, .buttonback:active {
    background: transparent url('../../imaNew/theme/default/buttons/en/backhover.png') center center no-repeat;
	background-size: cover;
}

.buttonnewlogin, .sendbutton{
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	height: 23px;
}

.buttonnewlogin:hover, .sendbutton:hover{
 cursor: pointer;
 border: 1px solid #5897fb;
 background-color: #def;
}

