@charset "utf-8";

form {
	}

#formLeft {
	float:left;
	}
	#formLeft input {
	width:250px;
	padding:4px;
	background:#f7f3e8;
	border:#cecaac 1px solid;
	}
	#formLeft .active {
	background:red;
	}
	
#formRight {
	float:right;
	}
	#formRight textarea {
	width:280px;
	height:180px;
	padding:4px;
	margin-right:50px;
	background:#f7f3e8;
	border:#cecaac 1px solid;
	overflow:auto;
	}
	#formRight .active {
	background:green;
	}
	
label {
	display:block;
	}
	label.error {
		color: #da3939;
		font-style: italic;
		font-weight: normal;
	}
	
input.submit-button {
	margin:10px 0;
	}