@charset "utf-8";
/* CSS Document */

#przycisk {
	display: block;
	border: none;
	width: 83px;
	height: 21px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bolder;
	background: url(../images/button.gif) left top no-repeat;
	
}
#przycisk:hover {
	background-position: 0 -21px;
	font-weight: lighter;
	background: url(../images/button.gif) 0 -21px no-repeat;
	
}
