@charset "utf-8";

main {
	padding: 200px 0;
	}

header {
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	}

footer {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}

div.desc p {
	margin-bottom: 2em;
	text-align: center;
	line-height: 1.6em;
	}

form {
	display: block;
	margin: 0 auto;
	text-align: center;
	}

@media screen and (max-width: 640px) {
form {
	width: 80%;
	}
}

p {
	text-align: center;
	}

@media screen and (max-width: 640px) {
p {
	font-size: .8em;
	}
}

p br {
	display: none;
	}

@media screen and (max-width: 640px) {
p br {
	display: inline;
	}
}


p label {
	display: block;
	margin: 0 0 20px 0;
	}

p img {
	display: block;
	margin: 0 auto;
	}

p label input {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 5px;
	font-size: 20px;
	text-align: center;
	}

p label textarea {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 5px;
	font-size: 20px;
	}

input.btn {
	display: block;
	margin: 50px auto;
	padding: 10px 20px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	background: #d12929;
	}

input.btn:hover {
	background: #f21c1c;
	}

.error,
.conf {
	padding: 50px 0;
	}

.error span {
	display: block;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 10px;
	width: 500px;
	}

.conf span {
	display: block;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 10px;
	width: 500px;
	}