@import url('jquery-ui-1.9.2.custom.css') screen;
#calc .ui-widget-header {  margin: 0 !important;  padding: 0 !important; }
#calc {
        font: 120% "Trebuchet MS", sans-serif;
        /* background: url("/wp-content/themes/reviews/img/body-bg.png") repeat-x scroll left top #FFFFFF; */
        width: 640px;
        float: left;
}
#calc label { display: block; }
#calc .fleft { float: left; }
#calc #amount_slider, #calc #interest_slider, #calc #time_slider, #calc #fpay_slider { width: 300px; margin-top: 20px; float: left; } 
#calc #amount, #calc  #interest, #calc #time, #calc #fpay { 
    float: left;
    margin-left: 20px;
    margin-top: 8px;
    padding-right: 44px;
    position: relative;
    text-align: right;
    width: 77px;
    z-index: 1;
} 
#result, #info, #result_last { float: left; } 
/* #result  { height: 158px; } */
#calc .message {     
    float: left;
    margin: 17px 10px 0 0;
    text-align: right;
    vertical-align: top;
    width: 150px;
} 
#calc .it {     
    color: #2E6E9E;
    display: block;
    float: left;
    margin: 16px 0 0 -39px;
    position: relative;
    z-index: 9999;
}
#calc .labels { padding: 10px 0 0; }
.clear { clear: both; } 
#calc table.ui-styled-table { border-collapse: collapse; margin: 5px; }
#calc table.ui-styled-table thead td { width: 80px !important; }
#calc table.ui-styled-table td.ui-state-hover {
    font-weight: inherit;
    *font-weight: expression(this.parentNode.currentStyle['fontWeight']);
}
#calc table.ui-styled-table th, #calc table.ui-styled-table td { 
    border-bottom-width: 0px !important;     
    min-width: 80px;
    padding: 5px;
    font-weight: normal; 
}
#calc table.ui-styled-table tbody tr:hover th,
#calc table.ui-styled-table tbody tr:hover td
{ border-bottom-width: 1px !important; }
#calc table.ui-styled-table tbody tr:hover + tr th,
#calc table.ui-styled-table tbody tr:hover + tr td
{ border-top-width: 0px !important; }
#calc table.ui-styled-table tbody tr.last-child th,
#calc table.ui-styled-table tbody tr.last-child td
{ border-bottom-width: 1px !important; }
#calc table.ui-styled-table tbody tr:last-child th,
#calc table.ui-styled-table tbody tr:last-child td
{ border-bottom-width: 1px !important; }
#calc .short {width: 455px; } 
#calc .short tr, #calc .short td{ text-align: left !important; }
#show_full { display: block; font-size: 12px; color: #2E6E9E; float: right; font-size: 12px; margin: 10px 0; width: 150px; }
.bg {
z-index: 999;
height: 50px;
margin: 165px 0 0 165px;
position: relative;
width: 456px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}