input, select, textarea {
  font-size: 1em;
}

.title input {
	line-height: 1.2em;
	letter-spacing: -1.6px;
	color: gray;
	width: 98%;
	
	border: 1px #E2E2E2 solid;
}

.title select {
	line-height: 1.2em;
	letter-spacing: -1.6px;
	color: gray;
	width: 98%;

	border: 1px #E2E2E2 solid;
}


.subtitle input {
	line-height: 1.2em;
	color: #33407f;
	font-weight: bold;
	width: 98%;
	
	border: 1px #E2E2E2 solid;
}

.text textarea {
	line-height: 1.2em;
	width: 97%;
	height: 240px;
	
	border: 1px #E2E2E2 solid;
}

.author input {
	border: 1px #E2E2E2 solid;
  color: gray;
}

.link input {
  padding-left: 10px;
  padding-right: 10px;
}

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
  border: 1px solid red;
}

#body #main #content #errorExplanation {
  border: 3px solid red;
  padding: 10px;
  font-size: 0.8em;
  
  margin-left: 5px;
  margin-bottom: 20px;

}

#body #main #content #errorExplanation ul {
  margin-left: 30px;
}
