body { text-align: center; font: 11px Verdana,Tahoma; margin: 0; padding: 0; background: #FFF; }
#polec_strone { padding: 0 30px; }

input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font: 11px Verdana,sans-serif;
	width:100%;
	border-radius: 3px!important;
	border: solid 5px #f5f3f3;
	font: 11px Verdana,sans-serif;
	padding: 8px 10px;
	color: #000;
	background: -webkit-linear-gradient(bottom, #dfdddd, #e9e8e8);
	background: -o-linear-gradient(bottom, #dfdddd, #e9e8e8);
	background: -moz-linear-gradient(bottom, #dfdddd, #e9e8e8);
	background: linear-gradient(to bottom, #dfdddd, #e9e8e8);
}
input:hover { border-color: #ffe0b6; }

p.wyslij { text-align: center; margin-bottom: 0; }
p.wyslij input {
	color: #FFF;
	width: auto!important;
	height: auto!important;
	padding: 3px 25px!important;
	cursor: pointer;
	border-radius: 3px!important;
	border: solid 5px #dddddd;
	font-family: 'Marcellus SC',serif;
	font-size: 16px;
	background: -webkit-linear-gradient(bottom, #c5c5c4, #e9e8e8);
	background: -o-linear-gradient(bottom, #c5c5c4, #e9e8e8);
	background: -moz-linear-gradient(bottom, #c5c5c4, #e9e8e8);
	background: linear-gradient(to bottom, #c5c5c4, #e9e8e8);
}

p.wyslij input:hover {
	background: -webkit-linear-gradient(bottom, #ffb55f, #fe8b05);
	background: -o-linear-gradient(bottom, #ffb55f, #fe8b05);
	background: -moz-linear-gradient(bottom, #ffb55f, #fe8b05);
	background: linear-gradient(to bottom, #ffb55f, #fe8b05);
}

p.info_ok, p.info_error {
	border: 1px solid #DB9103;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;    
	padding: 12px 15px 12px 45px;
	color: #FFF;
	font-weight: 700;
	width: 678px;
	float: none!important;
	width: auto!important;
	margin-top: 0; 
}
p.info_ok { background: #FDA702 url('http://admr.pl/michal_drwiega/projekt/img/ico_ok.png') left center no-repeat; }
p.info_error { background: #FDA702 url('http://admr.pl/michal_drwiega/projekt/img/ico_error.png') left center no-repeat; }