.row {
	clear: left;
	margin: 0 0 5px 0;
	}

form#contact {
	width: 320px;
	float: left;
	margin: 0 20px 0 0;
	}
	
label {
	display: block;
	float: left;
	width: 70px;
	text-align: right;
	margin: 0 20px 0 0;
	}

input.text {
	width: 200px;
	}

textarea {
	float: left;
	width: 200px;
	height: 75px;
	}
	
input.subbut {
	background: #CCC;
	color: #007071;
	}
	
label em {
	color: #990000;
	}

label b {
	color: #e7fcfc;
	}