/* ------------------------------------------------------------------------- */
/* ***** Form specific formatting                                      ***** */

/* The SELECT for the amount. */
SELECT.amount {
   width       : 65px;
   text-align  : right;
}

/* The "raw" losen area.*/
DIV.losen{
    background-color  : #FFFFFF;
    border            : none;
    font-family       : Verdana, Arial, Helvetica, sans-serif;
    font-size         : 11px;
    margin            : 0;
    padding           : 0;
}

/* The "raw" cost calculation area.*/
DIV.cost-calculation {
    background-color: #FFFFFF;
    border : none;
}

/* IE only! :-\ */
TD.cost-calculation {
   font-size         : 11px;
}

 /* The LABEL for the time. */
 LABEL.time {
    margin-bottom: 0;
 }

 /* The SELECT for the time. */
 SELECT.time {
    width       : 65px;
    text-align  : right;
    margin-bottom: 0;
 }

 /* The SPAN for the time unit. */
 SPAN.time {
    margin-bottom: 0;
 }

 DIV.insurance, DIV.insurable-purchase, DIV.finance-other-loans-amount, DIV.financing-other-loan {
    margin-top : 0;
    height: 29px;
 }

 DIV.insurance-comment {
    margin-top: 10px;
     float: none;
 }
 LABEL.checkbox {
    float:left;
    width: 195px;
 }

/* The INPUT for the full name. */
INPUT.applicant-full-name {
   width : 200px;
}

/* The TEXTAREA for the comments. */
TEXTAREA.comments {
   margin-left: 100px;
}

/* The INPUT for the habitation year. */
INPUT.applicant-habitation-year {
   width : 40px;
   text-align:right;
}

/* The INPUT for the household number of children. */
INPUT.household-children {
   width : 20px;
   margin-left : 30px;
   text-align:right;
}

/* The INPUT for the habitation year. */
INPUT.applicant-employment-year {
   width : 40px;
   text-align:right;
}

/* The INPUT for the payout account number. */
INPUT.payout-account-number {
   width : 80px;
}

/* The INPUT for the payout account clearing number. */
INPUT.payout-clearing-number {
   width : 40px;
}

/* The table for the approve-conditions field. */
TABLE.approve-conditions {
   margin-top     : 20px;
   margin-bottom  : 20px;
}

/* The TD cell containing the checkbox for the approve-conditions field. */
TD.approve-conditions {
   vertical-align : top;
}

/* The table for the l�sen field. */
TABLE.losen {
   width : 100px;
   float:right;
   margin-right: 200px;
   margin-bottom: 0;
   margin-top : -5px;
}

/* The label for the approve-conditions field. */
LABEL.approve-conditions {
   font-size      : 9pt;
   font-style     : italic;
   color          : gray;
   white-space    : normal;
}

/* ------------------------------------------------------------------------- */
