

.currency {
    display: block;
    float: left;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
    padding-left: 0;
    position: relative;
}

.carati {
    margin-left: 23px;
    margin-top: 2px;
    text-align: left;
    clear: both;
}
.calcolatore { display: table; width: 100%; }

.peso_oro {
    margin-top: 50px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.contenitore {
    width: 62%;
    display: inline-block;
    margin-left: 35px;
}
.valutazione_oro {
    margin-bottom: 15px;
    display: block;
    position: relative;
    min-height: 70px;
    border-bottom: 1px dotted #cccccc;
}

.val_oro, .val_arg {
    font-size: 18px;
	}

.total {
    background: #FFE054;
    background: -moz-linear-gradient(top, #FFE054 0%, #D9AA2F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE054), color-stop(100%,#D9AA2F));
    background: -webkit-linear-gradient(top, #FFE054 0%,#D9AA2F 100%);
    background: -o-linear-gradient(top, #FFE054 0%,#D9AA2F 100%);
    background: -ms-linear-gradient(top, #FFE054 0%,#D9AA2F 100%);
    background: linear-gradient(to bottom, #FFE054 0%, #D9AA2F 100%) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE054', endColorstr='#D9AA2F',GradientType=0 );
    padding: 5px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    width: 90px;
    float: left;
}