.fmSiteScreen_10 .btnSend{
	width:269px;
  	height:70px;
--  	background: #FFC03F;
  	border:1px solid transparent;
  background: #FFC03F;
  
}

.fmSiteScreen_10 .btnSend span{
	font-family: Futura New;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	
	/* identical to box height, or 20px */
	text-align: center;

	/* Основной */
	color: #0E0639;
  	text-transform: uppercase;
  	cursor:pointer;
}

.fmSiteScreen_10 .txtName{
	background:transparent;
}

.fmSiteScreen_10 .txtName:focus{
	background: white;
}

.fmSiteScreen_10 .btnSend[disabled]{
	opacity:0.4;
}