@CHARSET "UTF-8";

#calc_calc {width: 100%; float: right; margin: 20px 0 0 0; }
#calc_chif {width: 400px; float: left; margin: 20px 0 0 0; }
#calc_act {width: 180px; float: right; margin: 20px 0 0 0; }
#caisse_calc {width:500px; float: left; margin: 20px 0 0 50px;}


.btncalc {
	-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none;
	background-color: #124d87; background-repeat: repeat-x; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2; border-image: none; border-radius: 4px; border-style: solid; border-width: 1px;
	color: #fff; cursor: pointer; font-size: 16px; font-weight:bold; text-align: center; margin:0 20px 20px 0;
    display: inline-block; padding: 12px 20px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	line-height: 50px; vertical-align: middle; width:40px !important;
}
.btncalc:hover, .btncalc:active, .btncalc.active, .btncalc.disabled, .btncalc[disabled] {background-color: #e6e6e6; color: #333333; }
.btncalc1 {
	-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none;
	background-color: #124d87; background-repeat: repeat-x; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2; border-image: none; border-radius: 4px; border-style: solid; border-width: 1px;
	color: #fff; cursor: pointer; font-size: 16px; font-weight:bold; text-align: center; margin:0 20px 20px 100px;
    display: inline-block; padding: 12px 20px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	line-height: 50px; vertical-align: middle; width:40px !important;
}
.btncalc1:hover, .btncalc1:active, .btncalc1.active, .btncalc1.disabled, .btncalc1[disabled] {background-color: #e6e6e6; color: #333333; }
