.contact {
	font-family: Arial;
	font-size: 12px;
	width: 600px;
	
}

.contact input, .contact textarea {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	background: #41affc;
	padding: 5px;
}

.contact th {
    font-weight: bold;
    text-align: left;
    width: 180px;
}

.contact .button {
	background: #ccc;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	width: 125px;
	cursor: pointer;
}

.contact .button:hover {
	background: #fff;
}