﻿*{
	margin:0;
	padding:0;
	font-size:100.01%;
	font-family: Tahoma, Arial;

}

img,
a img{
	border:0;
}

a,
a:link,
a:visited,
a:hover{
	text-decoration:none;
}

.clear{
	line-height:0;
	height:0;
	font-size:0;
	clear: both;
}

h1,h2{
	text-transform: uppercase;
}

h1{
	font-size: 0.9em;
}

h2{
	font-size: 1.2em;
}

.error{
	margin-bottom: 10px;
	font-weight: bold;
	color: red;
}

body{
	width: auto;
	padding: 20px 5% 10px;
}

#feedback,form,input,textarea{
	width: 99%;
}

*input{
	width: 96%;
}

*textarea{
	width: 97%;
}

#button{
	position: relative;
	top: 10px;
	font-size: 1.4em;
	border-bottom: 1px dotted black;
	color: black;
}

#button:hover{
	color: red;
	border-color: red;
}

form{
	margin: 20px 0 10px;
	font-size: 0.7em;
}

.line{
	height:20px;
}

.caption{
	float: left;
	width: 50px;
}

.field{
	margin-left: 55px;
}

#sendto{
	height: 14px;
	width: 100%;
	*width:97%;
	color:#ACA899;
}

textarea{
	height: 200px;
}

#filter{
	background-color: black;
	color: white;
}

#congratulations{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	margin-top: -40px;
	text-align:center;
}