/* This style sheet controls how the textboxes look */

div {
	margin:0;
	padding:0;
}

div.two-column-content-box {
  background-color: #fff;
	margin: 0;
	padding: 10px 30px;
	border: none;
}

div.three-column-content-box {
  background-color: #fff;
	margin: 0;
	padding: 10px 30px;
  border-top: none;
  border-right: 1px solid #e8e8e8;
  border-bottom: none;
  border-left: none;
}

/*** left column box - no width specified ***/
div.fluid-box-left {
	background-color: transparent;
	margin: 0;
	border: none;
	padding: 0px 20px 0px 0px;
	float: left;
}

/*** right column box - no width specified ***/
div.fluid-box-right {
  background-color: transparent;
	margin: 0px;
	border: none;
	padding: 0px 0px 0px 20px;
	float: right;
}
