/*  --------------------------- */
/*  LTV Calculator */
/*  --------------------------- */

/* LTV calculator wrapper */
.wrapper_ltv {
	border: 1px solid #2e2e2e; 
	background-color: #fff;
}

/* title wrapper */
.title_ltv{
	background-color: #999;
	border-bottom: 1px solid #2e2e2e;
}

/* title */
.title_ltv span {
	font-size: 16px; 
	font-weight: bold;
	color: #eee;
}

.clear_button_ltv input,  .calculate_button_ltv input {
	border: 1px solid #2e2e2e;
	background-color:  #ccc;
	color: #2e2e2e;
	padding: 3px 0 3px 0;
}

.calculate_button_ltv input:hover, .clear_button_ltv input:hover {
	background-color:  #999;
	color: #eee;
}

.answer_wrapper_ltv {
}

.answer_ltv {
	font-size: 14px;
}