#loan_sim_header h1 {
	text-align:center;
	font-size:20px;
	margin : 3px 0 3px 0;
	padding : 0;
	line-height : 25px;
	border-bottom: 2px blue solid;
}
#loan_sim_header p{
	text-align:center;
	font-size:14px;
	margin : 3px 0 3px 0;
	padding : 0;
	line-height : 18px;
}

#fwt_kariire {
    clear: both;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    width: 500px;
    letter-spacing: 1px;
    margin: 0 auto;
}

#fwt_kariire p#fwt_caption_input {
    font-size: 14px;
    background-color: #00c;
    color: #fff;
    text-align: center;
    padding: 5px;
}
#fwt_kariire p#fwt_caption_result {
    font-size: 14px;
    background-color: #f60;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#fwt_explane {
	margin:0 0 10px 0;
}

#fwt_explane p{
	line-height:15px;
	margin:0 0 3px 0; 
	padding:0;;
}

/* inputs table
-------------------------------------------------------------------*/
#fwt_kariire #fwt_inputs table {
    border-collapse: collapse;
    width:100%;
    margin-bottom: 20px;
}
#fwt_kariire #fwt_inputs th {
    background-color: #eef;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}
#fwt_kariire #fwt_inputs td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}

/* inputs elements
-------------------------------------------------------------------*/
#fwt_kariire #fwt_inputs input {
    border: solid 1px #ccc;
}
#fwt_kariire #fwt_inputs select {
    border: solid 1px #ccc;
}
#fwt_kariire #fwt_inputs span.fwt_need {
    background-color: #c00;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    margin: 0 0 0 10px;
}
#fwt_kariire #fwt_inputs #fwt_buttons {
    text-align: center;
}
#fwt_kariire #fwt_inputs #fwt_buttons #fwt_clear {
    width: 80px;
    border: outset 1px #000;
}
#fwt_kariire #fwt_inputs #fwt_buttons #fwt_calc {
    width: 120px;
    border: outset 1px #000;
}

/* results table
-------------------------------------------------------------------*/

#fwt_kariire #fwt_results table {
    border-collapse: collapse;
    width:100%;
}
#fwt_kariire #fwt_results th {
    background-color: #ffc;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}
#fwt_kariire #fwt_results td {
    background-color: #fff;
    font-weight: normal;
	border: solid 1px #ccc;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    width:50%;
}

/* results elements
-------------------------------------------------------------------*/
#fwt_kariire #fwt_results td div#fwt_debt_total {
    font-weight: bold;
    font-size: 25px;
    text-align:center;
    color: blue;
}
#fwt_kariire #fwt_results td div#fwt_pay_total {
    font-size: 16px;
    text-align:center;
}

#fwt_kariire #fwt_results table .bkBlue_cWhite{
    color:#fff;
    background-color:#00f;
}

/* others
-------------------------------------------------------------------*/
#fwt_kariire div.fwt_note {
    margin-top: 3px;
    color: #69f;
}

