* {
	margin : 0px;
	padding : 0px;
}

html, body {
	height: 100%;
}

body {
	color : #212226;
	font-family : "Lucida Grande",Geneva,Verdana,"Trebuchet MS",Helvetica,sans-serif;
	font-size : 70%;
	font-style : normal;
	line-height : 1.2em;
	text-align : left;
	/*padding-top: 34px;*/ /*wysokosc gornego paska*/
	/* background: #fff url('../gfx/oth/bg_bottom.png') repeat-x left bottom; */
	background:  url('../gfx/oth/tlo.png') ;
}

.content_contener {
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 100%;
	/* background: url('../gfx/oth/bg.png') no-repeat left bottom; */
}

input {
	border: 1px #e3e3e6 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.app_form_submit {
	border: 0;
}

.message {
	border: 1px #7F2D00 solid;
	background-image: url('../gfx/oth/wykrzyknik.png');
	background-position: 98% 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFc;
	margin: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 22px;
	font-size: 120%;
	padding-right: 60px;
}

.kontener {
	/*background-image: url('../gfx/oth/bgramka.png');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	border: 1px white solid;*/
	/* box-shadow: -10px -10px 0px #000; */
}

.kontener2 {
	padding: 40px;
}

.wymagania {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-right: 20px;
	border: 1px #E1DED0 solid;
	float: right;
}

.clr {
	clear: both;
}

h1 {
	font-size: 120%;
	margin: 10px 0 15px 0;
	color: #2d2d2d;
}

table {
	border-collapse: collapse;
}
table td {
	border: 0;
}

.app_logo_wrap {
	height: 200px;
	width: 650px !important;
	/* background: url('../gfx/oth/logo.png') no-repeat right top; */
	background: url('../gfx/oth/logo2.png') no-repeat center top;
	border: 0;
}


.table_wrap {
	border: 1px solid #e3e3e6;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
	background-color: #efefef;
}

