@charset "utf-8";
/* CSS Document */
.bodyCondt
{
	/*width: 760px;*/
    margin: 0 auto;
	border-right: solid 7px #C3C3BF;
}

.bodyCondt > div
{ 
	display: inline-block; vertical-align: top; width: 63.7%; margin-left: 0; 
	/*background:#0066FF;*/
}

.blck1, .blck2
{
	margin-left: 0;
	/*background: #f7f6f6;*/
	background: none;
    /*border: solid 9px #babbb6;*/
	border: none;
    padding-bottom: 10px;
}

.blck4
{
	background: url(../images/ver-line-thin.png) 0 center no-repeat;
	min-height: 408px;
    padding-left: 84px;
}

.blck1, .blck2, .blck3, .blck4
{
	margin-right: 1.4%;
}

.blck1 .signin-blk, .blck2 .signin-blk, .blck3 .signin-blk, .blck4 .signin-blk
{
	background: none;
	border: none;
}

.blck1 input, .blck2 input, .blck3 input, .blck4 input
{
	/*width: 240px !important;*/
}

.blck1 input[type="submit"], .blck2 input[type="submit"], .blck3 input[type="submit"], .blck4 input[type="submit"]
{
	width: auto !important;
}

.radio_strucs *
{
	display: inline !important;
	float: left;
	font-size: 17px !important;
	font-weight: normal !important;
	width: auto !important;
    padding: 0 !important;
}

.bodyCondt
{
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 360px){
.bodyCondt{
  border:0px;
  }
  .blck4{
    background:none ;
	min-height:100px;
	padding-left:0px ;
  }
  
}
@media (min-width: 1360px){
.bodyCondt{
  border-right: solid 7px #C3C3BF !important;
  }
  .blck4{
   background: url(../images/ver-line-thin.png) 0 center no-repeat !important;
   min-height: 408px;
   padding-left:20px !important;
  }
  .apply-box{
   width: 226px !important;
  }
}
@media (min-width: 1460px){
  .apply-box{
   width: 68% !important;
  }
}