a {
	color: #239746;
}

h1 {
	color: #fff9c0;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h2 {
	color: #239746;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

h3 {
	color: #79b042;
	font-size: 1rem;
	margin-bottom: 10px;
}

h4 {
	color: #239746;
	font-size: 1rem;
}

h5 {
	border-bottom: 1px solid #239746;
	color: #239746;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	margin-bottom: 5px;
}

hr {
	border: 0;
	border-top: 1px solid #239746;
	clear: both;
	height: 10px;
	margin-top: 20px;
}

input, select, textarea {
	border: 1px inset #cccccc;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	width: 200px;
}

	input.button {
		background: #eeeeee;
		border: 1px outset #cccccc;
		padding: 4px 10px;
		width: auto;
	}

	input.button:active {
		border: 1px inset #cccccc;
	}

	input.checkbox {
		border: 0;
		padding: 0;
		width: auto;
	}

	input.error, textarea.error, select.error {
		background-color: #ffbbbb;
	}

	select {
		width: auto;
	}

	textarea {
		height: 150px;
		width: 350px;
	}

label {
	display: block;
	margin-bottom: 2px;
}

p, table, .content_content ul {
	color: #666666;
	margin-bottom: 10px;
}

.content_content ul {
	padding-left: 1.5em;
}

.green {
	color: #299e4e;
}

.darkgreen {
	color: #00543d;
}

.box_button {
	background: #22633f; /* Old browsers */
	background: -moz-linear-gradient(top,	 #22633f 0%, #22633f 50%, #115730 51%, #115730 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22633f), color-stop(50%,#22633f), color-stop(51%,#115730), color-stop(100%,#115730)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,	#22633f 0%,#22633f 50%,#115730 51%,#115730 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,	 #22633f 0%,#22633f 50%,#115730 51%,#115730 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,	#22633f 0%,#22633f 50%,#115730 51%,#115730 100%); /* IE10+ */
	background: linear-gradient(to bottom,	#22633f 0%,#22633f 50%,#115730 51%,#115730 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22633f', endColorstr='#115730',GradientType=0 ); /* IE6-9 */

	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 100px;
}

.columns-3 {
	-webkit-columns: auto 3;
	-moz-columns: auto 3;
	columns: auto 3;
}

.moxman-image img {
	display: inline;
}
