.block {
	width: 100%;
	min-width: 1040px;
	overflow: hidden;
	margin-top: 35px;
}

#content .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.block .inner h1 {
	margin-bottom: 40px;
}

.block .inner p {
	font-size: 15px;
	font-weight: bold;
}

.content-area {
	margin-top: 65px;
}

.content-area .site-main {
	position: relative;
}

.content-area .site-main .tbl-holder {
	padding: 30px 30px;
	background: #E5E5E5;
}

.content-area table {
	background: none;
	border-collapse: collapse;
}

.content-area table thead tr {
	border-top: 1px solid #BFBFBF;
}

.content-area table thead tr:first-child {
	border-top: none;
}

.content-area table thead tr:first-child th {
	background: url(../../../img/page/contact/img-2.png) no-repeat center right;
}

.content-area table thead tr:nth-child(2) th {
	background: url(../../../img/page/contact/img-3.png) no-repeat center right;
}

.content-area table thead tr:nth-child(3) th {
	background: url(../../../img/page/contact/img-2.png) no-repeat center right;
}

.content-area table thead tr:nth-child(4) th {
	background: url(../../../img/page/contact/img-3.png) no-repeat center right;
}

.content-area table thead tr:nth-child(5) th {
	background: url(../../../img/page/contact/img-2.png) no-repeat center right;
}

.content-area table thead tr:nth-child(6) th {
	background: url(../../../img/page/contact/img-2.png) no-repeat center right;
}

.content-area table thead tr:nth-child(7) th {
	background: url(../../../img/page/contact/img-2.png) no-repeat center right;
}

.content-area table thead tr:last-child th {
	background: url(../../../img/page/contact/img-3.png) no-repeat right;
	background-position-y: 20px;
}

.content-area table thead tr th {
	font-size: 19px;
	font-weight: 100;
	width: 270px;
	padding-top: 17px;
}

.content-area table thead tr td {
	background: none;
	padding-left: 15px;
}

.content-area table thead tr td .img-4 {
	margin-left: 10px;
}

.content-area table thead tr td input {
	height: 46px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	border: none;
}

.content-area table thead tr td .input-text-1 {
	width: 285px;
}

.content-area table thead tr td .input-text-2 {
	width: 99%;
}

.content-area table thead tr td .input-text-3 {
	width: 80px;
}

.content-area table thead tr td .input-text-4 {
	width: 115px;
}

.content-area table thead tr td textarea {
	width: 99%;
	font-size: inherit;
	outline: none;
	border: none;
	resize: none;
	height: auto;
}

.content-area .site-main .privacy-container {
	text-align: left;
	margin-top: 70px;
}

.content-area .site-main .privacy-container h2 {
	font-size: 20px;
	color: #0094D9;
	width: 800px;
	margin: auto;
}

.content-area .site-main .privacy-container .scroller {
	border: 1px solid #0094D9;
	height: 160px;
	overflow-y: scroll;
	padding: 20px;
	width: 760px;
	margin: 10px auto 0;
}

.content-area .site-main .privacy-container .scroller p {
	font-size: 15px;
	text-align: justify !important;
}

/* Let's get this party started */
.scroller::-webkit-scrollbar {
    width: 12px;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: #0094D9;
}

.content-area .site-main .privacy-container p:last-child {
	text-align: center;
	font-size: 17px;
	margin-top: 30px;
}

.content-area .site-main .submit-btn {
	border: none;
	outline: none;
	background: url(../../../img/page/contact/img-5_off.png) no-repeat;
	background-size: 100% 100%;
	width: 300px;
	height: 70px;
	color:transparent;
	margin-top: 40px;
	cursor: pointer;
}

.content-area .site-main .submit-btn:hover {
	background: url(../../../img/page/contact/img-5_on.png) no-repeat;
}
