@CHARSET "UTF-8";

#myDialogId .myButtonClass {
	padding: 3px;
	width: 131px;
	height: 46px;
}

#myDialogId .ok_button {
	cursor: pointer;
	background: url('/img/buttons/registrati.gif');
	background-repeat: no-repeat;
	border-style: none;
	border: none;
}

#myDialogId .cancel_button {
	cursor: pointer;
	background: url('/img/buttons/annulla.gif');
	background-repeat: no-repeat;
	border-style: none;
	border: none;
}

.button-register {
	width: 131px;
	height: 46;
	border: none;
	background-image: url('/img/buttons/registrati_trasp.png') top left no-repeat;
}

.button-deny {
	width: 131px;
	height: 46;
	border: none;
	background: url('/img/buttons/annulla_trasp.png') top left no-repeat;
}