input {
	width: 400px;
	border: none;
	border-bottom: 1px dotted gray;
}

input:hover {
	border-bottom: 1px solid black;
}

textarea {
	width: 590px;
	max-width: 590px;
	min-width: 590px;
	min-height: 100px;
	height: 100%;
	border: none;
	color: #555;
	font-family: Helvetica, sans-serif;
	margin-top: 10px;
	border-top: 1px solid gray;
	padding-top: 10px;
}

.button {
	width: 80px;
	height: 65px;
	border: 1px solid gray;
}

.button:hover {
	border: 1px solid black;
}


.button_sending, .button_sending:hover {
	width: 80px;
	height: 65px;
	border: 1px solid white;
	background-color: white;
}
.button_sent, .button_sent:hover {
	width: 80px;
	height: 65px;
	border: 1px solid #362;
	background-color: #BF9;
	white-space: normal;
}
.button_error, .button_error:hover {
	width: 80px;
	height: 65px;
	border: 1px solid #632;
	background-color: #F96;
}

.mailtable {
	width: 600px;
	border: 1px solid gray;
	padding: 5px;
	-webkit-box-shadow: 2px 3px 7px #666;
	-moz-box-shadow:    2px 3px 7px #666;
	box-shadow:         2px 3px 7px #666;
}
.mailcell {
	display: none;
}