.ncForm
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;	
	
}
.ncFieldct
{
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
}
.ncFieldct label
{
    float: left;
    text-align: right;
    width: 30%;
    margin-right: 20px;
    font-weight: normal;
    margin-top: 25px!important; 
	color: white
}
.ncField
{
    float: right;
    width: 65%;
}
.ncField input, textarea .ncField select
{
    width: 70%;
    border: solid 1px #BBBBBB;
    padding: 4px;
    border-radius: 4px;
}
.ncField .k-invalid, .ncField .k-invalid
{
    background-color:#F2DCDC;
    border-color:#990000;
}
.ncSendZone
{
    margin-top: 30px;
    text-align: center;
    clear: both;
    height: 50px;
}


.ncpopoutf
{
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;				
	background-color: #666666;
	color: #aaaaaa;
	opacity: .8;
    filter: alpha(opacity = 50);
}
.ncpopf
{
    width: 300px;
    height: 200px;
	position: absolute;
	color: #000000;
	background-color: #ffffff;
	top: 50%;
    z-index: 10000;
    border-radius:15px;
    padding:15px;
    text-align:center;
    padding-top:60px;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
}

.ncFinality {
    font-size: 15px;
    line-height: 1.4em;
    color: white;
}

.kbn-form {
    border-radius: 15px;
    background-color: #f18647;
    color: white!important;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 1em;https://app-koban.com/Form/Style/5cb33d540dc3611024a5b29e#
    font-size: 20px;
    font-weight: 700;
    padding: 8px 41px;
    text-align: center;
}