		#formwrapper{
			
		width: 300px;
		height: auto;
		background-color: white;
			
		}
		form {
			width:300px;
			height: auto;
		background-color: white;
			
		}
		fieldset{
			background-color: #F1FBFB;
			border:none;
			padding-bottom: 20px;
		}
		h1{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #0F0019;
	text-align: center;
	font-size: x-large;
	font-style: oblique;
	font-weight: 600;
	text-shadow: 0px 0px #FFFFFF;
	border-style: double;
		}
		label{
	width: 250px;
	display: block;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #2D002E;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: large;
	font-style: oblique;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	border-style: none;
	border-bottom-color: #ED8DFF;
	border-width: thin;
		}
		input{
			width:250px;
			border:thin solid #320053;
			margin-bottom: 10px;
			
			
		}
		textarea{
			width:250px;
			border:thin solid #C000FF;
			margin-bottom: 10px;
          
		}
		.btn{
	width: 50px;
	height: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6A007C;
	margin-left: 10px;
	float: left;
	text-align: center;
	text-decoration: underline;
	font-style: oblique;
	font-size: small;
	border: thin double #E9C0EF;
	background-repeat: no-repeat;
}
   

body {
	display: block;
	background-image: url(poze/123456.jpg);
}

ul li a{
	font-style: oblique;
	font-size: x-large;
	font-weight: 800;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	border-left: medium double #A83B3B;
	border-right: medium double #A83B3B;
	border-bottom: thick double #A83B3B;
	border-top: medium double #A83B3B;
	color: #4E0F0F;
	text-shadow: 0px 0px 0px #000000;
	text-decoration: underline;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,159,159,0.54) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,159,159,0.54) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,159,159,0.54) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,159,159,0.54) 100%);
}
