@charset "UTF-8";
/* Carriage Crossing SEW Info */

/* ----- Jobs Pages ----- */
#content .job div.right {
	width:440px;
}
#content .job h3,
#content .job h4,
#content .job p {
	margin:0 0 6px;
}
#content .job.fullview p {
	margin:0 0 15px;
}
#content .job.fullview img {
	float:right;
	margin:0 0 10px 10px;
}
/* ----- Press Pages ----- */
#content h2.pressyear {
	margin:.5em 0;
}
#content .pressrelease h3,
#content .pressrelease h4,
#content .pressrelease p {
	margin:0 0 6px;
}
	#content .pressrelease.fullview p {
		margin:0 0 15px;
	}
	
/* ----- Forms ----*/
form#customform table tbody tr td input[type="text"] {
  background-color: #F5F4F1;
  border: 1px solid #C6C3BA;
  height: 20px;
  padding: 4px;
  width: 250px;
}
form#customform table tbody tr td input#captcha {
  width: 100px;
}