.ogloszenie {
	-moz-box-shadow: inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow: inset 0px 39px 0px -24px #e67a73;
	box-shadow: inset 0px 39px 0px -24px #e67a73;
	background-color: #e4685d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	padding: 11px 23px;
	text-shadow: 0px 1px 0px #b23e35;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
        width: 95.6%;
	text-align: center;
}

.ogloszenie:hover {
	background-color:#eb675e;
}

.ogloszenie:active {
	position:relative;
	top:1px;
}

.ogloszenie1 {
	width: 95.6%;
	color: #ffffff;
	-moz-box-shadow: inset 0px 39px 0px -24px #4e98f2;
	-webkit-box-shadow: inset 0px 39px 0px -24px #4e98f2;
	box-shadow: inset 0px 39px 0px -24px #4e98f2;
	background-color: #2d76cf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	padding: 11px 23px;
	text-shadow: 0px 1px 0px #b23e35;
	text-align: center;
	
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}

.ogloszenie1:hover {
	background-color:#3486eb;
}

.ogloszenie1:active {
	position:relative;
	top:1px;
}

