*{
 margin: 0;
 padding: 0;
 border: none;
}

body{
	font-family: Tahoma, sans-serif; 
	font-size:10px;

}

#container{
	width: 400px;
	margin: 30px auto;
	position:relative;
	}
.scissors{
	background: transparent url(scissors.png) no-repeat scroll;
	position:absolute;;
	left:290px;
	top:80px;
	width:280px;
	height:210px;
	z-index:-1;
	}
	
a:link{color:#00137F;}	
a:hover{color:#ff1111;}	
	
h1{
	
	font-weight: bold;
	padding-bottom: 10px;
	color:#00137F;
	}
hr
{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 1px;
  height: 0;
}
p{
  padding-bottom: 10px;
  }
label{
	display:block;
	margin-top:10px;
	
	}
textarea{
	border:1px solid #ccc;
	padding:2px;
	width: 398px;
	height:40px;
	font-size:10px;
	font-family: Tahoma;
	margin-bottom: 10px;
	margin-top:5px;
	background:transparent;
	}
input.button{
	margin: 10px;
	font-size:10px;
	background: #00137F;
	color:#fff;
	height: 25px;
	padding: 0 7px;
	text-align: center;
	font-weight:bold;
}
input.button:hover{background:#ff1111;
}
p.credits{
	float:right;
	margin-top:5px;
}
.komunikat{
	padding:10px;
	margin: 10px auto;
	width:400px;
	background: red;
	border: 2px solid #960005;
	} 
	
.info{color:#000000;}	