@charset "utf-8";

/*
Note: currently no good way with skel to size cell in grid as 100% height
https://github.com/n33/skel/issues/62
*/

#inputform div.row {
	background: #c7c39d;
}

#inputform div.row:after {
	height: 1px;
	width: 100%;
	background: #b6b272;
}

#inputform input, #inputform textarea {
	padding: 0.5em;
}

#inputform p {
	margin-bottom: 0px;
}

.label-container {
	background: #c7c39d;
	padding: 5px;
	text-align: center;
	box-sizing: 
}

.input-container {
	background: #f4f4ec;
	padding: 5px;
}

.submit-container {
	background: #f4f4ec;
	padding: 10px;
}

.error-message {
	color: red;
}


