
.contentBox {
	padding: 0 20px 20px;
}
.contentBox p, .contentBox ul {
	font-size: 14px;
}
.contentBox ul {
	margin: 20px 0;
}
.contentBox ul li {
	margin: 10px 0;
}
.contentBox h2 {
	text-align: left;
	padding-left: 0;
	margin: 25px 0 15px;
}
.contentBox dt {
	font-style:italic;
	font-size:16px;
	padding-top: 10px;
	padding-bottom: 6px;
}
.contentBox dt:before {
	content: 'Q: ';
	font-weight: bold;
}
.contentBox dd {
	margin: 5px 0 15px 20px;
	font-size: 14px;
	line-height: 1.3;
}
.contentBox dd:before {
	content: 'A: ';
	font-weight: bold;
}
.contentBox dd ul {
	padding-left: 20px;
	margin: 10px 0;
}
#formContactUs .insertForm > div {
	margin-top: 10px;
}
#formContactUs .captcha-wrap {
	margin-top: 20px;
	margin-left: 160px;
}
#formContactUs .submit-wrap {
	margin-left: 160px;
	margin-top: 30px;
}
.insertForm input[type=text], 
.insertForm input[type=password], 
.insertForm input[type=email], 
.insertForm input[type=tel], 
.contentBox select {
	box-sizing: border-box;
	width: 300px;
}

.support-index {
	margin: 0 20px 10px 10px;
	width: 150px;
	float: right;
}
.support-index, .support-index * {
	box-sizing: border-box;
}
.support-index > div {
	border: 1px solid #ddd;
	background-color: #fff;
	transition: max-height .2s ease-in;
	-webkit-transition: max-height .2s ease-in;
	-moz-transition: max-height .2s ease-in;
}
.support-index p,
.support-index a {
	display: block;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #ddd;
	height: 40px;
}
.support-index p.first,
.support-index a.first {
	border-top: 0;
}
.support-index p,
.support-index a:visited {
	 color: rgb(0,102,238);
}
.support-index p {
	cursor: default;
	background-color: #fcfcfc;
	border-left: 2px solid;
}
.support-index a:hover {
	background-color: #f5f5f5;
}
.support-index .open {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 2px;
	margin: 5px;
	padding: 7px;
	height: 28px;
	color: #555;
	border: 1px solid #ccc;
	text-transform: uppercase;
	background-color: #eee;
}

.inquiry-type-info > div {
	display: none;
}
.inquiry-type-info > div > p {
	margin: 5px 0 0 160px;
	color: #444;
}
.inquiry-type-info .instr-tooltip-button {
	margin-left: 0;
	vertical-align: middle;
}

#comments_message {
	margin: 5px 0 0 160px;
	padding-left: 0;
}





@media screen and (max-width: 768px) {

	/**   contactus.php   **/
	#formContactUs .insertForm > div,
	#formContactUs .insertForm img,
	#formContactUs .insertForm span.BadMessage,
	#formContactUs .insertForm span.GoodMessage,
	#formContactUs .insertForm span.NeutralMessage,
	#formContactUs .insertForm span.CautionMessage {
		margin-left: 0 !important;
		display: block;
	}

	#formContactUs .insertForm label {
		display: block;
		text-align: left;
		margin-bottom: 3px;
	}

	#formContactUs .insertForm textarea {
		width:100%;
		box-sizing: border-box;
	}
	.inquiry-type-info > div > p {
		margin-left: 0;
	}
	.inquiry-type-info .instr-tooltip {
		width: 220px;
	}
}

@media screen and (max-width: 415px) {
	.blockWrapper .block {
		display: block;
		max-width: 145px;
		margin-right: 0;
	}
}

@media screen and (max-width: 374px) {
	.support-index {
		width: 100%;
		float: none;
		margin: 0;
		padding: 10px;
	}
	.support-index > div {
		max-height: 40px;
		overflow: hidden;
		position: relative;
	}
	.support-index .open {
		display: block;
	}
	.support-index p {
		border-top-width: 0;
	}
	.support-index.unfolded > div {
		box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.05);
	}
	.support-index.unfolded a {
		display: block;
	}
	.support-index.unfolded > div {
		max-height: 320px;
	}
	.support-index.unfolded p {
		border-top-width: 1px;
	}
	.support-index.inactive-hidden a {
		display: none;
	}
}
