.clear {

    clear: both;

}



#formCalc {

    font: 12px/14px Tahoma, Arial;



}



#formCalc .label {

    position: relative;

    float: left;

    margin: 5px;



}



#formCalc .label input {

    width: 80px;

    height: 50px;

    background: #0281b9;

    color: #FFF;

    font-weight: bold;

    text-align: center;

    vertical-align: middle;

    border: 0;

    cursor: pointer;

}



#formCalc input[type="button"] {

    clear: both;

    height: 40px;

   /* width: 100px;*/

    text-align: center;

    color: #1172B6;

    display: block;

    border: 0;

    margin:10px 0px;

    background: #fff;

    border: 1px solid #1172B6;

    cursor: pointer;
    width:auto;





}

#formCalc input[type="button"]:hover {

    -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.5); /* Для Firefox */

    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Для Safari и Chrome */

    box-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Параметры тени */

}



#formCalc .name {

    position: absolute;

    font-size: 10px;

    color: #FFF;

    font-weight: normal;

    top: 0;

    left: 2px;

}



#result {

    clear: both;

    width: 550px;

    position: absolute;

    top:50%;

    margin-top:-121px;

    left:50%;

    margin-left:-285px;

    z-index:9;

    text-align: center;

    background: #FFF;

    border-radius: 5px;

    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */

    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */

    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */

    padding: 10px;

    display: none;



    /*height:40px;*/

    /*width: 260px;*/

    /*margin:5px;*/

    /*background: #EFEFEF;*/

    /*border: 1px solid #0281b9;*/

    /*text-align: center;*/

    /*display: none;*/

}



#result span {

    /*color: #FF0000;*/

    /*font: bold 24px/42px tahoma;*/

    /*vertical-align: middle;*/

}



#formCalc .data {

    /*width: 275px;*/

    border: 0;

    padding: 0;

}







#result span {

    display: none;

}



#fieldsCalc {

    width:auto;

    border: 1px solid #dedede;

    padding:10px;

}



#fieldsCalc td input {

    width: 80px;

    text-align: center;

}

#formCalc .tabl1{

    width:100%;

    font-size: 11px;

    border: 1px solid #dedede;

}



#formCalc .tabl1 td {

    padding: 0 2px;

}



.shadow {

    width: 100%; height: 100%;

    position: fixed;

    background: #FFF;

    opacity: 0.7;

    top:0;

    left:0;

    display:none;

}

#close-bt {

    display: block;

    width:24px;

    height:24px;

    background: url('img/close-bt.png') no-repeat;

    position: absolute;

    top:-12px;

    right: -10px;

}



#doc {

    background: url('img/word.png') no-repeat left center;

    height:36px;

    border: 1px solid #015699;

    color: #015699;

    font-weight:bold;

    padding-left:36px;

    float: right;

    cursor: pointer;

}

.lleft {

    text-align:left !important;

    padding-left:2px;

}