﻿.calc-btn {
    display: block;
    width: 63px;
    height: 276px;
    background: url(calc.png) no-repeat;
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 20;
}
  
/*calculator*/
#calculator { 
    background-image: -moz-linear-gradient(bottom, #21558e 0%, #062241 100%);
    background-image: -o-linear-gradient(bottom, #21558e 0%, #062241 100%);
    background-image: -webkit-linear-gradient(bottom, #21558e 0%, #062241 100%);
    background-image: linear-gradient(bottom, #21558e 0%, #062241 100%);
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,.70);
    color: #fff;
    display: none;
    padding: 10px 20px 20px; 
    position: fixed;
    top: 150px;
    left: 40%; 
    z-index: 10;
}
#calc_close { 
    background: url(calc_close.png) no-repeat; 
    height: 32px; 
    position: absolute; 
    top: -10px; 
    right: -12px; 
    width: 32px; 
    z-index: 5; 
}
input#inv_amount {
    color: black;
}
select#calc_plan {
    color: black;
}
input#assign_per {
    color: black;
}
input#total_return {
    color: black;
}
.calc_cell {
    background: #ececec; border-radius: 3px; border: 1px inset #fff; padding: 5px 10px; width:100%; 
}
/*Redirect Screen*/



