.ncForm
{
    width: 70%;
}
.ncFieldct
{
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.ncFieldct label
{
    float: left;
    text-align: left;
    width: 30%;
    margin-right: 20px;
    font-weight: normal;
    margin-top: 5px;
}
.ncField
{
    float: left;
    width: 65%;
    
}
.ncField input, .ncField select
{
    width: 100%;
    border: solid 1px #282828;
    padding: 4px;
}
.ncField .k-invalid, .ncField .k-invalid
{
    background-color:#F2DCDC;
    border-color:#c82c49;
}
.ncSendZone
{
    padding :1%;
    margin-top: 15px;
    margin-bottom:15px;
    text-align: center;
    clear: both;
    height: 50px;
    width :30%;
    float:right;
}
.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: 100%;
    height: 200px;
	position: absolute;
	color: #000000;
	background-color: #ffffff;
	top: 50%;
    z-index: 10000;
    padding:15px;
    text-align:center;
    padding-top:60px;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
}

.all 
{
    font-family:'Roboto', sans-serif;
    
}