﻿body {
	margin:0;
	padding:0;
	font : 100% calibri, "trebuchet ms", tahoma, sans-serif;
	text-align:center;
	line-height:160%;
	background-color:#ffffff
}

form {
	position:relative;
	height: 25em;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	padding:0 16em 0 2em;
	text-align:left;
	background:url(design/form.png) top right no-repeat;
}

input#user {
	float:left;
	width:100%;
	height:2em;
	margin: 1em 0 0 0;
	padding:.3em 1em;
	background-color:#ececec;
	font:inherit;
	border:solid 1px #DDDDDD;
	border-radius:.4em;
	transition: all 800ms ease 0s;
}

input#email {
	display:none;
}

textarea {
	float:left;
	clear:both;
	width:100%;
	height: 12em;
	margin: 1em 0 0 0;
	padding:.4em 1em;
	font : 100% calibri, "trebuchet ms", tahoma, sans-serif;
	background-color:#ececec;
	border:solid 1px #DDDDDD;
	border-radius:.4em;
	resize: vertical;
	transition: all 800ms ease 0s;

}

input[type=submit] {
	float:left;
	clear:both;
	width:110%;
	height:2.5em;
	font-weight:bold;
	margin: 1em 0 0 0
}

h2 {
	margin-top:100px;
	color:green;
	font-size:110%;
	text-transform:uppercase
}
h3 {
	margin-top:100px;
	color:red
}
a {
	border:solid 1px #9B9B8C;
	padding: 3px 20px;
	color:#79796A;
	text-decoration:none;
	border-radius: .5em 0em .5em 0em;
	background-color:#EEEEEE
}
a:hover {
	color:#333333;
	border:solid 1px #333333;
}
:focus {
box-shadow: 0px 0px 1em #CCCCCC;
}