label {padding: 5px;float: left; width: 150px; }

.field {padding: 5px;}

.input2, .input3, .input1 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 14px 'Ubuntu Mono',sans-serif; padding: 5px;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	-moz-transition: background-color 1s 1s ease;
	-o-transition: background-color 1s 1s ease;
-webkit-transition: background-color 1s 1s ease;
}

.input2 { width: 400px; }

.input2:focus, .input2:hover, .input1:focus, .input1:hover {border: 1px solid #c31819; background: rgb(254,187,187);}

.input1 { height: 100px;width: 400px; }