body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #00121d;
	background-image: url('../images/back.jpg');
	margin: 0;
	padding: 0;
}

#mailForm {
	position: relative;
	top: 30px;
	left: 40px;
}
#mailForm input {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 28px;
	color: #cf0;
	border-radius: 6px;
	border: 2px solid #9f0;
	box-shadow: 0 0 5px #7d0; 
	background-color: transparent;
}

#mailForm input.button {
	width: 300px;
}

#mailForm input:hover.button {
	width: 300px;
	color: #f06;
	border: 2px solid #c05;
	box-shadow: 0 0 5px #901; 
}

