input.btn_ok{
	border:none !important;
	display:block;	
	width:28px;
	height:20px;
	padding:0px;
	background:url(../images/buttons/ok.png) no-repeat;
}
.btn_ok:hover{background:url(../images/buttons/okOver.png) no-repeat;}
.btn_ok:active{background:url(../images/buttons/okOn.png) no-repeat;}

.btn_signup{
	border:none !important;
	display:block;	
	width:60px;
	height:20px;
	background:url(../images/buttons/signup.png) no-repeat;
}
.btn_signup:hover{background:url(../images/buttons/signupOver.png) no-repeat;}
.btn_signup:active{background:url(../images/buttons/signupOn.png) no-repeat;}