html, body, div, h1, h2, p, ul, li,
form, fieldset, input, textarea, select,
a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

html {
	background-image: url(img/noise.png);
	background-repeat: repeat;
	background-color: #0e171a;
	color: #0e171a;
}

body {
	border-style: solid;
	border-top-width: 6px;
	font-weight: normal;
	font-size: 100%;
}

body, input, textarea, button, select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, 
	"Lucida Sans", Geneva, Verdana, sans-serif;
}

#main {
	width: 315px;
	padding: 0 100px 50px 100px;
	margin: -6px auto 0 auto;
	background: url(img/radial.png) no-repeat 50% 0;
	padding-top: 40px;
	font-size: 0.813em;
	color: #fff;
	position: relative;
}

#main::after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

h1 {
	width: 241px;
	height: 105px;
	margin: 0 auto 25px auto;
	background: url(img/devonstudio.png) no-repeat 0 0;
	text-indent: -1000em;
}

#copy h2 {
	height: 0;
	overflow: hidden;
}

#copy, form {
	background: url(img/mask.png) repeat;
	float: left;
	width: 295px;
	padding: 10px;
	text-shadow: 0 0 #000;
	line-height: 20px;
}

#copy p,
#copy ul {
	margin-top: 20px;
}

#copy h2 + p {
	margin-top: 0;
}

#copy ul {
	margin-left: 20px;
}

#copy a {
	color: #C2C2C2;
}

form {
	margin-left: 10px;
}

form label,
form input
form textarea,
form select {
	display: block;
	clear: none;
}

form input,
form select,
form textarea {
	font-size: 1em;
	background-color: #ebebeb;
}

form input,
form textarea {
	width: 289px;
	height: 20px;
	padding: 0 3px;	
	margin: 10px 0;
}

form select {
	width: 295px;
	padding: 2px;
	margin: 10px 0;
}

form textarea {
	height: 120px;
}

form h2 {
	display: block;
	width: 88px;
	height: 88px;
	position: absolute;
	top: 164px;
	right: 44px;
	z-index: 2000;
	background: url(img/kontakt.png) no-repeat;
	text-indent: -1000em;
}

form button {
	background: url(img/button.png) no-repeat 0 0;
	display: block;
	border: 0;
	width: 126px;
	height: 25px;
	margin-top: 5px;
	text-indent: -1000em;
	cursor: pointer;
	padding: 0;
}

form button:hover {
	background-position: 0 -25px;
}

form button:active {
	background-position: 0 -50px;
}

form input:focus,
form textarea:focus,
form select:focus {
	background-color: #fff;
}

form .cover {
	position: absolute;
	left: 375px;
	top: 170px;
	right: 50px;
	bottom: 50px;
	background: url(img/mask-darker.png);
	z-index: 1000;
}

form .cover span {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	width: 200px;
	min-height: 24px;
	margin: -20px 0 0 -100px;
	color: #555;
	text-align: center;
	padding-top: 16px;
	font-size: 0.85em;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

form .cover span.wait {
	background-image: url(img/indicator.gif);
}

form .cover span.ok {
	background-image: url(img/ok.png);
	color: #ccc;
}

form .cover span.notok {
	background-image: url(img/notok.png);
}