/*.loan {
	width: 95%;
}

.loan div {
	border: 1px solid #999;
	margin: 1px;
}

.loan .loan_src {
	float: center;
	width: 95%;
	height: 140px;
}

.loan .loan_pmt {
	float: center;
	width: 95%;
	height: 140px;
}

.loan .loan_out {
	clear: both;
	float: center;
	overflow: auto;
	width: 95%;
	height: 140px;
}*/

.loan-form input {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: none;
    color: #646464;
    height: 40px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.loan-form input.btn {
    border: 2px solid #f79239;
    color: #f79239;
	outline: none !important;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.loan-form input.btn:hover {
    border: 2px solid #f79239;
    color: #FFF;
}