form {
	width: 500px;
	text-align: left;
	font-family: 'Arial';
}

input {
	font-family: 'Arial';
	font-size: 11px;
	color: #333;
	border: solid #333 1px;
	width: 200px;
}

#message
{	
	font-family: 'Arial';
	font-size: 11px;
	border: solid #333 1px;
	width: 300px;
}

select 
{
	font-family: 'Arial';
	font-size: 11px;
	border: solid #333 1px;
}

button {
	font-family: 'Arial';
	font-size: 11px;
    border: 1px solid #006;
    background: #fff;
}
button:hover {
	font-family: 'Arial';
	font-size: 11px;
    border: 1px solid #f00;
    background: #fff;
}

#formPiece {
	height: 40px;
}
