html, body {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333;
	background: #cad2d9;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	text-decoration: none;
	display: block;
	width: 180px;
	margin: 12px auto;
}

input, textarea {
	width: 300px;
	box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.1);
	outline: 0px none;
	margin: 0px;
	padding: 4px;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	margin-top: 5px;
}

input:focus, textarea:focus {
	box-shadow: 0px 0px 5px 2px rgba(71, 135, 177, 0.9);
}

input {
	text-align: center;
}

textarea {
	width: 350px;
}

#ramka {
    position: relative;
    width: 480px;
    margin: 20ex auto 2ex;
}

.wnetrze {
	width: 430px;
	background: #404040;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#404040),color-stop(100%,#2e2e2e));
	background: -ms-linear-gradient(top,#404040 0,#2e2e2e 100%);
	background: linear-gradient(to bottom,#404040 0,#2e2e2e 100%);
	padding: 10px 24px 24px 24px;
	border-radius: 6px;
	color: #cecece;
}

.stopka {
    margin-top: -3px;
    padding-top: 10px;
}

#logo {
    margin-top: 10px;
    border: 0px;
}

#podpis {
	font-size: 90%;
	text-align: center;
	margin-top: 2em;
}
.przycisk {
    color: #444;
    text-shadow: 0px 1px 1px #FFF;
    border-color: #F9F9F9;
	background:#f7f7f7;
	background:-moz-linear-gradient(top,#f9f9f9 0,#e6e6e6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f9f9f9),color-stop(100%,#e6e6e6));
	background:-o-linear-gradient(top,#f9f9f9 0,#e6e6e6 100%);
	background:-ms-linear-gradient(top,#f9f9f9 0,#e6e6e6 100%);
	background:linear-gradient(top,#f9f9f9 0,#e6e6e6 100%);
	box-shadow:0 1px 1px 0 rgba(140,140,140,0.3);
	-o-box-shadow:0 1px 1px 0 rgba(140,140,140,0.3);
	-webkit-box-shadow:0 1px 1px 0 rgba(140,140,140,0.3);
	-moz-box-shadow:0 1px 1px 0 rgba(140,140,140,0.3);
	font-size: 110%;
	padding: 4px 12px;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #C0C0C0;
}

.przycisk:hover {
	box-shadow:0 0 5px 2px rgba(71,135,177,0.9),inset 0 1px 0 0 #fff;
	-moz-box-shadow:0 0 5px 2px rgba(71,135,177,0.9),inset 0 1px 0 0 #fff;
	-webkit-box-shadow:0 0 5px 2px rgba(71,135,177,0.9),inset 0 1px 0 0 #fff;
	-o-box-shadow:0 0 5px 2px rgba(71,135,177,0.9),inset 0 1px 0 0 #fff
}

.przycisk:active {
	color:#333;
	background:-moz-linear-gradient(top,#dcdcdc 0,#f9f9f9 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dcdcdc),color-stop(100%,#f9f9f9));
	background:-o-linear-gradient(top,#dcdcdc 0,#f9f9f9 100%);
	background:-ms-linear-gradient(top,#dcdcdc 0,#f9f9f9 100%);
	background:linear-gradient(top,#dcdcdc 0,#f9f9f9 100%);
}

 .p_lipa {
	display: none;
 }
 
 .przyciski {
	text-align: center;
	margin: 10px;
}

 .przyciski input{
	margin: 0px 20px;
	width: 120px;
}

.info, .error {
	text-align: center;
	margin: 0px auto 20px auto;
	width: 80%;
	color: #FFF;
	padding: 10px;
	border: 1px solid #D2D2D2;
 	border-radius: 4px;
	font-weight: bold;
}

.error {
	background-color: #B60808;
}

.login {
	text-align: right;
	width: 200px;
	margin-right: 8px;
}

