/* 
	Urząd Miasta Legionowo © 2015
	autor: Mariusz Duszyc
*/
body { 
	margin: 0;
	padding: 0;
	width: 100%;
	background: #3a75c3;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	text-align: left;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover; 
}
p {
	font-size: 14px;
	font-family: Verdana;
	text-align: justify;
}
a {
	outline: none;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1 {
	text-align: center;
}
h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
}
img {
	border: none;
}
td{
	vertical-align: top;
}
#mainBackground {
	background: #ffffff;
}
#headerBar {
	width: 990px;
	margin: 0 auto;
	height: 33px;
	text-align: right;
	padding: 2px 0 0 0;
	position: relative;
}
#headerBar .logos {
	float: left;
}
#headerBar .logos a {
	float: left;
	margin-right: 10px;
}
#headerBar .link {
	padding: 0 0 0 0;
}
#headerBar a {
	font-family: tahoma;
	font-size: 11px;
	color: #21436F;
	text-decoration: none;
	vertical-align: middle;
}
#headerBar a:hover {
	text-decoration: underline;
}
#headerBar img {
	color: #ffffff;
}
#headerBar .spacer {
	margin: -2px 15px;
	padding: 10px 0 0 0;
}
#headerBar .lang {
	margin: 0 0 0 10px;
}
#layout {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0;
	
	position: relative;
}
#header {
	width: 990px;
	height: 154px;
	margin: 0 auto;
	overflow: hidden;
}
#logo {
	float: left;
	width: 430px;
	}
#logo img {
	color: #ffffff;
}
#mainMenuCategories {
	width: 990px;
	height: 28px;
	overflow: hidden;
	padding: 0 0 0 20px;
}
#mainMenu {
	width: 970px;
	margin: 0 auto;
	background: url(../images/main_menu_bg.gif) no-repeat;
	height: 39px;
	padding: 10px 10px 0 10px;
}
#mainMenu a {
	vertical-align: middle;
	color: #fff;
	padding: 0px 0px 0 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: tahoma;
}
#mainMenu img {
	vertical-align: middle;
	margin: 0 10px;
}
#mainMenu a:hover {
	color: #030100;
}
#mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainMenu ul li {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 28px;
}
#contentBottom {width: 990px;
	height: 5px;
	overflow: hidden;
}
#footer {
	width: 950px;
	padding: 10px 20px 20px 20px;
	margin: 0px auto 0 auto;
	clear: both;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
}
#copyright {
	float: left;
	width: 400px;
}
#content_s {
	width: 970px;
	clear: both;
	margin: 0 auto 0px auto;
	padding: 10px 10px 10px 10px;
	background: #fff;
}
#contentBg_s {
	width: 970px;
	clear: both;
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
#frame{
	margin: 0 auto;
	width: 95%;
	padding: 20px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
#close{
	width: 20px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#close:hover{
	cursor: pointer;
}
#captcha{
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	-webkit-box-shadow: 0px 0px 0px 4px #f2f5f7;
	-moz-box-shadow: 0px 0px 0px 4px #f2f5f7;
}
#captcha:hover{
	box-shadow: 0px 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 0px 4px 3px #ccc;
}
.frame_inside{
	background: #fff url(../images/bg_form.jpg) repeat-x top left;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
.frame_inside h2{
	color: #000;
	font-size: 20px;
	margin-top: -2px;
	padding-bottom: 15px;
}
.frame_inside a{
	color: #0033ff;
}
.label_left{
	font-size: 14px;
	display: block;
	float: left;
	clear: both;
	height: auto;
	width: 250px;
	margin-right: 15px;
	margin-top: 8px;
	text-align: right;
}
.label_left_small{
	font-size: 14px;
	display: block;
	float: left;
	clear: both;
	height: auto;
	width: 250px;
	margin-right: 15px;
	text-align: right;
}
label small {
	display: block;
	font-size: 10px;
	color: #666;
}
select {
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	-webkit-box-shadow: 0px 0px 0px 4px #f2f5f7;
	-moz-box-shadow: 0px 0px 0px 4px #f2f5f7;
	font-size: 16px;
	width: 50px;
	height: 28px;
	color: #808080;
	font-weight: bold;
	border: 1px solid #bec2c4;
	padding-left: 5px;
}
select.rok {
	width: 70px;
}
input.checkbox{
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	clear: both;
	margin-right: 20px;
 }
input.checkbox:hover{
	cursor: pointer;
 }
input[type="text"]{
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	-webkit-box-shadow: 0px 0px 0px 4px #f2f5f7;
	-moz-box-shadow: 0px 0px 0px 4px #f2f5f7;
	font-size: 16px;
	width: 250px;
	height: 28px;
	color: #808080;
	font-weight: bold;
	border: 1px solid #bec2c4;
	margin-right: 15px;
	padding-left: 5px;
}
input[type="text"]:hover, select:hover{
	box-shadow: 0px 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 0px 3px #ccc;
}
input[type="text"]:active, select:active{
	box-shadow: 0px 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 0px 3px #ccc;
}
input[type="submit"], input[type="button"] {
	background: #eee;
	background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-top: 40px;
	line-height: 21px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="submit"]:hover, input[type="button"]:hover{
	color: #222;
	background: #eee;
	background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
	background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
input[type="submit"]:active, input[type="button"]:active{
	background: #eee;
	background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);
	background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);
	border: 1px solid #888;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.submitem{
	text-align: center;
}
.error{
	color: red;
}