@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: #E9B607;
	background-image: linear-gradient(right, #D68A07 0%, #FAB505 50%, #D68A07 100%);
	background-image: -o-linear-gradient(right, #D68A07 0%, #FAB505 50%, #D68A07 100%);
	background-image: -moz-linear-gradient(right, #D68A07 0%, #FAB505 50%, #D68A07 100%);
	background-image: -webkit-linear-gradient(right, #D68A07 0%, #FAB505 50%, #D68A07 100%);
	background-image: -ms-linear-gradient(right, #D68A07 0%, #FAB505 50%, #D68A07 100%);
	background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #D68A07), color-stop(0.5, #FAB505), color-stop(1, #D68A07) );
}

button.left-right
{
	width: 100%;
	height: 50%;
}

button.bottom
{
	width: 50%;
	height: 80px;
}
div.centre {
	width: 800px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	border: outset;
	border-color: #066;
	box-shadow: 10px 10px 5px #888;
	background-color: #FFF;
	padding: 25px;
    text-align: center;
}

div.middle {
        width: 640px;
		height: 481px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        float: left;
}

div.buttons-left-right {
        width: 80px;
		height: 481px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
		float: left;
}

div.buttons-bottom {
        width: auto;
		height: 90px;
		margin-top: 2px;
        text-align: center;
		clear:both;
		float: center;
}






h2 {
	text-align: center;
	color: #009;
	text-shadow: 5px 5px 25px #99FF00;
	font-size: 1.5em;
}
img {
	margin-left: auto;
	margin-right: auto;
}
article {
	padding: 20px;
}
textarea, input {
	background-color: #F9FCB1;
	border-color: #FAB505;
	border-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	width: 350px;
}
textarea:hover, input:hover, textarea:active, input:active {
	background-color: #C7F581;
	border-color: #00CC00;
	border-style: solid;
}
#GuzikWyslij {
	font-size: 1.2em;
	width:70px;
}
#info_div {
	width: 340px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: thick;
	border-color: #066;
	background-color: #E1E1E1;
	padding: 0px;
	box-shadow: 10px 10px 5px #888;
}
#error {
	color: #F00;
	text-align: center;
}
#success {
	color: #060;
	text-align: center;
}
#GuzikWyslij {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#recaptcha_frame{
	border:none;
}
hr {
	margin: 25px 0;
	height: 1px;
	border: 0;
	background: #400080;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#D68A07), to(#D68A07), color-stop(50%, black));
}
