.form-to-bank{
	background: url("/gfx/template3/style-border-bg-1000.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    width: 1000px;
	left: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.form-bamki-container{
	height: 215px;
	overflow: hidden;
}
.style-border-top-form{
	background: url("/gfx/template3/style-border-top-1000.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 7px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 1000px;
}
.style-border-bottom-form{
	background: url("/gfx/template3/style-border-bottom-1000.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -7px;
    height: 7px;
    left: 0;
    position: absolute;
    width: 1000px;
}
.hr-blue {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #DBEAF9;
    height: 0;
    margin: 0 -10px 10px;
    overflow: hidden;
	margin-left: -7px;
    width: 985px;
}
.form-to-bank .title {
    color: #9954AA;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.form-banki-bottom-layer{
	/*border: 1px solid #DBEAF9;*/
	border-top: 2px dotted #DBEAF9;
    bottom: 0;
    height: 40px;
    left: 7px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 985px;
	background: url("/gfx/template3/form-banki-bottom-layer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	opacity: 0.65;
	z-index: 10;
}

.arr-bottom-show-blue{
	background: url("/gfx/template3/arr-bottom-show-blue.png") no-repeat scroll right 65% rgba(0, 0, 0, 0);
    bottom: 10px;
    color: #2589D9;
    height: 20px;
    margin: 0 auto;
    padding-right: 15px;
    position: absolute;
    right: 47px;
    text-align: right;
    text-decoration: underline;
    width: 100px;
	cursor: pointer;
	z-index: 15;
}
.arr-bottom-show-blue:hover{
	text-decoration: none;
}

/* для сравнительного кредитного калькулятора */
.calc-container {
	background-color: #EEFCFC;
	border: 2px #C6F4EF solid;
	border-radius: 5px 5px 0 0;
}
.calc-main-container .tab-container{
	padding: 10px 10px 0px 10px;
}
.calc-main-container span.tab{
	border-color: #C6F4EF;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 2px medium;
    margin: 0 5px;
    padding: 2px 5px;
    z-index:1;
    border-radius: 4px 4px 0 0;
}
.calc-main-container span.tab.active, .calc-main-container span.tab:hover{
	background-color: #EEFCFC;
	color: #1D8979;
	cursor: pointer;
}
.calc-main-container  .hide{
	display:none;
}