@charset "UTF-8";
* {
	margin: 0px;
	list-style-type: none;
}
/* CSS Document */

#header {
	display: block;
	float: left;
	height: 220px;
	width: 900px;
}
.top-bar {
	border-bottom: 3px solid #d0ab47;
	background: #393939;
	color: #fff;
	padding: 0 45px;
	font-size: 13px;
	line-height: 42px;
}
.top-bar a {
	color: #fff;
	text-decoration: none;
}
.top-bar:after {
	content: "";
	display: table;
	clear: both;
}
.top-bar-left {
	width: 50%;
	float: left;
}
.top-bar-right {
	float: right;
	widows: 50%;
	text-align: right;
}
header {
	background: #fff !important;
	padding: 40px 15px;
	height: auto !important;
	text-align: center;
}
#navi {
	display: block;
	float: right;
	height: 20px;
	width: 900px;
	background-color: #FFFFFF;
}
#main p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 20px;
}
#main {
	display: block;
	float: left;
	width: 900px;
	background-image: url(../img/main.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 370px;
}
#footer {
	display: block;
	float: left;
	height: 30px;
	width: 900px;
}
#page {
	display: block;
	float: left;
	padding-bottom: 0 !important;
	width: 100%;
	box-shadow: 0px -5px 9px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px -5px 9px rgba(0,0,0,0.25);
	background-color: #FFFFFF;
	border: 0 !important;
	margin-bottom: 0 !important;
}
#page .content {
	padding: 0 45px;
}
.zend_form fieldset, .zend_form dd {
	width: 100%;
	margin: 0 auto;
}
.zend_form::after {
	content: "";
	display: table;
	clear: both;
}
.zend_form > dt, .zend_form > dl > dt {
	display: none;
}
#main  p a {
	color: #ED1B25;
	text-decoration: none;
	font-weight: bold;
}
#main p a:hover {
	text-decoration: underline;
}
#submit-element {
	text-align: center;
	padding: 40px 0;
}
#submit-element input#submit {
	border: 0;
	color: #fff;
	background: #2F2F2F;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 15px 33px;
	display: inline-block;
	-webkit-appearance: none;
}
#submit-element input#submit:hover {
	cursor: pointer;
}
#wrapper {
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: #ededed;
}
#main_yht {
	display: block;
	float: left;
	width: 900px;
	background-image: url(../img/main_yht.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 370px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#main_yht p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#main_yht  a  {
	color: #ED1B25;
	text-decoration: none;
	font-weight: bold;
}
#main_yht a:hover {
	text-decoration: underline;
}
.copyright {
	line-height: 60px;
	text-align: center;
	background: #181818;
	color: #909090;
	font-size: 13px;
}
.copyright a {
	color: #d0ab47;
	text-decoration: none;
}
h1, h2 {
	display: block;
	margin-left: 224px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h1.loanrequest {
	margin: 40px 0 !important;
	text-align: center;
}
.style1 {
	color: #ED1B25
}

@media (max-width: 991px) {
	.top-bar {
		padding: 0 15px;
	}

	#page .content {
		padding: 0 30px;
	}

	.zend_form fieldset {
		width: 100% !important;
	}

	.zend_form fieldset dt {
		padding-left: 30px !important;
	}

	.zend_form dt {
		width: 200px !important;
	}

	.zend_form fieldset dd {
		width: 460px !important;
	}

	.zend_form fieldset dd input[type="text"], .zend_form fieldset dd textarea {
		width: 100%;
	}
}

@media (max-width: 767px) {
	h2 {
		margin-left: 0;
	}
	.zend_form fieldset dt {
		padding-left: 15px !important;
	}

	.zend_form dt {
		width: 90% !important;
	}

	.zend_form fieldset dd {
		width: 90% !important;
		padding-left: 15px !important;
	}

	.zend_form dt, .zend_form dd {
		padding: 5px 0 !important;
	}

	.zend_form p {
		padding: 2px 0 7px 15px !important;
		width: 90%;
	}

	.zend_form p.inline {
		width: auto;
	}

	.zend_form fieldset dd span {
		width: 270px !important;
	}
}

@media (max-width: 480px) {
	#page .content {
		padding: 0 15px;
	}

	header img {
		width: 270px !important;
		height: auto !important;
	}

	.top-bar {
		font-size: 9px;
	}

	#submit-element input#submit {
		font-size: 12px;
		padding: 15px 20px;
	}

	.zend_form h2 {
		padding: 20px 0 20px 15px !important;
		width: 90% !important;
	}
}