/* SalesForce WordPress to Lead Custom CSS */

div.sf_field.sf_field_phone.sf_type_text{
	width: 33%;
}

div.sf_field.sf_field_PROT_fld_codigoPais__c.sf_type_select{
	width: 15%;
	
}

div.sf_field.sf_field_email.sf_type_text{
	width: 50%;
}

div.sf_field.sf_field_title.sf_type_text{
	
	width: 50%;
}

div.sf_field.sf_field_PROT_fld_productoInteres__c.sf_type_select{
	width: 106%;
}

input.w2linput submit{
    background-color: #ea7024;
	color: white;
}
