.contentForm {
	margin: 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}

.contentForm .field {
	clear: both;
}

.contentForm .field.inline {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

.contentForm .field.inline.submit-field {
	width: auto;
	vertical-align: top;
}

.contentForm .field.breaker {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.contentForm .field.hide {
	display: none;
}

.contentForm label, .contentForm input[type="text"], .contentForm .inlineField, .contentForm .errorInline, .contentForm .textarea, .contentForm select, .contentForm input + span, .contentForm .faux-wrap span, .contentForm select + span {
	display: inline-block;
	width: 130px;
	padding: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}

.contentForm select, .contentForm input + span, .contentForm select + span {
	width: auto;
}

.contentForm label.radio {
	width: auto;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;	
}

.contentForm .field.breaker label:first-child {
	position: relative;
	top: 6px;
}


.home .contentForm select.input {
	padding: 0;
	height: 33px;
	line-height: 33px;
}

.contentForm .field.inline .input {
	font-size: 18px;
	width: 100%;
}


.colRight .contentForm label { width: 60px; }

.contentForm label { font-size: 12px; }

.contentForm .faux-wrap span { box-sizing: border-box; }

.contentForm .input, .contentForm input[type="text"], .contentForm .faux-wrap span { width: 180px; }
.contentForm .wider .input, .contentForm .wider input[type="text"], .contentForm .wider .faux-wrap span { width: 350px; }
.contentForm .selectyear { width: 60px; }
.contentForm .selectmonth { width: 100px; }

.contentForm .input.menu { width: 300px; }

.contentForm .long-input {
	width: 300px;
}

.contentForm .short-select {
	width: 100px;
}

.contentForm div.faux-wrap {
	display: inline-block;
}


.contentForm .input, .contentForm .textarea, .sharelink, .contentForm input[type="text"], .contentForm select, .contentForm .faux-wrap span {
	padding: 5px;
	border: 1px solid #636363;
	background: #eee;
	color: #1b1b1b;
}

.shareLink {
	width: 270px;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
}

.contentForm .textarea {
	width: 300px;
	height: 150px;
}

.contentForm .text textarea {
	width: 300px;
	height: 150px;
}

.contentForm .errorInline, .contentForm .error {
	color: #ff0000;
	font-size: 0.8em;
	padding-top: 8px;
	width: 200px;
	width: auto;
}

.contentForm .menus .errorInline, .contentForm .menus .error {
	padding: 0 0 20px 130px;
	display: block;
}

.inlineForm {
	display: inline;
	margin: 0;
	padding: 0;
}

.contentForm label {
	cursor: default;
}

.contentForm input[type="submit"], .button, .nav-block a:link, .nav-block a:visited, a.button:link, a.button:visited {
	display: inline-block;
/*
	padding: 8px 8px 5px 8px;
	background: #0e94c0;
*/
	color: #fff;
/*
	font-family: "alternate-gothic-no-3-d";
	font-weight: 400;
	font-size: 24px;
	line-height: normal;
	text-transform: uppercase;
*/
	font-family: Arial,Verdana;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	white-space: normal;
	text-align: center;
	line-height: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #333;
	box-shadow: 0 1px 1px #999;
	padding: 5px 9px 5px 9px;
	background-image: none;
	font-size: 14px;
}

.home .contentForm input[type="submit"] {
	background: #4fa9bf;
	text-transform: uppercase;
}

.contentForm input[type="submit"]:hover {
	background-color: #111;
}

.contentForm .col:nth-child(3) {
    margin-left: 50px;
}

p.success {
    font-size: 18px;
    background: #00a90c;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    border-radius: 5px;
}

.contentForm .block-labels label {
	display: block;
	float: none;
	width: 100%;
}

.contentForm.block-labels .field {
	padding-bottom: 25px;
}



