#wb_Text1 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text2 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text3 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text4 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text5 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text6 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text7 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Text8 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text9 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text9 div
{
   text-align: left;
}
#wb_Text10 
{
	position: relative;
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
   left: 9px;
}
#wb_Text11 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text11 div
{
   text-align: center;
}
#calc_w                         /* поле ввода "ширина" */
{
   border: 1px #A9A9A9 solid;
   border-radius: 5px;
   background-color: #FFFFFF;
   color :#000000;
   font-family: Arial;
   font-size: 13px;
   text-align: left;
   vertical-align: middle;
   -moz-appearance: textfield;/* отключаем стрелки поле ввода "высота" */
}
#calc_w::-webkit-inner-spin-button { /* отключаем стрелки поле ввода "высота" */
  display: none;/* отключаем стрелки поле ввода "высота" */
}
#calc_h							/* поле ввода "высота" */
{
   border: 1px #A9A9A9 solid;
   border-radius: 5px;
   background-color: #FFFFFF;
   color :#000000;
   font-family: Arial;
   font-size: 13px;
   text-align: left;
   vertical-align: middle;
   -moz-appearance: textfield;/* отключаем стрелки поле ввода "высота" */
}
#calc_h::-webkit-inner-spin-button { /* отключаем стрелки поле ввода "высота" */
  display: none;/* отключаем стрелки поле ввода "высота" */
}
#Layer2							
{
}
#Layer3                         /* блок с результатами расчета */
{
}

.calc_order:hover {				/* подсветка кнопки "рассчитать" */
   background: #aab86e;
   background-color: #aab86e;
   border: 0px #ffffff solid;
}
.calc_order {					/* кнопка "рассчитать" */
	position: relative;
	width: 150px;
	height: 25px; 
	left: 120px;
    border: 1px #b5c476 solid;
	border-radius: 5px;
    background-color: #b5c476;
    background: -moz-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -webkit-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -o-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -ms-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    -moz-box-shadow: 0px 0px 5px #9daa66;
    -webkit-box-shadow: 0px 0px 5px #9daa66;
    box-shadow: 0px 0px 0px #9daa66;
	font-family: 'Roboto Condensed', Arial;
	font-weight: normal; /* bold|bolder|lighter|normal */
}
.calc_order1:hover {			/* кнопка "заказать" */
   background: #aab86e;
   background-color: #aab86e;
}
.calc_order1 {					/* кнопка "заказать" */
	position: relative;
	width: 200px;
	height: 25px; 
	margin: 10px;	
    border: 1px #b5c476 solid;
	border-radius: 5px;
    background-color: #b5c476;
    background: -moz-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -webkit-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -o-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -ms-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    -moz-box-shadow: 0px 0px 5px #9daa66;
    -webkit-box-shadow: 0px 0px 5px #9daa66;
    box-shadow: 0px 0px 0px #9daa66;
	font-family: 'Roboto Condensed', Arial;
	font-weight: normal; /* bold|bolder|lighter|normal */
}

.calc_order2:hover {			/* кнопка "очистить" */
   background: #aab86e;
   background-color: #aab86e;
}
.calc_order2 {					/* кнопка "очистить" */
	position: relative;
	width: 100px;
	height: 25px; 
	margin: 10px;	
    border: 1px #b5c476 solid;
	border-radius: 5px;
    background-color: #b5c476;
    background: -moz-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -webkit-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -o-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: -ms-linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    background: linear-gradient(bottom,#b5c476 0%,#b5c476 100%);
    -moz-box-shadow: 0px 0px 5px #9daa66;
    -webkit-box-shadow: 0px 0px 5px #9daa66;
    box-shadow: 0px 0px 0px #9daa66;
	font-family: 'Roboto Condensed', Arial;
	font-weight: normal; /* bold|bolder|lighter|normal */
}


.calc {							/* "тело" всего калькулятора */
	float: left;
	padding: 5px 0px;
    background: url(74-fon-dlya-sayta.png);
	text-align: left;
}
.calc1 {                        /* рамка калькулятора (градиент) */
	padding: 5px;
	float: left;
/*	position: relative; */
	float:left;
    background: -moz-linear-gradient(bottom,#d6cdc7 0%,#d6cdc7 100%);
    background: -webkit-linear-gradient(bottom,#d6cdc7 0%,#d6cdc7 100%);
    background: -o-linear-gradient(bottom,#d6cdc7 0%,#d6cdc7 100%);
    background: -ms-linear-gradient(bottom,#d6cdc7 0%,#d6cdc7 100%);
    background: linear-gradient(bottom,#d6cdc7 0%,#d6cdc7 100%);
	width: 400px;
}
.calc1::after {
	clear: both;
}
.calc_result {					/* резальтат расчета */
	text-align: center;
	border: 1px;
	background: url(74-fon-dlya-sayta.png);
	border-top: 1px solid #d6cdc7;
	margin-top: 10px;
}
.calc_result1 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: center;

}
.calc table {					/* таблица результата */
	display: inline;
	width: *;
}

.calc tr:nth-child(odd) {		/* четная строка */
    background-color: #ffffff;
}
.calc td {
	padding: 2px 8px;
}
.calc td:nth-child(1) {			/* 1-я колонка */
	font-weight: bold;
	text-align: right;
	width: 50%;
}
.calc td:nth-child(2) {			/* 2-я колонка */
	text-align: left;
	width: 50%;
}
