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

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-color: #f8f8f8;
	background-image: url('../gfx/oth/bg.png');
	background-position: top center;
	background-repeat: repeat-x;
}

.content_contener {
	margin: 0px auto 0px auto;
	width: 1000px;
}

input {
	border: 1px #CCCCCC solid;
}

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

.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 10px #CCC;
}

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

.clr {
	clear: both;
}

h1 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #595959;
}
