@charset "utf-8";
/* CSS Document */
.calculator_box_main{margin:0px auto;border: 6px solid #dcdcdc;max-width: 650px;padding: 0;text-align: center; min-width:260px; margin-bottom:8px;}
.calculator_box_main .calculator_box_title{margin:0 0 20px 0; text-align:center; color: #fff; font-size:30px; 
border-bottom:1px dashed #dcdcdc; padding:15px 0; 
background: rgb(162,192,70); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(162,192,70,1) 16%, rgba(133,163,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(162,192,70,1) 16%,rgba(133,163,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(162,192,70,1) 16%,rgba(133,163,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c046', endColorstr='#85a327',GradientType=0 ); /* IE6-9 */
}
.calculator_inner td{height:50px; text-align:left; color: #a5a5a5;}
.calculator_inner{color: #464646; padding: 0 15px 30px;font-size:16px;}
.calculator_inner input{background:#F9F9F9; border:1px solid #e6e6e6; color:#666; width:90%; height:40px; padding:0 10px;}
.calculator_inner select{background:#F9F9F9; border:1px solid #e6e6e6; color:#666; width:90%; height:40px; padding:0 10px;}
.calculator_inner input[type="submit"]{border:1px solid #a2c046; color:#fff; width:90%; height:40px; padding:0 10px; border-radius:0px; -webkit-border-radius:0px; background: rgb(162,192,70); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(162,192,70,1) 16%, rgba(133,163,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(162,192,70,1) 16%,rgba(133,163,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(162,192,70,1) 16%,rgba(133,163,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c046', endColorstr='#85a327',GradientType=0 ); /* IE6-9 */}
.calculator_inner input[type="submit"]:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#85a327+0,a2c046+80 */
background: rgb(133,163,39); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(133,163,39,1) 0%, rgba(162,192,70,1) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(133,163,39,1) 0%,rgba(162,192,70,1) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(133,163,39,1) 0%,rgba(162,192,70,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85a327', endColorstr='#a2c046',GradientType=0 ); /* IE6-9 */
}
.calculator_inner button{border:1px solid #a2c046; color:#fff; width:90%; height:40px; padding:0 10px; border-radius:0px; -webkit-border-radius:0px; background: rgb(162,192,70); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(162,192,70,1) 16%, rgba(133,163,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(162,192,70,1) 16%,rgba(133,163,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(162,192,70,1) 16%,rgba(133,163,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c046', endColorstr='#85a327',GradientType=0 ); /* IE6-9 */}
.center {text-align: center;}

.colr_green{color: #303030;}





